aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/show-branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-4/+4
2024-08-09refs: add referent to each_ref_fnJohn Cai1-4/+4
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt1-16/+36
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-8/+14
2023-07-27Merge branch 'jc/parse-options-show-branch'Junio C Hamano1-11/+11
2023-07-19show-branch: reject --[no-](topo|date)-orderJunio C Hamano1-7/+7
2023-07-19show-branch: --no-sparse should give dense outputJunio C Hamano1-4/+4
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+6
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo1-1/+4
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
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-9/+10
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-6/+6
2023-03-21environment.h: move declarations for environment.c 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-06show-branch: free() allocated "head" before returnÆvar Arnfjörð Bjarmason1-0/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-1/+2
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-3/+3
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-3/+3
2022-05-25Merge branch 'jc/show-branch-g-current'Junio C Hamano1-0/+4
2022-04-21show-branch: -g and --current are incompatibleJunio C Hamano1-0/+4
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-2/+2
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys1-5/+7
2021-09-12parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason1-3/+3
2021-08-27show-branch: simplify rev_is_head()René Scharfe1-10/+5
2021-06-28show-branch: don't <COLOR></RESET> for space charactersÆvar Arnfjörð Bjarmason1-3/+6
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-4/+4
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-2/+2
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe1-1/+1
2019-05-13show-branch: drop unused parameter from show_independent()Jeff King1-2/+1
2019-04-08refs.c: remove the_repo from read_ref_at()Nguyễn Thái Ngọc Duy1-2/+4
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+1
2018-11-06show-branch: mark --reflog option as NONEGJeff King1-1/+1
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-2/+2