Age | Commit message (Expand) | Author | Files | Lines |
2017-09-15 | test-lib: don't use ulimit in test prerequisites on cygwin | Ramsay Jones | 1 | -1/+4 |
2017-04-16 | t1400: use consistent style for test_expect_success calls | Kyle Meyer | 1 | -168/+167 |
2017-03-21 | t1400: use test_when_finished for cleanup | Kyle Meyer | 1 | -40/+41 |
2017-03-21 | t1400: remove a set of unused output files | Kyle Meyer | 1 | -2/+2 |
2017-03-21 | t1400: use test_path_is_* helpers | Kyle Meyer | 1 | -22/+22 |
2017-03-21 | t1400: set core.logAllRefUpdates in "logged by touch" tests | Kyle Meyer | 1 | -11/+12 |
2017-03-21 | t1400: rename test descriptions to be unique | Kyle Meyer | 1 | -4/+4 |
2017-02-27 | Merge branch 'km/delete-ref-reflog-message' | Junio C Hamano | 1 | -0/+18 |
2017-02-27 | Merge branch 'mh/ref-remove-empty-directory' | Junio C Hamano | 1 | -0/+27 |
2017-02-20 | update-ref: pass reflog message to delete_ref() | Kyle Meyer | 1 | -0/+18 |
2017-01-31 | update-ref: add test cases for bare repository | Cornelius Weig | 1 | -7/+36 |
2017-01-31 | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 1 | -0/+37 |
2017-01-07 | files_transaction_commit(): clean up empty directories | Michael Haggerty | 1 | -0/+27 |
2016-07-25 | Merge branch 'mh/split-under-lock' | Junio C Hamano | 1 | -3/+38 |
2016-06-17 | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 1 | -1/+1 |
2016-06-13 | refs: resolve symbolic refs first | Michael Haggerty | 1 | -0/+35 |
2016-06-13 | ref_transaction_update(): check refname_is_safe() at a minimum | Michael Haggerty | 1 | -1/+1 |
2016-06-13 | refs: make error messages more consistent | Michael Haggerty | 1 | -2/+2 |
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 |