| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 2011-05-06 | 1 | -2/+2 |
|\ |
|
| * | test: use $_z40 from test-lib | Junio C Hamano | 2011-04-23 | 1 | -2/+2 |
* | | i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200 | Junio C Hamano | 2011-04-13 | 1 | -2/+4 |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -1/+1 |
|\ \ |
|
| * | | i18n: git-branch "Deleted branch [...]" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | | | Merge branch 'jh/maint-do-not-track-non-branches' | Junio C Hamano | 2011-03-15 | 1 | -0/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | branch/checkout --track: Ensure that upstream branch is indeed a branch | Johan Herland | 2011-02-16 | 1 | -0/+14 |
| |/ |
|
* | | branch -h: show usage even in an invalid repository | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+11 |
|/ |
|
* | tests: correct "does reflog exist?" tests | Junio C Hamano | 2010-07-21 | 1 | -10/+3 |
* | t/: work around one-shot variable assignment with test_must_fail | Brandon Casey | 2010-07-21 | 1 | -1/+5 |
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -2/+2 |
|\ |
|
| * | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 2010-05-31 | 1 | -2/+2 |
* | | t3200: test -l with core.logAllRefUpdates options | Erick Mattos | 2010-06-03 | 1 | -0/+24 |
|/ |
|
* | branch -d: base the "already-merged" safety on the branch it merges with | Junio C Hamano | 2009-12-30 | 1 | -0/+26 |
* | 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 |
* | | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 2009-03-22 | 1 | -1/+1 |
|/ |
|
* | git-branch: display sha1 on branch deletion | Brandon Casey | 2008-12-12 | 1 | -1/+2 |
* | git branch -m: forbid renaming of a symref | Miklos Vajna | 2008-10-30 | 1 | -4/+4 |
* | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -0/+9 |
* | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 2008-09-03 | 1 | -29/+29 |
* | t3200,t7201: replace '!' with test_must_fail | Brandon Casey | 2008-07-23 | 1 | -1/+1 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -4/+4 |
* | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-11 | 1 | -0/+234 |
* | Fix t3200 config | Daniel Barkalow | 2008-03-18 | 1 | -10/+10 |
* | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 | 1 | -1/+21 |
|\ |
|
| * | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 1 | -1/+21 |
* | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -17/+19 |
|/ |
|
* | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 2007-07-11 | 1 | -10/+11 |
* | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 2007-07-08 | 1 | -0/+9 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -81/+81 |
* | git-branch: cleanup config file when deleting branches | Gerrit Pape | 2007-06-09 | 1 | -0/+9 |
* | git-branch --track: fix tracking branch computation. | Junio C Hamano | 2007-06-06 | 1 | -4/+12 |
* | t3200-branch.sh: small language nit | Arjen Laarhoven | 2007-04-06 | 1 | -1/+1 |
* | Distinguish branches by more than case in tests. | Brian Gernhardt | 2007-04-06 | 1 | -3/+3 |
* | Fix renaming branch without config file | Geert Bosch | 2007-04-05 | 1 | -0/+9 |
* | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 | 1 | -0/+6 |
* | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 | 1 | -11/+54 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -3/+3 |
* | git-checkout: fix branch name output from the command | Junio C Hamano | 2007-01-08 | 1 | -1/+1 |
* | git-branch: rename config vars branch.<branch>.*, too | Johannes Schindelin | 2006-12-16 | 1 | -0/+6 |
* | rename_ref: use lstat(2) when testing for symlink | Lars Hjemli | 2006-12-05 | 1 | -0/+7 |
* | git-branch: add options and tests for branch renaming | Lars Hjemli | 2006-12-05 | 1 | -0/+34 |
* | t3200: git-branch testsuite update | Junio C Hamano | 2006-10-23 | 1 | -6/+3 |
* | Remove empty ref directories that prevent creating a ref. | Christian Couder | 2006-09-25 | 1 | -0/+12 |
* | Test that git-branch -l works. | Shawn Pearce | 2006-05-24 | 1 | -1/+30 |
* | t3200: branch --help does not die anymore. | Junio C Hamano | 2005-12-14 | 1 | -2/+2 |
* | allow git-update-ref create refs with slashes in names | Alex Riesen | 2005-11-14 | 1 | -0/+8 |
* | 'build' scripts before installing. | Junio C Hamano | 2005-09-08 | 1 | -3/+3 |
* | [PATCH] Do not create bogus branch from flag to git branch | Amos Waterland | 2005-09-07 | 1 | -0/+27 |