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
/
branch.c
Age
Commit message (
Expand
)
Author
2026-03-18
object-name: turn INTERPRET_BRANCH_* constants into enum values
Jialong Wang
2026-02-26
environment: move "branch.autoSetupMerge" into `struct repo_config_values`
Olamide Caleb Bello
2025-12-03
branch: advice using git-help(1) instead of man(1)
Kristoffer Haugsbakk
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_set_multivar()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
2024-11-21
builtin/branch: fix leaking sorting options
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
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-09-09
ref-filter: add ref_format_clear() function
Jeff King
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-03-15
Merge branch 'kh/branch-ref-syntax-advice'
Junio C Hamano
2024-03-12
prefer comment_line_str to comment_line_char for printing
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_commented_addf()
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-05
branch: advise about ref syntax rules
Kristoffer Haugsbakk
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-01-11
branch: make the advice to force-deleting a conditional one
Rubén Justo
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-09
Merge branch 'vd/for-each-ref-unsorted-optimization'
Junio C Hamano
2023-11-16
ref-filter.h: add functions for filter/format & format-only
Victoria Dye
2023-11-16
ref-filter.h: add max_count and omit_empty to ref_format
Victoria Dye
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
2023-10-23
builtin/branch.c: adjust error messages to coding guidelines
Isoken June Ibizugbe
2023-08-24
Merge branch 'rj/branch-in-use-error-message'
Junio C Hamano
2023-08-07
branch: error message deleting a branch in use
Rubén Justo
2023-07-26
Merge branch 'jc/branch-parseopt-fix'
Junio C Hamano
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-18
branch: reject "--no-all" and "--no-remotes" early
Junio C Hamano
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
[next]