summaryrefslogtreecommitdiffstats
path: root/t/t6002-rev-list-bisect.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* bisect: address Coverity warning about potential double freePatrick Steinhardt2024-11-261-0/+5
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason2022-04-141-0/+1
* rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-081-0/+45
* rev-parse: don't trim bisect refnamesJeff King2017-09-071-2/+16
* for_each_bisect_ref(): don't trim refnamesMichael Haggerty2017-06-191-0/+14
* t/t6002-rev-list-bisect.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-071-3/+3
* topology tests: teach a helper to take abbreviated timestampsJunio C Hamano2013-06-211-42/+42
* Move t6000lib.sh to lib-*Ævar Arnfjörð Bjarmason2010-05-081-1/+1
* tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-031-19/+19
* War on whitespaceJunio C Hamano2007-06-071-4/+4
* t6002: minor spelling fix.Junio C Hamano2007-03-221-1/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Use git-update-ref and git-symbolic-ref in testsJohannes Schindelin2005-10-121-1/+1
* More portability.Junio C Hamano2005-10-021-16/+13
* Big tool rename.Junio C Hamano2005-09-081-1/+1
* [PATCH] support bc version 1.04Johannes Schindelin2005-07-291-2/+6
* [PATCH] Prevent t6000 series from dropping useless sed.script in t/Junio C Hamano2005-07-081-1/+1
* [PATCH] Write sed script directly into temp file, rather than a variableJon Seymour2005-07-071-10/+0
* [PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour2005-07-061-0/+247