summaryrefslogtreecommitdiff
path: root/builtin/branch.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge branch 'hn/branch-delete-merged'Junio C Hamano1-30/+282
2026-08-05Merge branch 'rs/branch-delete-bisect-warning'Junio C Hamano1-0/+7
2026-08-05branch: add --dry-run for --delete-mergedHarald Nordgren1-4/+19
2026-08-05branch: add branch.<name>.deleteMerged opt-outHarald Nordgren1-0/+14
2026-08-05branch: add --delete-merged <pattern>Harald Nordgren1-2/+193
2026-08-05branch: prepare delete_branches for a bulk callerHarald Nordgren1-4/+9
2026-08-05branch: let delete_branches skip unmerged branches on bulk refusalHarald Nordgren1-5/+10
2026-08-05branch: convert delete_branches() to a flags argumentHarald Nordgren1-16/+24
2026-08-05branch: add --forked filter for --list modeHarald Nordgren1-2/+16
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano1-6/+10
2026-07-25branch: report active bisect run when rejecting deleteRené Scharfe1-0/+7
2026-07-16refs: remove remaining uses of `the_repository`Patrick Steinhardt1-5/+9
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-1/+1
2026-06-27branch: suggest <remote>/<branch> on upstream slipHarald Nordgren1-0/+32
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang1-1/+1
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2025-12-03branch: advice using git-help(1) instead of man(1)Kristoffer Haugsbakk1-1/+1
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