aboutsummaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
Commit message (Expand)AuthorAge
* update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty2014-12-11
* t1400: add some more tests of "update-ref --stdin"'s verify commandMichael Haggerty2014-12-11
* test: put tests for handling of bad ref names in one placeRonnie Sahlberg2014-10-15
* branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-15
* Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-16
|\
| * refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg2014-06-03
* | Merge branch 'mh/ref-transaction'Junio C Hamano2014-06-03
|\ \ | |/ |/|
| * update-ref --stdin: harmonize error messagesMichael Haggerty2014-04-07
| * update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty2014-04-07
| * t1400: test one mistake at a timeMichael Haggerty2014-04-07
| * update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty2014-04-07
| * update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty2014-04-07
| * t1400: test that stdin -z update treats empty <newvalue> as zerosMichael Haggerty2014-04-07
| * update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty2014-04-07
| * update-ref --stdin: make error messages more consistentMichael Haggerty2014-04-07
| * update-ref --stdin: improve error messages for invalid valuesMichael Haggerty2014-04-07
| * t1400: add some more tests involving quoted argumentsMichael Haggerty2014-04-07
| * parse_arg(): really test that argument is properly terminatedMichael Haggerty2014-04-07
| * t1400: provide more usual input to the commandMichael Haggerty2014-04-07
| * t1400: fix name and expected result of one testMichael Haggerty2014-04-07
* | update-ref: fail create operation over stdin if ref already existsAman Gupta2014-04-02
|/
* update-ref: add test cases covering --stdin signatureBrad King2013-09-11
* Fix failure to delete a packed ref through a symrefJohan Herland2012-10-21
* t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland2012-10-21
* Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano2011-05-06
|\
| * test: use $_z40 from test-libJunio C Hamano2011-04-23
* | t1400 (update-ref): use test_must_failJonathan Nieder2010-11-09
* | tests: add missing &&, batch 2Jonathan Nieder2010-11-09
|/
* 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