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