index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
branch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-1
/
+1
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-1
/
+1
2025-07-23
config: drop `git_config_set_multivar()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
1
-2
/
+1
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
1
-1
/
+0
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
1
-1
/
+1
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
1
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
1
-5
/
+5
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
1
-5
/
+5
2024-11-21
builtin/branch: fix leaking sorting options
Patrick Steinhardt
1
-11
/
+22
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
1
-0
/
+1
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
1
-3
/
+4
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-22
/
+27
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
1
-1
/
+1
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-4
/
+4
2024-03-15
Merge branch 'kh/branch-ref-syntax-advice'
Junio C Hamano
1
-2
/
+6
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
1
-2
/
+2
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
1
-1
/
+1
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-1
/
+1
2024-03-05
branch: advise about ref syntax rules
Kristoffer Haugsbakk
1
-2
/
+6
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-3
/
+9
2024-01-11
branch: make the advice to force-deleting a conditional one
Rubén Justo
1
-3
/
+5
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-09
Merge branch 'vd/for-each-ref-unsorted-optimization'
Junio C Hamano
1
-18
/
+24
2023-11-16
ref-filter.h: add functions for filter/format & format-only
Victoria Dye
1
-16
/
+17
2023-11-16
ref-filter.h: add max_count and omit_empty to ref_format
Victoria Dye
1
-3
/
+2
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
1
-0
/
+6
2023-10-23
builtin/branch.c: adjust error messages to coding guidelines
Isoken June Ibizugbe
1
-33
/
+33
2023-08-24
Merge branch 'rj/branch-in-use-error-message'
Junio C Hamano
1
-1
/
+1
2023-08-07
branch: error message deleting a branch in use
Rubén Justo
1
-1
/
+1
2023-07-26
Merge branch 'jc/branch-parseopt-fix'
Junio C Hamano
1
-4
/
+6
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-2
/
+2
2023-07-18
branch: reject "--no-all" and "--no-remotes" early
Junio C Hamano
1
-4
/
+6
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
1
-0
/
+1
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
1
-2
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+6
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-2
/
+2
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-11
/
+2
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
[next]