summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+4
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-17rev-parse: fix a leak with --abbrev-refRubén Justo1-1/+4
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-7/+11
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+3
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-5/+7
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-0/+1
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-2/+2
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2022-11-17rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt1-0/+10
2022-11-17revision: introduce struct to handle exclusionsPatrick Steinhardt1-4/+4
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-2/+4
2022-09-08rev-parse --parseopt: detect missing opt-specØystein Walle1-0/+3
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-2/+4
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee1-0/+3
2021-09-27refs: drop "broken" flag from for_each_fullref_in()Jeff King1-2/+2
2021-05-17rev-parse: mark die() messages for translationWolfgang Müller1-15/+15
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller1-0/+2
2020-12-12rev-parse: add option for absolute or relative path formattingbrian m. carlson1-12/+94
2020-11-10rev-parse: handle --end-of-optionsJeff King1-23/+33
2020-11-10rev-parse: put all options under the "-" checkJeff King1-24/+23
2020-11-10rev-parse: don't accept options after dashdashJeff King1-5/+6
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano1-0/+1
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-0/+1
2020-03-10get_superproject_working_tree(): return strbufAlexandr Miloslavskiy1-3/+4
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+4
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King1-0/+2
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano1-0/+11
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson1-0/+11
2019-08-19builtin/rev-parse: switch to use the_hash_algobrian m. carlson1-2/+3
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano1-0/+1