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-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
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2019-08-20builtin/rev-parse: switch to use the_hash_algobrian m. carlson
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher
2018-07-21commit.h: remove method declarationsDerrick Stolee
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-01Merge branch 'en/rev-parse-invalid-range'Junio C Hamano
2018-05-25rev-parse: check lookup'ed commit references for NULLElijah Newren