aboutsummaryrefslogtreecommitdiff
path: root/branch.c
Commit message (Expand)AuthorAge
* Merge branch 'jn/maint-sequencer-fixes' into maintJunio C Hamano2011-12-28
|\
| * Revert "reset: Make reset remove the sequencer state"Jonathan Nieder2011-12-12
* | Allow checkout -B <current-branch> to update the current branchJonathan Nieder2011-11-28
|/
* revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-22
* Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-05
|\
| * reset: Make reset remove the sequencer stateRamkumar Ramachandra2011-08-08
* | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-09-16
|\ \
| * | branch --set-upstream: regression fixJunio C Hamano2011-09-16
* | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-08-28
|\ \ \ | |/ /
| * | Show interpreted branch name in error messagesConrad Irwin2011-08-22
| * | Prevent force-updating of the current branchConrad Irwin2011-08-22
| |/
* | branch.c: use the parsed branch nameMichael J Gruber2011-08-19
|/
* Merge branch 'jh/maint-do-not-track-non-branches'Junio C Hamano2011-03-15
|\
| * branch/checkout --track: Ensure that upstream branch is indeed a branchJohan Herland2011-02-16
* | Introduce CHERRY_PICK_HEADJay Soffian2011-02-21
|/
* builtin/checkout: handle -B from detached HEAD correctlyTay Ray Chuan2010-08-09
* Merge branch 'rc/maint-reflog-msg-for-forced-branch'Junio C Hamano2010-04-09
* branch: warn and refuse to set a branch as a tracking branch of itself.Matthieu Moy2010-01-18
* Add branch --set-upstreamIlari Liusvaara2010-01-18
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-22
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-22
* Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-22
* Improve "git branch --tracking" outputJunio C Hamano2009-03-10
* Make git-clone respect branch.autosetuprebaseJunio C Hamano2009-03-03
* Teach the "@{-1} syntax to "git branch"Junio C Hamano2009-02-13
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-21
|\
| * Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-17
* | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-03
|/
* Move MERGE_RR from .git/rr-cache/ into .git/Johannes Schindelin2008-07-13
* Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-11
* branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-19
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-09
* Move create_branch into a library fileDaniel Barkalow2008-02-09