1906 Commits (ef283b3699f91c9138753946dd53bec55289498a)

Author SHA1 Message Date
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Johannes Schindelin 398a3b0899 fsmonitor: force a refresh after the index was discarded 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 0daf7ff6c0 sha1-name.c: remove the_repo from get_oid_mb() 6 years ago
Nguyễn Thái Ngọc Duy 65e5046400 sha1-name.c: remove the_repo from other get_oid_* 6 years ago
Nguyễn Thái Ngọc Duy e270f42c4d sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name 6 years ago
Nguyễn Thái Ngọc Duy ec580eaaa3 sha1-name.c: add repo_get_oid() 6 years ago
Nguyễn Thái Ngọc Duy 2b1790f5ab sha1-name.c: remove the_repo from get_oid_1() 6 years ago
Nguyễn Thái Ngọc Duy 4e99f2dbea sha1-name.c: add repo_for_each_abbrev() 6 years ago
Nguyễn Thái Ngọc Duy 8bb95572b0 sha1-name.c: add repo_find_unique_abbrev_r() 6 years ago
Nguyễn Thái Ngọc Duy 8f56e9d4ba refs.c: remove the_repo from substitute_branch_name() 6 years ago
Elijah Newren 5ec1e72823 Use 'unsigned short' for mode, like diff_filespec does 6 years ago
Thomas Gummerer 0640897dc5 ident: don't require calling prepare_fallback_ident first 6 years ago
Martin Ågren e8805af1c3 setup: fix memory leaks with `struct repository_format` 6 years ago
Johannes Schindelin fd5a58477c ident: add the ability to provide a "fallback identity" 6 years ago
Paul-Sebastian Ungureanu f5116f43f6 sha1-name.c: add `get_oidf()` which acts like `get_oid()` 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Stephen P. Smith b841d4ff43 Add `human` format to test-tool 6 years ago
Jeff King 3d42034a18 show_date_relative(): drop unused "tz" parameter 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
David Turner d1dd94b308 Do not print 'dangling' for cat-file in case of ambiguity 6 years ago
Linus Torvalds acdd37769d Add 'human' date format 6 years ago
Jeff King 9e5da3d055 add: use separate ADD_CACHE_RENORMALIZE flag 6 years ago
brian m. carlson 974e4a85e3 cache: make oidcpy always copy GIT_MAX_RAWSZ bytes 6 years ago
Nguyễn Thái Ngọc Duy 150fe065f7 read-cache.c: remove the_* from index_has_changes() 6 years ago
Nguyễn Thái Ngọc Duy 3a7a698e93 sha1-name.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Jeff King 00a7760e81 sha1-file: modernize loose header/stream functions 6 years ago
Jeff King c93206b412 update comment references to sha1_object_info() 6 years ago
Thomas Gummerer 6fdc205722 read-cache: add invalidate parameter to remove_marked_cache_entries 6 years ago
Thomas Gummerer b702dd12d5 entry: factor out unlink_entry function 6 years ago
Pranit Bauva e3b1e3bdc0 wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() 6 years ago
Stefan Beller ff509c585e t/helper/test-repository: celebrate independence from the_repository 6 years ago
brian m. carlson 13eeedb5d1 Add a base implementation of SHA-256 support 6 years ago
brian m. carlson a2ce0a7526 sha1-file: add a constant for hash block size 6 years ago
brian m. carlson 0dab7129ab cache: make hashcmp and hasheq work with larger hashes 6 years ago
brian m. carlson 47edb64997 hex: introduce functions to print arbitrary hashes 6 years ago
Nguyễn Thái Ngọc Duy 0f086e6dca checkout: print something when checking out paths 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Ben Peart 99ce720c33 speed up refresh_index() by utilizing preload_index() 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
SZEDER Gábor 5581a019ba split-index: smudge and add racily clean cache entries to split index 6 years ago
Antonio Ospite b5c259f226 submodule: add a helper to check if it is safe to write to .gitmodules 6 years ago
Nguyễn Thái Ngọc Duy 26d024ecf0 ws.c: remove implicit dependency on the_index 6 years ago