Age | Commit message (Expand) | Author | Files | Lines |
2015-09-01 | refs: make refs/bisect/* per-worktree | David Turner | 1 | -0/+19 |
2015-08-12 | Merge branch 'dt/reflog-tests' | Junio C Hamano | 1 | -3/+2 |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -3/+2 |
2015-07-21 | update-ref and tag: add --create-reflog arg | David Turner | 1 | -0/+38 |
2015-06-05 | Merge branch 'mh/write-refs-sooner-2.4' into maint | Junio C Hamano | 1 | -0/+28 |
2015-05-27 | ref_transaction_commit(): do not capitalize error messages | Michael Haggerty | 1 | -7/+7 |
2015-05-22 | Merge branch 'mh/ref-directory-file' | Junio C Hamano | 1 | -7/+7 |
2015-05-12 | ref_transaction_commit(): fix atomicity and avoid fd exhaustion | Michael Haggerty | 1 | -2/+2 |
2015-05-12 | update-ref: test handling large transactions properly | Stefan Beller | 1 | -0/+28 |
2015-05-11 | ref_transaction_commit(): delete extra "the" from error message | Michael Haggerty | 1 | -7/+7 |
2014-12-11 | update-ref: fix "verify" command with missing <oldvalue> | Michael Haggerty | 1 | -2/+2 |
2014-12-11 | t1400: add some more tests of "update-ref --stdin"'s verify command | Michael Haggerty | 1 | -0/+92 |
2014-10-15 | test: put tests for handling of bad ref names in one place | Ronnie Sahlberg | 1 | -44/+0 |
2014-10-15 | branch -d: avoid repeated symref resolution | Jonathan Nieder | 1 | -0/+34 |
2014-06-16 | Merge branch 'rs/read-ref-at' | Junio C Hamano | 1 | -2/+2 |
2014-06-03 | Merge branch 'mh/ref-transaction' | Junio C Hamano | 1 | -31/+69 |
2014-06-03 | refs.c: change read_ref_at to use the reflog iterators | Ronnie Sahlberg | 1 | -2/+2 |
2014-04-07 | update-ref --stdin: harmonize error messages | Michael Haggerty | 1 | -16/+16 |
2014-04-07 | update-ref --stdin: improve the error message for unexpected EOF | Michael Haggerty | 1 | -6/+6 |
2014-04-07 | t1400: test one mistake at a time | Michael Haggerty | 1 | -1/+7 |
2014-04-07 | update-ref --stdin -z: deprecate interpreting the empty string as zeros | Michael Haggerty | 1 | -2/+3 |
2014-04-07 | update-ref.c: extract a new function, parse_next_sha1() | Michael Haggerty | 1 | -1/+1 |
2014-04-07 | t1400: test that stdin -z update treats empty <newvalue> as zeros | Michael Haggerty | 1 | -0/+7 |
2014-04-07 | update-ref --stdin: simplify error messages for missing oldvalues | Michael Haggerty | 1 | -3/+3 |
2014-04-07 | update-ref --stdin: make error messages more consistent | Michael Haggerty | 1 | -7/+7 |
2014-04-07 | update-ref --stdin: improve error messages for invalid values | Michael Haggerty | 1 | -4/+4 |
2014-04-07 | t1400: add some more tests involving quoted arguments | Michael Haggerty | 1 | -1/+25 |
2014-04-07 | parse_arg(): really test that argument is properly terminated | Michael Haggerty | 1 | -2/+2 |
2014-04-07 | t1400: provide more usual input to the command | Michael Haggerty | 1 | -1/+1 |
2014-04-07 | t1400: fix name and expected result of one test | Michael Haggerty | 1 | -2/+2 |
2014-04-02 | update-ref: fail create operation over stdin if ref already exists | Aman Gupta | 1 | -0/+11 |
2013-09-11 | update-ref: add test cases covering --stdin signature | Brad King | 1 | -0/+632 |
2012-10-21 | Fix failure to delete a packed ref through a symref | Johan Herland | 1 | -1/+1 |
2012-10-21 | t1400-update-ref: Add test verifying bug with symrefs in delete_ref() | Johan Herland | 1 | -0/+18 |
2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -1/+1 |
2011-04-23 | test: use $_z40 from test-lib | Junio C Hamano | 1 | -1/+1 |
2010-11-09 | t1400 (update-ref): use test_must_fail | Jonathan Nieder | 1 | -3/+2 |
2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -10/+10 |
2009-03-17 | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 1 | -3/+3 |
2008-10-31 | update-ref --no-deref -d: handle the case when the pointed ref is packed | Miklos Vajna | 1 | -0/+11 |
2008-10-26 | Fix git update-ref --no-deref -d. | Miklos Vajna | 1 | -0/+7 |
2008-09-03 | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 1 | -5/+5 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -2/+2 |
2008-07-08 | avoid null SHA1 in oldest reflog | Jeff King | 1 | -1/+8 |
2008-06-02 | Make old sha1 optional with git update-ref -d | Karl Hasselström | 1 | -0/+8 |
2008-05-27 | Add some tests for git update-ref -d | Karl Hasselström | 1 | -0/+16 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -12/+12 |
2008-01-16 | Be more careful about updating refs | Linus Torvalds | 1 | -6/+13 |
2007-11-08 | stop t1400 hiding errors in tests | Alex Riesen | 1 | -1/+1 |
2007-09-05 | Cleanup unnecessary file modifications in t1400-update-ref | Shawn O. Pearce | 1 | -2/+0 |