Age | Commit message (Expand) | Author | Files | Lines |
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 |