| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 | 1 | -1/+2 |
* | UI consistency: allow --force for where -f means force | René Scharfe | 2009-08-29 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2009-07-24 | 1 | -27/+39 |
|\ |
|
| * | git branch: clean up detached branch handling | Linus Torvalds | 2009-07-23 | 1 | -15/+23 |
| * | git branch: avoid unnecessary object lookups | Linus Torvalds | 2009-07-23 | 1 | -10/+14 |
| * | git branch: fix performance problem | Linus Torvalds | 2009-07-23 | 1 | -5/+5 |
* | | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+2 |
* | | allow -t abbreviation for --track in git branch | Sitaram Chamarty | 2009-05-09 | 1 | -1/+1 |
|/ |
|
* | shorten_unambiguous_ref(): add strict mode | Bert Wesarg | 2009-04-13 | 1 | -2/+2 |
* | branch: show upstream branch when double verbose | Jeff King | 2009-04-07 | 1 | -6/+17 |
* | Merge branch 'jc/name-branch' | Junio C Hamano | 2009-04-06 | 1 | -14/+18 |
|\ |
|
| * | check_ref_format(): tighten refname rules | Junio C Hamano | 2009-03-24 | 1 | -2/+14 |
| * | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 2009-03-22 | 1 | -6/+2 |
| * | Fix branch -m @{-1} newname | Junio C Hamano | 2009-03-22 | 1 | -7/+7 |
| * | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 2009-03-22 | 1 | -5/+1 |
| * | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 | 1 | -1/+1 |
* | | Merge branch 'bc/maint-1.6.1-branch-deleted-was' | Junio C Hamano | 2009-03-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | git-branch: display "was sha1" on branch deletion rather than just "sha1" | Brandon Casey | 2009-03-21 | 1 | -1/+1 |
* | | Merge branch 'js/branch-symref' | Junio C Hamano | 2009-03-05 | 1 | -32/+79 |
|\ \ |
|
| * | | branch: clean up repeated strlen | Jeff King | 2009-02-18 | 1 | -2/+2 |
| * | | Avoid segfault with 'git branch' when the HEAD is detached | Johannes Schindelin | 2009-02-18 | 1 | -0/+2 |
| * | | builtin-branch: improve output when displaying remote branches | Jay Soffian | 2009-02-13 | 1 | -30/+75 |
* | | | Merge branch 'al/ansi-color' | Junio C Hamano | 2009-03-05 | 1 | -21/+21 |
|\ \ \ |
|
| * | | | builtin-branch.c: Rename branch category color names | Arjen Laarhoven | 2009-02-13 | 1 | -16/+16 |
| * | | | Clean up use of ANSI color sequences | Arjen Laarhoven | 2009-02-13 | 1 | -5/+5 |
| |/ / |
|
* | | | Teach the "@{-1} syntax to "git branch" | Junio C Hamano | 2009-02-13 | 1 | -12/+19 |
|/ / |
|
* | | Make has_commit() non-static | Jake Goulding | 2009-01-28 | 1 | -17/+3 |
* | | Make opt_parse_with_commit() non-static | Jake Goulding | 2009-01-28 | 1 | -18/+2 |
|/ |
|
* | git-branch: display sha1 on branch deletion | Brandon Casey | 2008-12-12 | 1 | -1/+2 |
* | builtin-branch: use strbuf in rename_branch() | Miklos Vajna | 2008-11-18 | 1 | -18/+21 |
* | builtin-branch: use strbuf in fill_tracking_info() | Miklos Vajna | 2008-11-18 | 1 | -10/+8 |
* | builtin-branch: use strbuf in delete_branches() | Miklos Vajna | 2008-11-18 | 1 | -4/+4 |
* | Merge branch 'mv/maint-branch-m-symref' | Junio C Hamano | 2008-11-05 | 1 | -1/+1 |
|\ |
|
| * | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -1/+1 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
|/ |
|
* | builtin-branch: fix -v for --[no-]merged | Lars Hjemli | 2008-07-27 | 1 | -0/+15 |
* | builtin-branch: factor out merge_filter matching | Lars Hjemli | 2008-07-27 | 1 | -5/+13 |
* | builtin-branch: remove duplicated code | Lars Hjemli | 2008-07-27 | 1 | -7/+2 |
* | builtin-branch.c: optimize --merged and --no-merged | Junio C Hamano | 2008-07-23 | 1 | -21/+38 |
* | builtin-branch.c: remove unused code in append_ref() callback function | Junio C Hamano | 2008-07-23 | 1 | -7/+3 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -4/+4 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -4/+4 |
* | | Merge branch 'jc/branch-merged' | Junio C Hamano | 2008-07-14 | 1 | -12/+50 |
|\ \ |
|
| * | | branch --merged/--no-merged: allow specifying arbitrary commit | Junio C Hamano | 2008-07-09 | 1 | -8/+42 |
| * | | branch --contains: default to HEAD | Junio C Hamano | 2008-07-09 | 1 | -4/+8 |
| |/ |
|
* | | branch -r -v: do not spit out garbage | Junio C Hamano | 2008-07-06 | 1 | -3/+2 |
* | | git-branch -v: show the remote tracking statistics | Junio C Hamano | 2008-07-02 | 1 | -2/+25 |
|/ |
|
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | git-branch: add support for --merged and --no-merged | Lars Hjemli | 2008-04-20 | 1 | -1/+15 |
* | Merge branch 'jm/free' | Junio C Hamano | 2008-02-27 | 1 | -4/+2 |
|\ |
|