summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano2011-05-061-1/+1
|\
| * test: use $_z40 from test-libJunio C Hamano2011-04-231-1/+1
* | t1400 (update-ref): use test_must_failJonathan Nieder2010-11-091-3/+2
* | tests: add missing &&, batch 2Jonathan Nieder2010-11-091-10/+10
|/
* 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-10-311-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-021-0/+8
* Add some tests for git update-ref -dKarl Hasselström2008-05-271-0/+16
* Sane use of test_expect_failureJunio C Hamano2008-02-011-12/+12
* Be more careful about updating refsLinus Torvalds2008-01-161-6/+13
* stop t1400 hiding errors in testsAlex Riesen2007-11-081-1/+1
* Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce2007-09-051-2/+0
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-37/+37
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-2/+2
* Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano2007-01-191-3/+3
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-151-2/+2
* Fix t1400-update-ref test minimallyJunio C Hamano2006-09-171-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-281-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-101-3/+16
* Verify git-commit provides a reflog message.Shawn Pearce2006-05-241-12/+26
* Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-191-16/+39
* General ref log reading improvements.Shawn Pearce2006-05-191-0/+64
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-171-0/+112