| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -696/+0 |
| 2010-01-22 | Merge branch 'jc/branch-d' | Junio C Hamano | 1 | -10/+54 |
| 2010-01-18 | Add branch --set-upstream | Ilari Liusvaara | 1 | -0/+2 |
| 2009-12-31 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -2/+4 |
| 2009-12-31 | branch: die explicitly why when calling "git branch [-a|-r] branchname". | Matthieu Moy | 1 | -2/+4 |
| 2009-12-30 | branch -d: base the "already-merged" safety on the branch it merges with | Junio C Hamano | 1 | -10/+54 |
| 2009-12-16 | Merge branch 'maint' to sync with 1.6.5.7 | Junio C Hamano | 1 | -1/+3 |
| 2009-12-16 | ignore unknown color configuration | Jeff King | 1 | -1/+3 |
| 2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -1/+2 |
| 2009-08-29 | UI consistency: allow --force for where -f means force | René Scharfe | 1 | -1/+1 |
| 2009-07-24 | Merge branch 'maint' | Junio C Hamano | 1 | -27/+39 |
| 2009-07-23 | git branch: clean up detached branch handling | Linus Torvalds | 1 | -15/+23 |
| 2009-07-23 | git branch: avoid unnecessary object lookups | Linus Torvalds | 1 | -10/+14 |
| 2009-07-23 | git branch: fix performance problem | Linus Torvalds | 1 | -5/+5 |
| 2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+2 |
| 2009-05-09 | allow -t abbreviation for --track in git branch | Sitaram Chamarty | 1 | -1/+1 |
| 2009-04-13 | shorten_unambiguous_ref(): add strict mode | Bert Wesarg | 1 | -2/+2 |
| 2009-04-07 | branch: show upstream branch when double verbose | Jeff King | 1 | -6/+17 |
| 2009-04-06 | Merge branch 'jc/name-branch' | Junio C Hamano | 1 | -14/+18 |
| 2009-03-26 | Merge branch 'bc/maint-1.6.1-branch-deleted-was' | Junio C Hamano | 1 | -1/+1 |
| 2009-03-24 | check_ref_format(): tighten refname rules | Junio C Hamano | 1 | -2/+14 |
| 2009-03-22 | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 1 | -6/+2 |
| 2009-03-22 | Fix branch -m @{-1} newname | Junio C Hamano | 1 | -7/+7 |
| 2009-03-22 | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 1 | -5/+1 |
| 2009-03-22 | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 1 | -1/+1 |
| 2009-03-21 | git-branch: display "was sha1" on branch deletion rather than just "sha1" | Brandon Casey | 1 | -1/+1 |
| 2009-03-05 | Merge branch 'js/branch-symref' | Junio C Hamano | 1 | -32/+79 |
| 2009-03-05 | Merge branch 'al/ansi-color' | Junio C Hamano | 1 | -21/+21 |
| 2009-02-18 | branch: clean up repeated strlen | Jeff King | 1 | -2/+2 |
| 2009-02-18 | Avoid segfault with 'git branch' when the HEAD is detached | Johannes Schindelin | 1 | -0/+2 |
| 2009-02-13 | Teach the "@{-1} syntax to "git branch" | Junio C Hamano | 1 | -12/+19 |
| 2009-02-13 | builtin-branch.c: Rename branch category color names | Arjen Laarhoven | 1 | -16/+16 |
| 2009-02-13 | Clean up use of ANSI color sequences | Arjen Laarhoven | 1 | -5/+5 |
| 2009-02-13 | builtin-branch: improve output when displaying remote branches | Jay Soffian | 1 | -30/+75 |
| 2009-01-28 | Make has_commit() non-static | Jake Goulding | 1 | -17/+3 |
| 2009-01-28 | Make opt_parse_with_commit() non-static | Jake Goulding | 1 | -18/+2 |
| 2008-12-12 | git-branch: display sha1 on branch deletion | Brandon Casey | 1 | -1/+2 |
| 2008-11-18 | builtin-branch: use strbuf in rename_branch() | Miklos Vajna | 1 | -18/+21 |
| 2008-11-18 | builtin-branch: use strbuf in fill_tracking_info() | Miklos Vajna | 1 | -10/+8 |
| 2008-11-18 | builtin-branch: use strbuf in delete_branches() | Miklos Vajna | 1 | -4/+4 |
| 2008-11-05 | Merge branch 'mv/maint-branch-m-symref' | Junio C Hamano | 1 | -1/+1 |
| 2008-10-26 | Fix git branch -m for symrefs. | Miklos Vajna | 1 | -1/+1 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
| 2008-07-27 | builtin-branch: fix -v for --[no-]merged | Lars Hjemli | 1 | -0/+15 |
| 2008-07-27 | builtin-branch: factor out merge_filter matching | Lars Hjemli | 1 | -5/+13 |
| 2008-07-27 | builtin-branch: remove duplicated code | Lars Hjemli | 1 | -7/+2 |
| 2008-07-23 | builtin-branch.c: optimize --merged and --no-merged | Junio C Hamano | 1 | -21/+38 |
| 2008-07-23 | builtin-branch.c: remove unused code in append_ref() callback function | Junio C Hamano | 1 | -7/+3 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -4/+4 |
| 2008-07-14 | Merge branch 'jc/branch-merged' | Junio C Hamano | 1 | -12/+50 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -4/+4 |
| 2008-07-09 | branch --merged/--no-merged: allow specifying arbitrary commit | Junio C Hamano | 1 | -8/+42 |
| 2008-07-09 | branch --contains: default to HEAD | Junio C Hamano | 1 | -4/+8 |
| 2008-07-06 | branch -r -v: do not spit out garbage | Junio C Hamano | 1 | -3/+2 |
| 2008-07-02 | git-branch -v: show the remote tracking statistics | Junio C Hamano | 1 | -2/+25 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -3/+3 |
| 2008-04-20 | git-branch: add support for --merged and --no-merged | Lars Hjemli | 1 | -1/+15 |
| 2008-02-27 | Merge branch 'jm/free' | Junio C Hamano | 1 | -4/+2 |
| 2008-02-27 | Merge branch 'js/branch-track' | Junio C Hamano | 1 | -9/+5 |
| 2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -136/+2 |
| 2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -6/+3 |
| 2008-02-19 | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 1 | -8/+5 |
| 2008-02-18 | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 1 | -3/+7 |
| 2008-02-11 | builtin-branch.c: guard config parser from value=NULL | Junio C Hamano | 1 | -3/+6 |
| 2008-02-09 | Move create_branch into a library file | Daniel Barkalow | 1 | -136/+2 |
| 2007-12-05 | git config --get-colorbool | Junio C Hamano | 1 | -1/+1 |
| 2007-11-22 | git-branch --contains=commit | Junio C Hamano | 1 | -3/+54 |
| 2007-11-11 | Use OPT_SET_INT and OPT_BIT in builtin-branch | Pierre Habouzit | 1 | -28/+16 |
| 2007-11-04 | Merge branch 'jc/format-patch-encoding' | Junio C Hamano | 1 | -1/+1 |
| 2007-11-03 | errors: "strict subset" -> "ancestor" | J. Bruce Fields | 1 | -1/+1 |
| 2007-11-01 | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 1 | -1/+1 |
| 2007-10-29 | Make builtin-branch.c use parse_options. | Pierre Habouzit | 1 | -95/+52 |
| 2007-09-10 | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 1 | -8/+7 |
| 2007-07-11 | Re-code builtin-branch.c in UTF-8 | Junio C Hamano | 1 | -1/+1 |
| 2007-07-11 | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 1 | -115/+55 |
| 2007-07-08 | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 1 | -6/+12 |
| 2007-07-06 | git-branch: default to --track | Johannes Schindelin | 1 | -1/+1 |
| 2007-06-22 | Merge branch 'ei/oneline+add-empty' | Junio C Hamano | 1 | -6/+11 |
| 2007-06-13 | Lift 16kB limit of log message output | Junio C Hamano | 1 | -6/+11 |
| 2007-06-09 | git-branch: cleanup config file when deleting branches | Gerrit Pape | 1 | -2/+7 |
| 2007-06-08 | Missing statics. | Pierre Habouzit | 1 | -2/+2 |
| 2007-06-06 | git-branch --track: fix tracking branch computation. | Junio C Hamano | 1 | -26/+41 |
| 2007-05-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
| 2007-05-20 | branch: fix segfault when resolving an invalid HEAD | Jonas Fonseca | 1 | -1/+2 |
| 2007-05-10 | git-update-ref: add --no-deref option for overwriting/detaching ref | Sven Verdoolaege | 1 | -1/+1 |
| 2007-04-06 | Make builtin-branch.c handle the git config file | Lars Hjemli | 1 | -0/+6 |
| 2007-03-16 | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 1 | -14/+25 |
| 2007-03-10 | Fix broken create_branch() in builtin-branch. | Junio C Hamano | 1 | -14/+17 |
| 2007-03-10 | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 1 | -8/+132 |
| 2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -1/+2 |
| 2007-03-02 | git-branch: improve abbreviation of sha1s in verbose mode | Julian Phillips | 1 | -2/+10 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -6/+6 |
| 2007-02-13 | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 1 | -1/+1 |
| 2007-02-03 | Merge branch 'master' into np/dreflog | Junio C Hamano | 1 | -3/+9 |
| 2007-02-03 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 |
| 2007-02-03 | fix reflog entries for "git-branch" | Junio C Hamano | 1 | -2/+8 |
| 2007-01-28 | add logref support to git-symbolic-ref | Nicolas Pitre | 1 | -1/+2 |
| 2007-01-28 | Don't force everybody to call setup_ident(). | Junio C Hamano | 1 | -1/+0 |
| 2007-01-20 | branch -f: no reason to forbid updating the current branch in a bare repo. | Junio C Hamano | 1 | -1/+1 |
| 2007-01-09 | Allow in_merge_bases() to take more than one reference commits. | Junio C Hamano | 1 | -1/+1 |
| 2007-01-08 | Detached HEAD (experimental) | Junio C Hamano | 1 | -7/+17 |
| 2007-01-08 | git-branch: show detached HEAD | Lars Hjemli | 1 | -7/+24 |
| 2007-01-03 | Refactor print-functions in builtin-branch | Lars Hjemli | 1 | -43/+40 |
| 2007-01-03 | Add documentation for git-branch's color configuration. | Brian Gernhardt | 1 | -1/+1 |
| 2006-12-20 | Move in_merge_bases() to commit.c | Junio C Hamano | 1 | -20/+1 |
| 2006-12-20 | Merge branch 'jc/branch-remove-remote' | Junio C Hamano | 1 | -26/+62 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+1 |
| 2006-12-18 | git-branch -d: do not stop at the first failure. | Quy Tonthat | 1 | -18/+39 |
| 2006-12-18 | Teach git-branch to delete tracking branches with -r -d | Junio C Hamano | 1 | -13/+28 |
| 2006-12-13 | Merge branch 'lh/branch-rename' | Junio C Hamano | 1 | -1/+50 |
| 2006-12-13 | branch --color: change default color selection. | Junio C Hamano | 1 | -2/+2 |
| 2006-12-12 | Colourise git-branch output | Andy Parkins | 1 | -5/+87 |
| 2006-12-05 | git-branch: let caller specify logmsg | Lars Hjemli | 1 | -2/+6 |
| 2006-12-05 | git-branch: add options and tests for branch renaming | Lars Hjemli | 1 | -1/+46 |
| 2006-11-24 | git-branch -D: make it work even when on a yet-to-be-born branch | Junio C Hamano | 1 | -4/+8 |
| 2006-11-24 | Add -v and --abbrev options to git-branch | Lars Hjemli | 1 | -5/+43 |
| 2006-11-21 | Add support to git-branch to show local and remote branches | Andy Parkins | 1 | -22/+81 |
| 2006-11-02 | Remove uneccessarily similar printf() from print_ref_list() in builtin-branch | Andy Parkins | 1 | -3/+5 |
| 2006-10-23 | Make git-branch a builtin | Lars Hjemli | 1 | -0/+219 |