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
2022-02-26Merge branch 'ab/ambiguous-object-name'Junio C Hamano
2022-01-27object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason
2022-01-27object-name tests: add tests for ambiguous object blind spotsÆvar Arnfjörð Bjarmason
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-05object-name.c: rename from sha1-name.cMartin Ågren
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
2019-12-07Merge branch 'rs/test-cleanup'Junio C Hamano
2019-11-27t1512: use test_line_countRené Scharfe
2019-11-10Fix spelling errors in comments of testcasesElijah Newren
2019-01-31t1512: test ambiguous cat-file --batch and --batch-outputEric Wong
2018-07-17t1000-t1999: fix broken &&-chainsEric Sunshine
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-14t1512: skip test if not using SHA-1brian m. carlson
2018-05-11get_short_oid: sort ambiguous objects by type, then SHA-1Ævar Arnfjörð Bjarmason
2016-10-12t1512: become resilient to GETTEXT_POISON buildVasco Almeida
2016-09-27get_short_sha1: make default disambiguation configurableJeff King
2016-09-26get_short_sha1: list ambiguous objects on errorJeff King
2016-09-26for_each_abbrev: drop duplicate objectsJeff King
2016-09-26get_short_sha1: parse tags when looking for treeishJeff King
2016-09-26get_sha1: propagate flags to child functionsJeff King
2016-09-26get_sha1: avoid repeating ourselves via ONLY_TO_DIEJeff King
2015-12-28t/t1512-rev-parse-disambiguation.sh: use the $( ... ) construct for command s...Elia Pinto
2013-07-12Merge branch 'jc/t1512-fix'Junio C Hamano
2013-07-02t1512: correct leftover constants from earlier editionJunio C Hamano
2013-05-29get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy
2012-07-13t1512: match the "other" object namesJunio C Hamano
2012-07-12t1512: ignore whitespaces in wc -l outputJunio C Hamano
2012-07-10rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-10rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano
2012-07-10reset: the command takes committishJunio C Hamano
2012-07-10commit-tree: the command wants a tree and commitsJunio C Hamano
2012-07-10apply: --build-fake-ancestor expects blobsJunio C Hamano
2012-07-10sha1_name.c: add support for disambiguating other typesJunio C Hamano
2012-07-10revision.c: the "log" family, except for "show", takes committishJunio C Hamano
2012-07-10sha1_name.c: introduce get_sha1_committish()Junio C Hamano
2012-07-10sha1_name.c: many short names can only be committishJunio C Hamano
2012-07-10sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano