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-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-14rev-parse: mark unused parameter in for_each_abbrev callbackJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
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-17rev-parse: fix a leak with --abbrev-refRubén Justo
2023-04-11object-name.h: move declarations for object-name.c functions from cache.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-reach.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-21abspath.h: move absolute path 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-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'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-18rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt
2022-11-18revision: introduce struct to handle exclusionsPatrick Steinhardt
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-09rev-parse --parseopt: detect missing opt-specØystein Walle
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee
2021-09-27refs: drop "broken" flag from for_each_fullref_in()Jeff King
2021-05-17rev-parse: mark die() messages for translationWolfgang Müller
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller
2020-12-13rev-parse: add option for absolute or relative path formattingbrian m. carlson
2020-11-11rev-parse: handle --end-of-optionsJeff King
2020-11-11rev-parse: put all options under the "-" checkJeff King
2020-11-11rev-parse: don't accept options after dashdashJeff King
2020-09-03wt-status: tolerate dangling marksJonathan Tan
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-01shallow: extract a header file for shallow-related functionsTaylor Blau
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano