summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)Author
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty
2014-12-11t1400: add some more tests of "update-ref --stdin"'s verify commandMichael Haggerty
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano
2014-06-03refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg
2014-04-07update-ref --stdin: harmonize error messagesMichael Haggerty
2014-04-07update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty
2014-04-07t1400: test one mistake at a timeMichael Haggerty
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty
2014-04-07t1400: test that stdin -z update treats empty <newvalue> as zerosMichael Haggerty
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty
2014-04-07update-ref --stdin: make error messages more consistentMichael Haggerty
2014-04-07update-ref --stdin: improve error messages for invalid valuesMichael Haggerty
2014-04-07t1400: add some more tests involving quoted argumentsMichael Haggerty
2014-04-07parse_arg(): really test that argument is properly terminatedMichael Haggerty
2014-04-07t1400: provide more usual input to the commandMichael Haggerty
2014-04-07t1400: fix name and expected result of one testMichael Haggerty
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta
2013-09-11update-ref: add test cases covering --stdin signatureBrad King
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