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