summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
Commit message (Expand)AuthorAgeFilesLines
* refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid Turner2015-09-011-0/+19
* Merge branch 'dt/reflog-tests'Junio C Hamano2015-08-121-3/+2
|\
| * tests: remove some direct access to .git/logsdt/reflog-testsDavid Turner2015-07-281-3/+2
| * Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano2015-06-051-0/+28
| |\
* | | update-ref and tag: add --create-reflog argDavid Turner2015-07-211-0/+38
* | | ref_transaction_commit(): do not capitalize error messagesmh/verify-lock-error-reportMichael Haggerty2015-05-271-7/+7
* | | Merge branch 'mh/ref-directory-file'Junio C Hamano2015-05-221-7/+7
|\ \ \ | |/ / | | / | |/ |/|
| * ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty2015-05-111-7/+7
* | ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2015-05-121-2/+2
* | update-ref: test handling large transactions properlyStefan Beller2015-05-121-0/+28
|/
* update-ref: fix "verify" command with missing <oldvalue>mh/update-ref-verifyMichael Haggerty2014-12-111-2/+2
* t1400: add some more tests of "update-ref --stdin"'s verify commandMichael Haggerty2014-12-111-0/+92
* test: put tests for handling of bad ref names in one placeRonnie Sahlberg2014-10-151-44/+0
* branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-151-0/+34
* Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-161-2/+2
|\
| * refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-031-2/+2
* | Merge branch 'mh/ref-transaction'Junio C Hamano2014-06-031-31/+69
|\ \ | |/ |/|
| * update-ref --stdin: harmonize error messagesMichael Haggerty2014-04-071-16/+16
| * update-ref --stdin: improve the error message for unexpected EOFMichael Haggerty2014-04-071-6/+6
| * t1400: test one mistake at a timeMichael Haggerty2014-04-071-1/+7
| * update-ref --stdin -z: deprecate interpreting the empty string as zerosMichael Haggerty2014-04-071-2/+3
| * update-ref.c: extract a new function, parse_next_sha1()Michael Haggerty2014-04-071-1/+1
| * t1400: test that stdin -z update treats empty <newvalue> as zerosMichael Haggerty2014-04-071-0/+7
| * update-ref --stdin: simplify error messages for missing oldvaluesMichael Haggerty2014-04-071-3/+3
| * update-ref --stdin: make error messages more consistentMichael Haggerty2014-04-071-7/+7
| * update-ref --stdin: improve error messages for invalid valuesMichael Haggerty2014-04-071-4/+4
| * t1400: add some more tests involving quoted argumentsMichael Haggerty2014-04-071-1/+25
| * parse_arg(): really test that argument is properly terminatedMichael Haggerty2014-04-071-2/+2
| * t1400: provide more usual input to the commandMichael Haggerty2014-04-071-1/+1
| * t1400: fix name and expected result of one testMichael Haggerty2014-04-071-2/+2
* | update-ref: fail create operation over stdin if ref already existsmh/update-ref-batch-create-fixAman Gupta2014-04-021-0/+11
|/
* update-ref: add test cases covering --stdin signaturebk/refs-multi-updateBrad King2013-09-111-0/+632
* Fix failure to delete a packed ref through a symrefJohan Herland2012-10-211-1/+1
* t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland2012-10-211-0/+18
* 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