| Commit message (Expand) | Author | Age | Files | Lines |
* | branch.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+6 |
* | Move definition of enum branch_track from cache.h to branch.h | Elijah Newren | 2018-08-15 | 1 | -0/+11 |
* | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+2 |
* | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 2017-12-27 | 1 | -2/+8 |
|\ |
|
| * | branch: group related arguments of create_branch() | Kaartic Sivaraam | 2017-12-07 | 1 | -4/+5 |
| * | branch: improve documentation and naming of create_branch() parameters | Kaartic Sivaraam | 2017-12-07 | 1 | -1/+6 |
* | | branch: split validate_new_branchname() into two | Junio C Hamano | 2017-10-13 | 1 | -15/+12 |
|/ |
|
* | branch: record creation of renamed branch in HEAD's logkm/delete-ref-reflog-message | Kyle Meyer | 2017-02-20 | 1 | -1/+2 |
* | create_branch: drop unused "head" parameterjk/create-branch-remove-unused-param | Jeff King | 2016-11-09 | 1 | -8/+14 |
* | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -1/+1 |
* | branch -m: update all per-worktree HEADs | Kazuki Yamaguchi | 2016-04-04 | 1 | -0/+7 |
* | branch: report errors in tracking branch setup | Patrick Steinhardt | 2016-02-22 | 1 | -1/+2 |
* | worktree: add top-level worktree.c | Michael Rappazzo | 2015-10-02 | 1 | -8/+0 |
* | worktrees: add find_shared_symref | David Turner | 2015-08-11 | 1 | -0/+8 |
* | branch: publish die_if_checked_out() | Eric Sunshine | 2015-07-20 | 1 | -0/+7 |
* | checkout: suppress tracking message with "-q" | Jeff King | 2012-03-26 | 1 | -1/+1 |
* | Merge branch 'jn/branch-move-to-self' | Junio C Hamano | 2011-12-13 | 1 | -1/+2 |
|\ |
|
| * | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-self | Jonathan Nieder | 2011-11-28 | 1 | -1/+2 |
* | | branch: add read_branch_desc() helper function | Junio C Hamano | 2011-10-05 | 1 | -0/+5 |
|/ |
|
* | branch --set-upstream: regression fix | Junio C Hamano | 2011-09-16 | 1 | -1/+11 |
* | Prevent force-updating of the current branch | Conrad Irwin | 2011-08-22 | 1 | -0/+8 |
* | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 2010-11-03 | 1 | -2/+2 |
* | Make git-clone respect branch.autosetuprebase | Junio C Hamano | 2009-03-03 | 1 | -0/+7 |
* | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 1 | -1/+1 |
* | Move code to clean up after a branch change to branch.c | Daniel Barkalow | 2008-02-09 | 1 | -2/+18 |
* | Move create_branch into a library file | Daniel Barkalow | 2008-02-09 | 1 | -0/+8 |