| Commit message (Expand) | Author | Age | Files | Lines |
* | branch: remove lego in i18n tracking info strings | Nguyễn Thái Ngọc Duy | 2012-05-04 | 1 | -9/+23 |
* | Merge branch 'nd/columns' | Junio C Hamano | 2012-05-03 | 1 | -4/+28 |
|\ |
|
| * | branch: add --column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -4/+28 |
* | | Merge branch 'pw/message-cleanup' | Junio C Hamano | 2012-05-02 | 1 | -1/+1 |
|\ \ |
|
| * | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -1/+1 |
* | | | git-branch: remove lego in i18n messages | Ævar Arnfjörð Bjarmason | 2012-04-30 | 1 | -9/+15 |
|/ / |
|
* | | teach "git branch" a --quiet optionjk/branch-quiet | Jeff King | 2012-03-26 | 1 | -6/+10 |
* | | checkout: suppress tracking message with "-q" | Jeff King | 2012-03-26 | 1 | -1/+1 |
* | | Merge branch 'cn/maint-branch-with-bad' into maint | Junio C Hamano | 2012-03-04 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | branch: don't assume the merge filter ref existscn/maint-branch-with-bad | Carlos Martín Nieto | 2012-02-27 | 1 | -0/+4 |
| * | Merge branch 'jn/branch-move-to-self' into maint | Junio C Hamano | 2011-12-28 | 1 | -2/+9 |
| |\ |
|
* | | | branch --edit-description: protect against mistyped branch namejc/branch-desc-typoavoidance | Junio C Hamano | 2012-02-05 | 1 | -0/+15 |
* | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-19 | 1 | -8/+6 |
|\ \ \ |
|
| * | | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -1/+1 |
| * | | | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -7/+5 |
* | | | | Merge branch 'jn/branch-move-to-self' | Junio C Hamano | 2011-12-13 | 1 | -2/+9 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-self | Jonathan Nieder | 2011-11-28 | 1 | -1/+1 |
| * | | branch: allow a no-op "branch -M <current-branch> HEAD" | Jonathan Nieder | 2011-11-28 | 1 | -1/+8 |
* | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-09 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 2011-12-05 | 1 | -1/+4 |
| * | | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 1 | -3/+55 |
|\ \ \
| |_|/
|/| | |
|
| * | | branch: teach --edit-description option | Junio C Hamano | 2011-10-05 | 1 | -2/+54 |
* | | | builtin-branch: Fix crash on invalid use of --force | Vincent van Ravesteijn | 2011-11-23 | 1 | -2/+2 |
| |/
|/| |
|
* | | branch -m: handle no arg properly | Tay Ray Chuan | 2011-11-02 | 1 | -5/+8 |
* | | Merge branch 'mg/branch-list' | Junio C Hamano | 2011-10-05 | 1 | -11/+34 |
|\ \
| |/
|/| |
|
| * | branch: -v does not automatically imply --list | Michael J Gruber | 2011-09-08 | 1 | -2/+1 |
| * | branch: allow pattern arguments | Michael J Gruber | 2011-08-28 | 1 | -3/+21 |
| * | branch: introduce --list option | Michael J Gruber | 2011-08-28 | 1 | -3/+9 |
| * | git-branch: introduce missing long forms for the options | Michael J Gruber | 2011-08-28 | 1 | -5/+5 |
* | | Merge branch 'ci/forbid-unwanted-current-branch-update' | Junio C Hamano | 2011-09-16 | 1 | -1/+1 |
|\ \ |
|
| * | | branch --set-upstream: regression fix | Junio C Hamano | 2011-09-16 | 1 | -1/+1 |
* | | | Merge branch 'ci/forbid-unwanted-current-branch-update' | Junio C Hamano | 2011-08-28 | 1 | -5/+1 |
|\ \ \
| |/ / |
|
| * | | Prevent force-updating of the current branch | Conrad Irwin | 2011-08-22 | 1 | -5/+1 |
* | | | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 | 1 | -5/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | want_color: automatically fallback to color.ui | Jeff King | 2011-08-19 | 1 | -3/+0 |
| * | | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -1/+1 |
| * | | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 2011-08-18 | 1 | -1/+1 |
| |/ |
|
* | | branch -v: honor core.abbrev | Namhyung Kim | 2011-07-01 | 1 | -1/+4 |
|/ |
|
* | Merge branch 'maint-1.7.5' into maint | Junio C Hamano | 2011-06-29 | 1 | -1/+1 |
|\ |
|
| * | "branch -d" can remove more than one branches | Junio C Hamano | 2011-06-29 | 1 | -1/+1 |
* | | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -3/+1 |
|\ \
| |/
|/| |
|
| * | pretty: add pp_commit_easy function for simple callers | Jeff King | 2011-05-26 | 1 | -3/+1 |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -34/+35 |
|\ \ |
|
| * | | i18n: git-branch "(no branch)" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | i18n: git-branch "git branch -v" messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -3/+3 |
| * | | i18n: git-branch "Deleted branch [...]" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
| * | | i18n: git-branch "remote branch '%s' not found" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+2 |
| * | | i18n: git-branch basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -28/+28 |
| |/ |
|
* | | branch: split off function that writes tracking info and commit subject | Jonathan Nieder | 2011-03-16 | 1 | -21/+27 |