summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)Author
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-08-12Merge branch 'dt/reflog-tests'Junio C Hamano
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2015-07-21update-ref and tag: add --create-reflog argDavid Turner
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano
2015-05-27ref_transaction_commit(): do not capitalize error messagesMichael Haggerty
2015-05-22Merge branch 'mh/ref-directory-file'Junio C Hamano
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13update-ref: test handling large transactions properlyStefan Beller
2015-05-11ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty
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