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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'jc/orphan-unborn'Junio C Hamano
2023-12-28Merge branch 'jc/checkout-B-branch-in-use'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-13checkout: forbid "-B <branch>" from touching a branch used elsewhereJunio C Hamano
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano
2023-11-23checkout: refactor die_if_checked_out() callerJunio C Hamano
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano
2023-08-01checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano
2023-08-01checkout/restore: refuse unmerging paths unless checking out of the indexJunio C Hamano
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren
2023-06-21add: modify add_files_to_cache() to avoid globalsElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-20Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason
2023-01-08*: fix typos which duplicate a wordAndrei Rybak
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆ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-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19mark unused read_tree_recursive() callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano