summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+11
|\
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+3
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+7
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+1
|\
| * built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason2022-11-211-0/+1
* | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-281-2/+2
|\ \
| * | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
| |/
* | rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt2022-11-171-0/+10
* | revision: introduce struct to handle exclusionsPatrick Steinhardt2022-11-171-4/+4
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+4
|\ \ | |/
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+4
* | rev-parse --parseopt: detect missing opt-specØystein Walle2022-09-081-0/+3
|/
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | rev-parse: integrate with sparse indexDerrick Stolee2022-04-261-0/+3
|/
* refs: drop "broken" flag from for_each_fullref_in()Jeff King2021-09-271-2/+2
* rev-parse: mark die() messages for translationWolfgang Müller2021-05-171-15/+15
* rev-parse: fix segfault with missing --path-format argumentWolfgang Müller2021-05-171-0/+2
* rev-parse: add option for absolute or relative path formattingbrian m. carlson2020-12-121-12/+94
* rev-parse: handle --end-of-optionsJeff King2020-11-101-23/+33
* rev-parse: put all options under the "-" checkJeff King2020-11-101-24/+23
* rev-parse: don't accept options after dashdashJeff King2020-11-101-5/+6
* wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | get_superproject_working_tree(): return strbufAlexandr Miloslavskiy2020-03-101-3/+4
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+4
|/
* rev-parse: make --show-toplevel without a worktree an errorJeff King2019-11-201-0/+2
* Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano2019-11-101-0/+11
|\
| * rev-parse: add a --show-object-format optionbrian m. carlson2019-10-281-0/+11
* | builtin/rev-parse: switch to use the_hash_algobrian m. carlson2019-08-191-2/+3
|/
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+2
* Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano2018-11-131-0/+1
|\
| * rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher2018-11-011-0/+1
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-3/+3
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+2
|\ \
| * | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+2
* | | Merge branch 'en/rev-parse-invalid-range'Junio C Hamano2018-06-011-2/+6
|\ \ \