index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
branch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-2
/
+2
2013-09-20
Merge branch 'bk/refs-multi-update'
Junio C Hamano
1
-1
/
+1
2013-09-20
Merge branch 'jh/checkout-auto-tracking'
Junio C Hamano
1
-2
/
+1
2013-09-09
branch.c: Relax unnecessary requirement on upstream's remote ref name
Per Cederqvist
1
-2
/
+1
2013-08-30
branch: trivial style fix
Felipe Contreras
1
-1
/
+1
2013-08-30
refs: report ref type from lock_any_ref_for_update
Brad King
1
-1
/
+1
2013-05-29
Merge branch 'jh/checkout-auto-tracking'
Junio C Hamano
1
-1
/
+16
2013-04-21
branch.c: Validate tracking branches with refspecs instead of refs/remotes/*
Johan Herland
1
-1
/
+16
2013-04-15
i18n: branch: mark strings for translation
Jiang Xin
1
-27
/
+27
2013-04-02
branch: give advice when tracking start-point is missing
Jeff King
1
-2
/
+17
2013-04-02
branch: mention start_name in set-upstream error messages
Jeff King
1
-5
/
+5
2013-04-02
branch: improve error message for missing --set-upstream-to ref
Jeff King
1
-1
/
+6
2013-04-02
branch: factor out "upstream is not a branch" error messages
Jeff King
1
-2
/
+5
2012-06-07
Remove i18n legos in notifying new branch tracking setup
Nguyễn Thái Ngọc Duy
1
-15
/
+23
2012-03-26
checkout: suppress tracking message with "-q"
Jeff King
1
-4
/
+5
2011-12-19
Merge branch 'nd/resolve-ref'
Junio C Hamano
1
-1
/
+1
2011-12-19
Merge branch 'jn/maint-sequencer-fixes'
Junio C Hamano
1
-2
/
+0
2011-12-13
Merge branch 'jn/branch-move-to-self'
Junio C Hamano
1
-2
/
+4
2011-12-13
Rename resolve_ref() to resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-12-12
Revert "reset: Make reset remove the sequencer state"
Jonathan Nieder
1
-2
/
+0
2011-12-09
Merge branch 'jc/request-pull-show-head-4'
Junio C Hamano
1
-0
/
+31
2011-11-28
Allow checkout -B <current-branch> to update the current branch
Jonathan Nieder
1
-2
/
+4
2011-11-22
revert: write REVERT_HEAD pseudoref during conflicted revert
Jonathan Nieder
1
-0
/
+1
2011-10-05
branch: add read_branch_desc() helper function
Junio C Hamano
1
-0
/
+31
2011-10-05
Merge branch 'rr/revert-cherry-pick-continue'
Junio C Hamano
1
-0
/
+2
2011-09-16
Merge branch 'ci/forbid-unwanted-current-branch-update'
Junio C Hamano
1
-9
/
+12
2011-09-16
branch --set-upstream: regression fix
Junio C Hamano
1
-9
/
+12
2011-08-28
Merge branch 'ci/forbid-unwanted-current-branch-update'
Junio C Hamano
1
-10
/
+24
2011-08-22
Show interpreted branch name in error messages
Conrad Irwin
1
-1
/
+1
2011-08-22
Prevent force-updating of the current branch
Conrad Irwin
1
-10
/
+24
2011-08-19
branch.c: use the parsed branch name
Michael J Gruber
1
-1
/
+1
2011-08-08
reset: Make reset remove the sequencer state
Ramkumar Ramachandra
1
-0
/
+2
2011-03-15
Merge branch 'jh/maint-do-not-track-non-branches'
Junio C Hamano
1
-3
/
+8
2011-02-21
Introduce CHERRY_PICK_HEAD
Jay Soffian
1
-0
/
+1
2011-02-16
branch/checkout --track: Ensure that upstream branch is indeed a branch
Johan Herland
1
-3
/
+8
2010-08-09
builtin/checkout: handle -B from detached HEAD correctly
Tay Ray Chuan
1
-1
/
+1
2010-04-09
Merge branch 'rc/maint-reflog-msg-for-forced-branch'
Junio C Hamano
1
-1
/
+1
2010-01-18
branch: warn and refuse to set a branch as a tracking branch of itself.
Matthieu Moy
1
-2
/
+12
2010-01-18
Add branch --set-upstream
Ilari Liusvaara
1
-10
/
+21
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-2
/
+2
2009-03-22
strbuf_check_branch_ref(): a helper to check a refname for a branch
Junio C Hamano
1
-4
/
+1
2009-03-22
strbuf_branchname(): a wrapper for branch name shorthands
Junio C Hamano
1
-6
/
+1
2009-03-22
Rename interpret/substitute nth_last_branch functions
Junio C Hamano
1
-1
/
+1
2009-03-10
Improve "git branch --tracking" output
Junio C Hamano
1
-6
/
+17
2009-03-03
Make git-clone respect branch.autosetuprebase
Junio C Hamano
1
-16
/
+33
2009-02-13
Teach the "@{-1} syntax to "git branch"
Junio C Hamano
1
-5
/
+14
2008-10-21
Merge branch 'jc/maint-co-track'
Junio C Hamano
1
-1
/
+3
2008-10-17
Fix "checkout --track -b newbranch" on detached HEAD
Junio C Hamano
1
-1
/
+3
2008-10-03
builtin-commit: use reduce_heads() only when appropriate
Miklos Vajna
1
-0
/
+1
2008-07-13
Move MERGE_RR from .git/rr-cache/ into .git/
Johannes Schindelin
1
-1
/
+1
[next]