1925 Commits (566a1439f6f56c2171b8853ddbca0ad3f5098770)

Author SHA1 Message Date
Johannes Schindelin c097b95a26 msvc: avoid using minus operator on unsigned types 5 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 5 years ago
Stephen P. Smith 29f4332e66 Quit passing 'now' to date code 5 years ago
brian m. carlson 8d4d86b0f0 cache: remove null_sha1 6 years ago
Matthew DeVore 5a133e8a7f list-objects-filter-options: clean up use of ALLOC_GROW 6 years ago
Nguyễn Thái Ngọc Duy 90d3405196 match-trees.c: remove the_repo from shift_tree*() 6 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Christian Couder 4ca9474efa Move core_partial_clone_filter_default to promisor-remote.c 6 years ago
Christian Couder 60b7a92d84 Move repository_format_partial_clone to promisor-remote.c 6 years ago
SZEDER Gábor cd1096b282 pager: add a helper function to clear the last line in the terminal 6 years ago
Jeff King c0566d78aa hash.h: move object_id definition from cache.h 6 years ago
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