summaryrefslogtreecommitdiffstats
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)AuthorLines
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty-2/+2
2014-12-11t1400: add some more tests of "update-ref --stdin"'s verify commandMichael Haggerty-0/+92
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg-44/+0
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder-0/+34
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano-2/+2
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano-31/+69
2014-06-03refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg-2/+2
2014-04-07update-ref --stdin: harmonize error messagesMichael Haggerty-16/+16
2014-04-07update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty-6/+6
2014-04-07t1400: test one mistake at a timeMichael Haggerty-1/+7
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty-2/+3
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty-1/+1
2014-04-07t1400: test that stdin -z update treats empty <newvalue> as zerosMichael Haggerty-0/+7
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty-3/+3
2014-04-07update-ref --stdin: make error messages more consistentMichael Haggerty-7/+7
2014-04-07update-ref --stdin: improve error messages for invalid valuesMichael Haggerty-4/+4
2014-04-07t1400: add some more tests involving quoted argumentsMichael Haggerty-1/+25
2014-04-07parse_arg(): really test that argument is properly terminatedMichael Haggerty-2/+2
2014-04-07t1400: provide more usual input to the commandMichael Haggerty-1/+1
2014-04-07t1400: fix name and expected result of one testMichael Haggerty-2/+2
2014-04-02update-ref: fail create operation over stdin if ref already existsAman Gupta-0/+11
2013-09-11update-ref: add test cases covering --stdin signatureBrad King-0/+632
2012-10-21Fix failure to delete a packed ref through a symrefJohan Herland-1/+1
2012-10-21t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland-0/+18
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano-1/+1
2011-04-23test: use $_z40 from test-libJunio C Hamano-1/+1
2010-11-09t1400 (update-ref): use test_must_failJonathan Nieder-3/+2
2010-11-09tests: add missing &&, batch 2Jonathan Nieder-10/+10
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna-3/+3
2008-10-31update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna-0/+11
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna-0/+7
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi-5/+5
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer-2/+2
2008-07-08avoid null SHA1 in oldest reflogJeff King-1/+8
2008-06-02Make old sha1 optional with git update-ref -dKarl Hasselström-0/+8
2008-05-27Add some tests for git update-ref -dKarl Hasselström-0/+16
2008-02-01Sane use of test_expect_failureJunio C Hamano-12/+12
2008-01-16Be more careful about updating refsLinus Torvalds-6/+13
2007-11-08stop t1400 hiding errors in testsAlex Riesen-1/+1
2007-09-05Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce-2/+0
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-37/+37
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince-2/+2
2007-01-19Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano-3/+3
2006-12-15Enable reflogs by default in any repository with a working directory.Shawn O. Pearce-2/+2
2006-09-17Fix t1400-update-ref test minimallyJunio C Hamano-5/+2
2006-09-16t1400: make test debuggable.Junio C Hamano-43/+43
2006-07-28Display an error from update-ref if target ref name is invalid.Shawn Pearce-0/+12
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong-1/+0
2006-07-10Record the type of commit operation in the reflog.Shawn Pearce-3/+16
2006-05-24Verify git-commit provides a reflog message.Shawn Pearce-12/+26