Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-03t1410: use test-tool to create empty reflogPatrick Steinhardt
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-29reflog: fix expire --single-worktreeRené Scharfe
2023-02-07tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano
2022-03-24reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason
2022-03-24reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason
2022-03-24Merge branch 'ab/reflog-prep-fix'Junio C Hamano
2022-03-13reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason
2022-02-10t1410: mark bufsize boundary test as REFFILESHan-Wen Nienhuys
2022-02-10t1410: use test-tool ref-store to inspect reflogsHan-Wen Nienhuys
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-08-02t1410: mark test as REFFILESHan-Wen Nienhuys
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin
2020-11-20t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2019-11-27t1410: use test_line_countRené Scharfe
2019-07-01t1410: make hash size independentbrian m. carlson
2019-04-01reflog tests: assert lack of early exit with expiry="never"Ævar Arnfjörð Bjarmason
2019-03-18reflog tests: test for the "points nowhere" warningÆvar Arnfjörð Bjarmason
2019-03-18reflog tests: make use of "test_config" idiomÆvar Arnfjörð Bjarmason
2019-01-05Merge branch 'nd/i18n'Junio C Hamano
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy
2018-10-22reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-06-22t: switch "branch -l" to "branch --create-reflog"Jeff King
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor
2016-06-07reflog: continue walking the reflog past root commitsSZEDER Gábor
2016-04-10refs: on symref reflog expire, lock symref not referrentDavid Turner
2016-01-23Merge branch 'ep/shell-command-substitution-style'Junio C Hamano
2016-01-06reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker
2015-12-28t/t1410-reflog.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2014-12-22Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano
2014-12-05for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King
2014-11-12Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-10t1410: fix breakage on case-insensitive filesystemsJeff King
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04ignore stale directories when checking reflog existenceJeff King
2014-05-09checkout.c: use ref_exists instead of file_existRonnie Sahlberg
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2010-11-09tests: add missing &&Jonathan Nieder
2010-02-28reflog: honor gc.reflogexpire=neverAdam Simpkins
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2008-08-11Fix deleting reflog entries from HEAD reflogJunio C Hamano
2008-08-11reflog test: add more tests for 'reflog delete'Pieter de Bie
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-02-23Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano