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-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.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 advice.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-29builtins: mark unused prefix parametersJeff King
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason
2019-08-19Ensure index matches head before invoking merge machinery, round NElijah Newren
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-14merge-recursive.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2019-01-12merge-recursive: copy $GITHEAD stringsJeff King
2018-07-17builtin/merge-recursive: make hash independentbrian m. carlson
2016-09-15i18n: merge-recursive: mark verbose message for translationVasco Almeida
2016-09-15i18n: merge-recursive: mark error messages for translationVasco Almeida
2016-06-28merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2011-03-22Fix sparse warningsStephen Boyd
2010-10-27Merge branch 'jf/merge-ignore-ws'Junio C Hamano
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano
2010-09-03builtin/merge_recursive.c: Add an usage string and make use of it.Thiago Farina
2010-08-26merge-recursive --patienceJustin Frankel
2010-08-26merge-recursive: expose merge options for builtin mergeJonathan Nieder
2010-08-06merge-recursive --renormalizeJonathan Nieder
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds