summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt
2023-12-08revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe
2023-10-02rev-parse: add an --output-object-format parameterEric W. Biederman
2023-10-02object-names: support input of oids in any supported hashEric W. Biederman
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-29Merge 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-17rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt
2022-11-17revision: 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-08rev-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-20Merge 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-10rev-parse: handle --end-of-optionsJeff King
2020-11-10rev-parse: put all options under the "-" checkJeff King
2020-11-10rev-parse: don't accept options after dashdashJeff King
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau