index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
show-branch.c
Age
Commit message (
Expand
)
Author
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-06
Merge branch 'rs/show-branch-prio-queue'
Junio C Hamano
2025-12-28
show-branch: use prio_queue
René Scharfe
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-04-29
Merge branch 'az/tighten-string-array-constness'
Junio C Hamano
2025-04-21
global: mark usage strings and string tables const
Ahelenia Ziemiańska
2025-04-17
parse-options: introduce precision handling for `OPTION_INTEGER`
Patrick Steinhardt
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-08-01
builtin/show-branch: fix several memory leaks
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2023-07-27
Merge branch 'jc/parse-options-show-branch'
Junio C Hamano
2023-07-19
show-branch: reject --[no-](topo|date)-order
Junio C Hamano
2023-07-19
show-branch: --no-sparse should give dense output
Junio C Hamano
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
config: inline git_color_default_config
Glen Choo
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-06
show-branch: free() allocated "head" before return
Ævar Arnfjörð Bjarmason
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
2022-05-25
Merge branch 'jc/show-branch-g-current'
Junio C Hamano
2022-04-21
show-branch: -g and --current are incompatible
Junio C Hamano
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2021-12-02
show-branch: show reflog message
Han-Wen Nienhuys
2021-09-12
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
2021-08-27
show-branch: simplify rev_is_head()
René Scharfe
2021-06-28
show-branch: don't <COLOR></RESET> for space characters
Ævar Arnfjörð Bjarmason
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
[next]