| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mg/branch-d-m-f' | Junio C Hamano | 2014-12-22 | 1 | -0/+14 |
|\ |
|
| * | branch: allow -f with -m and -dmg/branch-d-m-f | Michael J Gruber | 2014-12-09 | 1 | -0/+5 |
| * | t3200-branch: test -M | Michael J Gruber | 2014-12-04 | 1 | -0/+9 |
* | | branch -d: avoid repeated symref resolution | Jonathan Nieder | 2014-10-15 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 2014-03-31 | 1 | -10/+2 |
|\ |
|
| * | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshell | David Tran | 2014-03-19 | 1 | -10/+2 |
* | | t3200-branch: test setting branch as own upstream | Brian Gesiak | 2014-03-06 | 1 | -0/+10 |
|/ |
|
* | Merge branch 'js/test-help-format-windows-port-fix' | Junio C Hamano | 2013-11-01 | 1 | -1/+1 |
|\ |
|
| * | t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is htmljs/test-help-format-windows-port-fix | Johannes Sixt | 2013-10-30 | 1 | -1/+1 |
* | | Merge branch 'jh/checkout-auto-tracking' | Junio C Hamano | 2013-09-20 | 1 | -1/+37 |
|\ \
| |/ |
|
| * | t3200: fix failure on case-insensitive filesystemsjh/checkout-auto-tracking | Eric Sunshine | 2013-09-17 | 1 | -0/+1 |
| * | branch.c: Relax unnecessary requirement on upstream's remote ref name | Per Cederqvist | 2013-09-09 | 1 | -1/+1 |
| * | t3200: Add test demonstrating minor regression in 41c21f2 | Johan Herland | 2013-09-09 | 1 | -0/+34 |
| * | t3200: Minor fix when preparing for tracking failure | Johan Herland | 2013-09-09 | 1 | -1/+2 |
* | | t: branch: fix broken && chainsfc/t3200-fixes | Felipe Contreras | 2013-09-03 | 1 | -4/+4 |
* | | t: branch: fix typo | Felipe Contreras | 2013-09-03 | 1 | -1/+1 |
* | | t: branch: trivial style fix | Felipe Contreras | 2013-09-03 | 1 | -1/+2 |
|/ |
|
* | branch.c: Validate tracking branches with refspecs instead of refs/remotes/* | Johan Herland | 2013-04-21 | 1 | -1/+1 |
* | t3200.39: tracking setup should fail if there is no matching refspec. | Johan Herland | 2013-04-21 | 1 | -4/+4 |
* | Merge branch 'jk/set-upstream-error-cases' | Junio C Hamano | 2013-04-07 | 1 | -0/+12 |
|\ |
|
| * | t3200: test --set-upstream-to with bogus refs | Jeff King | 2013-04-02 | 1 | -0/+12 |
* | | Merge branch 'jm/branch-rename-nothing-error' | Junio C Hamano | 2013-04-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | branch: give better message when no names specified for rename | Jonathon Mah | 2013-03-31 | 1 | -1/+1 |
* | | Merge branch 'rr/test-3200-style' | Junio C Hamano | 2013-04-01 | 1 | -253/+267 |
|\ \
| |/
|/| |
|
| * | t3200 (branch): modernize style | Ramkumar Ramachandra | 2013-03-20 | 1 | -233/+244 |
* | | branch: segfault fixes and validation | Nguyễn Thái Ngọc Duy | 2013-02-23 | 1 | -0/+21 |
|/ |
|
* | branch: give a more helpful message on redundant arguments | Nguyễn Thái Ngọc Duy | 2013-01-30 | 1 | -2/+2 |
* | branch: show targets of deleted symrefs, not sha1s | René Scharfe | 2012-10-18 | 1 | -3/+2 |
* | branch: skip commit checks when deleting symref branches | René Scharfe | 2012-10-18 | 1 | -0/+9 |
* | branch: delete symref branch, not its target | René Scharfe | 2012-10-18 | 1 | -0/+11 |
* | Merge branch 'cn/branch-set-upstream-to' | Junio C Hamano | 2012-09-10 | 1 | -0/+70 |
|\ |
|
| * | branch: deprecate --set-upstream and show help if we detect possible mistaken... | Carlos Martín Nieto | 2012-08-30 | 1 | -0/+34 |
| * | branch: add --unset-upstream option | Carlos Martín Nieto | 2012-08-30 | 1 | -0/+22 |
| * | branch: introduce --set-upstream-to | Carlos Martín Nieto | 2012-08-23 | 1 | -0/+14 |
* | | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 2012-08-27 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'nd/columns' | Junio C Hamano | 2012-05-03 | 1 | -0/+77 |
|\ |
|
| * | branch: add --column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -0/+77 |
* | | Merge branch 'cn/maint-branch-with-bad' | Junio C Hamano | 2012-03-01 | 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 |
* | | branch --edit-description: protect against mistyped branch namejc/branch-desc-typoavoidance | Junio C Hamano | 2012-02-05 | 1 | -4/+37 |
* | | Merge branch 'rr/test-chaining' | Junio C Hamano | 2011-12-19 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | t3200 (branch): fix '&&' chaining | Ramkumar Ramachandra | 2011-12-08 | 1 | -2/+2 |
* | | branch: allow a no-op "branch -M <current-branch> HEAD" | Jonathan Nieder | 2011-11-28 | 1 | -0/+16 |
|/ |
|
* | t3200: add test case for 'branch -m' | Stefan Naewe | 2011-11-02 | 1 | -0/+5 |
* | Merge branch 'mg/branch-list' | Junio C Hamano | 2011-10-05 | 1 | -16/+48 |
|\ |
|
| * | t3200: clean up checks for file existence | Jeff King | 2011-09-13 | 1 | -25/+25 |
| * | branch: introduce --list option | Michael J Gruber | 2011-08-28 | 1 | -0/+32 |
* | | branch --set-upstream: regression fix | Junio C Hamano | 2011-09-16 | 1 | -0/+13 |
* | | Prevent force-updating of the current branch | Conrad Irwin | 2011-08-22 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 2011-05-06 | 1 | -2/+2 |
|\ |
|