aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-07-23config: drop `git_config_set_multivar()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-01-29Merge branch 'rs/ref-fitler-used-atoms-value-fix'Junio C Hamano1-2/+1
2025-01-21ref-filter: remove ref_format_clear()René Scharfe1-1/+0
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe1-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano1-5/+5
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano1-5/+5
2024-11-21builtin/branch: fix leaking sorting optionsPatrick Steinhardt1-11/+22
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-09ref-filter: add ref_format_clear() functionJeff King1-0/+1
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt1-3/+4
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-22/+27
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak1-1/+1
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-4/+4
2024-03-15Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano1-2/+6
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King1-2/+2
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-1/+1
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-2/+6
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-3/+9
2024-01-11branch: make the advice to force-deleting a conditional oneRubén Justo1-3/+5
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-18/+24
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye1-16/+17
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye1-3/+2
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-0/+6
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe1-33/+33
2023-08-24Merge branch 'rj/branch-in-use-error-message'Junio C Hamano1-1/+1
2023-08-07branch: error message deleting a branch in useRubén Justo1-1/+1
2023-07-26Merge branch 'jc/branch-parseopt-fix'Junio C Hamano1-4/+6
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-2/+2
2023-07-18branch: reject "--no-all" and "--no-remotes" earlyJunio C Hamano1-4/+6
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-0/+1
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King1-2/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+6
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-2/+2
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-11/+2
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0