32 Commits (42957af0273a338de232a6a0071a3ddcf92f9fee)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy b64335554a merge: remove drop_save() in favor of remove_merge_branch_state() 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy f4a4b9aca3 checkout: inform the user when removing branch state 6 years ago
Nguyễn Thái Ngọc Duy 4edce1729a branch.c: remove the_repository reference 6 years ago
Elijah Newren e730b81df6 Move definition of enum branch_track from cache.h to branch.h 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Kaartic Sivaraam e2bbd0cc4c branch: group related arguments of create_branch() 7 years ago
Kaartic Sivaraam f6cea74de6 branch: improve documentation and naming of create_branch() parameters 7 years ago
Junio C Hamano bc1c9c0e67 branch: split validate_new_branchname() into two 7 years ago
Kyle Meyer 39ee4c6c2f branch: record creation of renamed branch in HEAD's log 8 years ago
Jeff King 4bd488ea7c create_branch: drop unused "head" parameter 8 years ago
Nguyễn Thái Ngọc Duy 8d9fdd7087 worktree.c: check whether branch is rebased in another worktree 9 years ago
Kazuki Yamaguchi 70999e9cec branch -m: update all per-worktree HEADs 9 years ago
Patrick Steinhardt 27852b2c53 branch: report errors in tracking branch setup 9 years ago
Michael Rappazzo ac6c561b59 worktree: add top-level worktree.c 9 years ago
David Turner 41af65651d worktrees: add find_shared_symref 10 years ago
Eric Sunshine ed89f84b3c branch: publish die_if_checked_out() 10 years ago
Jeff King f9a482e62b checkout: suppress tracking message with "-q" 13 years ago
Jonathan Nieder 39bd6f7261 Allow checkout -B <current-branch> to update the current branch 13 years ago
Junio C Hamano 6f9a332144 branch: add read_branch_desc() helper function 13 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 13 years ago
Conrad Irwin 55c4a67307 Prevent force-updating of the current branch 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Junio C Hamano a9f2c13685 Make git-clone respect branch.autosetuprebase 16 years ago
Jay Soffian 9ed36cfa35 branch: optionally setup branch.*.merge from upstream local branches 17 years ago
Daniel Barkalow c369e7b805 Move code to clean up after a branch change to branch.c 17 years ago
Daniel Barkalow e496c00348 Move create_branch into a library file 17 years ago