summaryrefslogtreecommitdiff
path: root/branch.h
AgeCommit message (Expand)Author
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo
2022-02-01branch: add a dry_run parameter to create_branch()Glen Choo
2022-02-01branch: make create_branch() always create a branchGlen Choo
2022-02-01branch: move --set-upstream-to behavior to dwim_and_setup_tracking()Glen Choo
2021-12-21branch: add flags and config to inherit trackingJosh Steadmon
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-13Merge branch 'nd/merge-quit'Junio C Hamano
2019-05-13merge: remove drop_save() in favor of remove_merge_branch_state()Nguyễn Thái Ngọc Duy
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-02checkout: inform the user when removing branch stateNguyễn Thái Ngọc Duy
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren
2018-08-15Add missing includes and forward declarationsElijah Newren
2017-12-27Merge branch 'ks/branch-cleanup'Junio C Hamano
2017-12-07branch: group related arguments of create_branch()Kaartic Sivaraam
2017-12-07branch: improve documentation and naming of create_branch() parametersKaartic Sivaraam
2017-10-13branch: split validate_new_branchname() into twoJunio C Hamano
2017-02-21branch: record creation of renamed branch in HEAD's logKyle Meyer
2016-11-09create_branch: drop unused "head" parameterJeff King
2016-04-22worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy
2016-04-04branch -m: update all per-worktree HEADsKazuki Yamaguchi
2016-02-22branch: report errors in tracking branch setupPatrick Steinhardt
2015-10-02worktree: add top-level worktree.cMichael Rappazzo
2015-08-11worktrees: add find_shared_symrefDavid Turner
2015-07-20branch: publish die_if_checked_out()Eric Sunshine
2012-03-27checkout: suppress tracking message with "-q"Jeff King
2011-12-14Merge branch 'jn/branch-move-to-self'Junio C Hamano
2011-11-28Allow checkout -B <current-branch> to update the current branchJonathan Nieder
2011-10-05branch: add read_branch_desc() helper functionJunio C Hamano
2011-09-17branch --set-upstream: regression fixJunio C Hamano
2011-08-22Prevent force-updating of the current branchConrad Irwin
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy
2009-03-04Make git-clone respect branch.autosetuprebaseJunio C Hamano
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-10Move code to clean up after a branch change to branch.cDaniel Barkalow
2008-02-10Move create_branch into a library fileDaniel Barkalow