summaryrefslogtreecommitdiff
path: root/t/t3200-branch.sh
AgeCommit message (Expand)Author
2010-10-22branch -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy
2010-07-21tests: correct "does reflog exist?" testsJunio C Hamano
2010-07-21t/: work around one-shot variable assignment with test_must_failBrandon Casey
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-03t3200: test -l with core.logAllRefUpdates optionsErick Mattos
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2009-12-30branch -d: base the "already-merged" safety on the branch it merges withJunio C Hamano
2009-03-26Merge branch 'bc/maint-1.6.1-branch-deleted-was'Junio C Hamano
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2009-03-22git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey
2008-12-13git-branch: display sha1 on branch deletionBrandon Casey
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-07-23t3200,t7201: replace '!' with test_must_failBrandon Casey
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-03-19Fix t3200 configDaniel Barkalow
2008-02-27Merge branch 'js/branch-track'Junio C Hamano
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-07-11branch --track: code cleanup and saner handling of local branchesJohannes Schindelin
2007-07-09branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-09git-branch: cleanup config file when deleting branchesGerrit Pape
2007-06-06git-branch --track: fix tracking branch computation.Junio C Hamano
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven
2007-04-06Distinguish branches by more than case in tests.Brian Gernhardt
2007-04-05Fix renaming branch without config fileGeert Bosch
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-08git-checkout: fix branch name output from the commandJunio C Hamano
2006-12-16git-branch: rename config vars branch.<branch>.*, tooJohannes Schindelin
2006-12-06rename_ref: use lstat(2) when testing for symlinkLars Hjemli
2006-12-06git-branch: add options and tests for branch renamingLars Hjemli
2006-10-24t3200: git-branch testsuite updateJunio C Hamano
2006-09-26Remove empty ref directories that prevent creating a ref.Christian Couder
2006-05-25Test that git-branch -l works.Shawn Pearce
2005-12-14t3200: branch --help does not die anymore.Junio C Hamano
2005-11-15allow git-update-ref create refs with slashes in namesAlex Riesen
2005-09-09'build' scripts before installing.Junio C Hamano
2005-09-08[PATCH] Do not create bogus branch from flag to git branchAmos Waterland