summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)Author
2020-01-30sha1-name: mark get_oid() error messages for translationJeff King
2020-01-28t1400: avoid "test" string comparisonsJeff King
2019-12-06Merge branch 'rs/test-cleanup'Junio C Hamano
2019-11-27t1400: use test_must_be_emptyRené Scharfe
2019-10-29t1400: wrap setup code in test caseJohannes Schindelin
2018-10-16Merge branch 'ma/t1400-undebug-test'Junio C Hamano
2018-10-10Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-09-28t1400: drop debug `echo` to actually execute `test`Martin Ågren
2018-09-17t1400: switch hard-coded object ID to variablebrian m. carlson
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren
2018-05-13t1400: add tests around adding/deleting pseudorefsMartin Ågren
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones
2017-04-17t1400: use consistent style for test_expect_success callsKyle Meyer
2017-03-21t1400: use test_when_finished for cleanupKyle Meyer
2017-03-21t1400: remove a set of unused output filesKyle Meyer
2017-03-21t1400: use test_path_is_* helpersKyle Meyer
2017-03-21t1400: set core.logAllRefUpdates in "logged by touch" testsKyle Meyer
2017-03-21t1400: rename test descriptions to be uniqueKyle Meyer
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer
2017-01-31update-ref: add test cases for bare repositoryCornelius Weig
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-08files_transaction_commit(): clean up empty directoriesMichael Haggerty
2016-07-25Merge branch 'mh/split-under-lock'Junio C Hamano
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-06-13refs: resolve symbolic refs firstMichael Haggerty
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty
2016-06-13refs: make error messages more consistentMichael Haggerty
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-08-12Merge branch 'dt/reflog-tests'Junio C Hamano
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2015-07-21update-ref and tag: add --create-reflog argDavid Turner
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano
2015-05-27ref_transaction_commit(): do not capitalize error messagesMichael Haggerty
2015-05-22Merge branch 'mh/ref-directory-file'Junio C Hamano
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13update-ref: test handling large transactions properlyStefan Beller
2015-05-11ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty
2014-12-11update-ref: fix "verify" command with missing <oldvalue>Michael Haggerty
2014-12-11t1400: add some more tests of "update-ref --stdin"'s verify commandMichael Haggerty
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano