Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano
2023-09-13update-index: add --show-index-versionJunio C Hamano
2023-09-06parse-options: mark unused "opt" parameter in callbacksJeff King
2023-08-01checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano
2023-08-01update-index: remove stale fallback code for "--unresolve"Junio C Hamano
2023-08-01update-index: use unmerge_index_entry() to support removalJunio C Hamano
2023-08-01update-index: do not read HEAD and MERGE_HEAD unconditionallyJunio C Hamano
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-18update-index: drop unused argc from do_reupdate()Jeff King
2022-06-11Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano
2022-06-04Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-27fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler
2022-04-06update-index: use the bulk-checkin infrastructureNeeraj Singh
2022-03-26fsmonitor: config settings are repository-specificJeff Hostetler
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-01-14update-index: reduce scope of index expansion in do_reupdateVictoria Dye
2022-01-14update-index: integrate with sparse indexVictoria Dye
2022-01-07update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-04-14update-index: ensure full indexDerrick Stolee
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano
2019-11-02update-index: optionally leave skip-worktree entries aloneJohannes Schindelin
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin
2019-05-08Merge branch 'en/merge-directory-renames'Junio C Hamano
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-03-20update-index: drop unused prefix_length parameter from do_reupdate()Jeff King
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-02-15read-cache: add post-index-change hookBen Peart
2019-01-28parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy