aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
AgeCommit message (Expand)Author
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-06Merge branch 'rs/show-branch-prio-queue'Junio C Hamano
2025-12-28show-branch: use prio_queueRené Scharfe
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2023-07-27Merge branch 'jc/parse-options-show-branch'Junio C Hamano
2023-07-19show-branch: reject --[no-](topo|date)-orderJunio C Hamano
2023-07-19show-branch: --no-sparse should give dense outputJunio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
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.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-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-06show-branch: free() allocated "head" before returnÆvar Arnfjörð Bjarmason
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
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-25Merge branch 'jc/show-branch-g-current'Junio C Hamano
2022-04-21show-branch: -g and --current are incompatibleJunio C Hamano
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys
2021-09-12parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason
2021-08-27show-branch: simplify rev_is_head()René Scharfe
2021-06-28show-branch: don't <COLOR></RESET> for space charactersÆvar Arnfjörð Bjarmason
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan