Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -37/+37 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -2/+2 |
2007-01-19 | Extend read_ref_at() to be usable from places other than sha1_name. | Junio C Hamano | 1 | -3/+3 |
2006-12-15 | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 1 | -2/+2 |
2006-09-17 | Fix t1400-update-ref test minimally | Junio C Hamano | 1 | -5/+2 |
2006-09-16 | t1400: make test debuggable. | Junio C Hamano | 1 | -43/+43 |
2006-07-28 | Display an error from update-ref if target ref name is invalid. | Shawn Pearce | 1 | -0/+12 |
2006-07-11 | tests: Set EDITOR=: and VISUAL=: globally | Eric Wong | 1 | -1/+0 |
2006-07-10 | Record the type of commit operation in the reflog. | Shawn Pearce | 1 | -3/+16 |
2006-05-24 | Verify git-commit provides a reflog message. | Shawn Pearce | 1 | -12/+26 |
2006-05-19 | Change 'master@noon' syntax to 'master@{noon}'. | Shawn Pearce | 1 | -16/+39 |
2006-05-19 | General ref log reading improvements. | Shawn Pearce | 1 | -0/+64 |
2006-05-17 | Log ref updates to logs/refs/<ref> | Shawn Pearce | 1 | -0/+112 |