| Commit message (Expand) | Author | Age |
* | branch: die explicitly why when calling "git branch [-a|-r] branchname". | Matthieu Moy | 2009-12-31 |
* | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 |
* | builtin-branch: fix -v for --[no-]merged | Lars Hjemli | 2008-07-27 |
* | builtin-branch: factor out merge_filter matching | Lars Hjemli | 2008-07-27 |
* | builtin-branch: remove duplicated code | Lars Hjemli | 2008-07-27 |
* | builtin-branch.c: optimize --merged and --no-merged | Junio C Hamano | 2008-07-23 |
* | builtin-branch.c: remove unused code in append_ref() callback function | Junio C Hamano | 2008-07-23 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | Merge branch 'jc/branch-merged' | Junio C Hamano | 2008-07-14 |
|\ \ |
|
| * | | branch --merged/--no-merged: allow specifying arbitrary commit | Junio C Hamano | 2008-07-09 |
| * | | branch --contains: default to HEAD | Junio C Hamano | 2008-07-09 |
| |/ |
|
* | | branch -r -v: do not spit out garbage | Junio C Hamano | 2008-07-06 |
* | | git-branch -v: show the remote tracking statistics | Junio C Hamano | 2008-07-02 |
|/ |
|
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | git-branch: add support for --merged and --no-merged | Lars Hjemli | 2008-04-20 |
* | Merge branch 'jm/free' | Junio C Hamano | 2008-02-27 |
|\ |
|
| * | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 |
* | | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 |
|\ \ |
|
| * | | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 |
* | | | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Move create_branch into a library file | Daniel Barkalow | 2008-02-09 |
* | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 |
* | | builtin-branch.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | git config --get-colorbool | Junio C Hamano | 2007-12-05 |
* | git-branch --contains=commit | Junio C Hamano | 2007-11-22 |
* | Use OPT_SET_INT and OPT_BIT in builtin-branch | Pierre Habouzit | 2007-11-11 |
* | Merge branch 'jc/format-patch-encoding' | Junio C Hamano | 2007-11-04 |
|\ |
|
| * | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 2007-11-01 |
* | | errors: "strict subset" -> "ancestor" | J. Bruce Fields | 2007-11-03 |
* | | Make builtin-branch.c use parse_options. | Pierre Habouzit | 2007-10-29 |
|/ |
|
* | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 |
* | Re-code builtin-branch.c in UTF-8 | Junio C Hamano | 2007-07-11 |
* | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 2007-07-11 |
* | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 2007-07-08 |
* | git-branch: default to --track | Johannes Schindelin | 2007-07-06 |
* | Merge branch 'ei/oneline+add-empty' | Junio C Hamano | 2007-06-22 |
|\ |
|
| * | Lift 16kB limit of log message output | Junio C Hamano | 2007-06-13 |
* | | git-branch: cleanup config file when deleting branches | Gerrit Pape | 2007-06-09 |
|/ |
|
* | Missing statics. | Pierre Habouzit | 2007-06-08 |
* | git-branch --track: fix tracking branch computation. | Junio C Hamano | 2007-06-06 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-20 |
|\ |
|
| * | branch: fix segfault when resolving an invalid HEAD | Jonas Fonseca | 2007-05-20 |
* | | git-update-ref: add --no-deref option for overwriting/detaching ref | Sven Verdoolaege | 2007-05-10 |
|/ |
|
* | Make builtin-branch.c handle the git config file | Lars Hjemli | 2007-04-06 |
* | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 |
* | Fix broken create_branch() in builtin-branch. | Junio C Hamano | 2007-03-10 |
* | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 |
* | git-branch: improve abbreviation of sha1s in verbose mode | Julian Phillips | 2007-03-02 |