aboutsummaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
Commit message (Expand)AuthorAge
* Tests: use test_cmp instead of diff where possibleMiklos Vajna2009-03-17
* update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-31
* Fix git update-ref --no-deref -d.Miklos Vajna2008-10-26
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-03
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* avoid null SHA1 in oldest reflogJeff King2008-07-08
* Make old sha1 optional with git update-ref -dKarl Hasselström2008-06-02
* Add some tests for git update-ref -dKarl Hasselström2008-05-27
* Sane use of test_expect_failureJunio C Hamano2008-02-01
* Be more careful about updating refsLinus Torvalds2008-01-16
* stop t1400 hiding errors in testsAlex Riesen2007-11-08
* Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce2007-09-05
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano2007-01-19
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-15
* Fix t1400-update-ref test minimallyJunio C Hamano2006-09-17
* t1400: make test debuggable.Junio C Hamano2006-09-16
* Display an error from update-ref if target ref name is invalid.Shawn Pearce2006-07-28
* tests: Set EDITOR=: and VISUAL=: globallyEric Wong2006-07-11
* Record the type of commit operation in the reflog.Shawn Pearce2006-07-10
* Verify git-commit provides a reflog message.Shawn Pearce2006-05-24
* Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-19
* General ref log reading improvements.Shawn Pearce2006-05-19
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-17