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-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-07-21describe: fix --no-exact-matchRené Scharfe
2023-02-09name-rev: fix names by dropping taggerdate workaroundElijah Newren
2022-03-13name-rev: use generation numbers if availableJacob Keller
2022-02-10Merge branch 'jc/name-rev-stdin'Junio C Hamano
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2021-08-02t6120: use git-update-ref rather than filesystem accessHan-Wen Nienhuys
2021-05-11describe tests: support -C in "check_describe"Ævar Arnfjörð Bjarmason
2021-05-11describe tests: fix nested "test_expect_success" callÆvar Arnfjörð Bjarmason
2021-05-11describe tests: don't rely on err.actual from "check_describe"Ævar Arnfjörð Bjarmason
2021-05-11describe tests: refactor away from glob matchingÆvar Arnfjörð Bjarmason
2021-05-11describe tests: improve test for --work-tree & --dirtyÆvar Arnfjörð Bjarmason
2021-05-11describe tests: convert setup to use test_commitÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t6[0-3]*: 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-03-27Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano
2020-02-26describe: don't abort too early when searching tagsBenno Evers
2020-02-21describe: force long format for a name based on a mislocated tagJunio C Hamano
2019-12-10name-rev: eliminate recursion in name_rev()SZEDER Gábor
2019-12-07t6120: add a test to cover inner conditions in 'git name-rev's name_rev()SZEDER Gábor
2019-12-07t6120-describe: modernize the 'check_describe' helperSZEDER Gábor
2019-11-13t6120-describe: correct test repo history graph in commentSZEDER Gábor
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor
2019-02-22tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason
2019-02-07Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano
2019-02-04t6120: test for describe with a bare repositorySebastian Staudt
2019-02-04describe: setup working tree for --dirtySebastian Staudt
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-02-27Merge branch 'sb/describe-blob'Junio C Hamano
2018-02-12describe: confirm that blobs actually existJeff King
2018-01-24Merge branch 'dk/describe-all-output-fix'Junio C Hamano
2017-12-27describe: prepend "tags/" when describing tags with embedded nameDaniel Knittl-Frank
2017-12-19builtin/describe.c: describe a blobStefan Beller
2017-11-03t6120: fix typo in test nameStefan Beller
2017-09-29Merge branch 'mk/describe-match-with-all'Junio C Hamano
2017-09-28Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-09-20describe: teach --match to handle branches and remotesMax Kirillov
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano
2017-09-17describe: fix matching to actually match all patternsMax Kirillov
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones
2017-09-08t6120: test describe and name-rev with deep reposMichael J Gruber
2017-09-08t6120: clean up state after breaking repoMichael J Gruber
2017-09-08t6120: test name-rev --all and --stdinMichael J Gruber
2017-06-27Spelling fixesVille Skyttä
2017-03-22builtin/describe: introduce --broken flagStefan Beller
2017-01-24describe: teach describe negative pattern matchesJacob Keller