summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)Author
2012-10-21Fix failure to delete a packed ref through a symrefJohan Herland
2012-10-21t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-04-24test: use $_z40 from test-libJunio C Hamano
2010-11-09t1400 (update-ref): use test_must_failJonathan Nieder
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna
2008-11-01update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-07-08avoid null SHA1 in oldest reflogJeff King
2008-06-03Make old sha1 optional with git update-ref -dKarl Hasselström
2008-05-28Add some tests for git update-ref -dKarl Hasselström
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-16Be more careful about updating refsLinus Torvalds
2007-11-09stop t1400 hiding errors in testsAlex Riesen
2007-09-06Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-09-18Fix t1400-update-ref test minimallyJunio C Hamano
2006-09-16t1400: make test debuggable.Junio C Hamano
2006-07-29Display an error from update-ref if target ref name is invalid.Shawn Pearce
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong
2006-07-11Record the type of commit operation in the reflog.Shawn Pearce
2006-05-25Verify git-commit provides a reflog message.Shawn Pearce
2006-05-19Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce
2006-05-19General ref log reading improvements.Shawn Pearce
2006-05-18Log ref updates to logs/refs/<ref>Shawn Pearce