summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-13Documentation: remove warning saying that "git bisect skip" may slow bisectionLibravatar Christian Couder1-3/+2
2009-06-13bisect: use a PRNG with a bias when skipping away from untestable commitsLibravatar Christian Couder2-13/+41
2009-06-06t6030: test skipping away from an already skipped commitLibravatar Christian Couder1-0/+12
2009-06-06bisect: when skipping, choose a commit away from a skipped commitLibravatar Christian Couder1-1/+49
2009-06-06bisect: add parameters to "filter_skipped"Libravatar Christian Couder3-6/+42
2009-05-28bisect: display first bad commit without forking a new processLibravatar Christian Couder1-3/+27
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Libravatar Christian Couder3-23/+1
2009-05-17bisect: check ancestors without forking a "git rev-list" processLibravatar Christian Couder2-44/+23
2009-05-17commit: add function to unparse a commit and its parentsLibravatar Christian Couder2-0/+22
2009-05-17bisect: rework some rev related functions to make them more reusableLibravatar Christian Couder1-11/+14
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionLibravatar Christian Couder4-134/+13
2009-05-10bisect: add "check_good_are_ancestors_of_bad" functionLibravatar Christian Couder1-0/+75
2009-05-10bisect: implement the "check_merge_bases" functionLibravatar Christian Couder1-0/+130
2009-05-10bisect: automatically sort sha1_array if needed when looking it upLibravatar Christian Couder1-2/+6
2009-05-10bisect: make skipped array functions more genericLibravatar Christian Couder1-12/+12
2009-05-10bisect: remove too much function nestingLibravatar Christian Couder1-10/+8
2009-05-10bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Libravatar Christian Couder1-28/+29
2009-05-10bisect: store good revisions in a "sha1_array"Libravatar Christian Couder1-7/+19
2009-05-10bisect: implement "rev_argv_push" to fill an argv with revsLibravatar Christian Couder1-8/+11
2009-05-10bisect: use "sha1_array" to store skipped revisionsLibravatar Christian Couder1-10/+15
2009-05-10am: simplify "sq" function by using "git rev-parse --sq-quote"Libravatar Christian Couder1-5/+1
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionLibravatar Christian Couder2-14/+3
2009-05-10rev-parse: add --sq-quote to shell quote argumentsLibravatar Christian Couder2-1/+49
2009-05-10rev-list: remove stringed output flag from "show_bisect_vars"Libravatar Christian Couder2-18/+15
2009-05-10bisect--helper: remove "--next-vars" option as it is now uselessLibravatar Christian Couder3-25/+3
2009-05-10bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Libravatar Christian Couder1-30/+9
2009-05-10bisect--helper: add "--next-exit" to output bisect resultsLibravatar Christian Couder3-3/+115
2009-05-10bisect: move common bisect functionality to "bisect_common"Libravatar Christian Couder1-9/+15
2009-05-10rev-list: refactor printing bisect varsLibravatar Christian Couder2-28/+37
2009-05-10rev-list: make "estimate_bisect_steps" non staticLibravatar Christian Couder2-1/+3
2009-05-06GIT 1.6.3Libravatar Junio C Hamano3-8/+4
2009-05-06t4029: use sh instead of bashLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2009-05-06t4200: convert sed expression which operates on non-text file to perlLibravatar Brandon Casey1-1/+1
2009-05-06t4200: remove two unnecessary linesLibravatar Brandon Casey1-2/+0
2009-05-06t/annotate-tests.sh: avoid passing a non-newline terminated file to sedLibravatar Brandon Casey1-1/+4
2009-05-06t4118: avoid sed invocation on file without terminating newlineLibravatar Brandon Casey1-1/+1
2009-05-06t4118: add missing '&&'Libravatar Brandon Casey1-1/+1
2009-05-06t8005: use egrep when extended regular expressions are requiredLibravatar Brandon Casey1-4/+4
2009-05-06git-clean doc: the command only affects paths under $(cwd)Libravatar Junio C Hamano1-2/+2
2009-05-05Merge branch 'maint'Libravatar Junio C Hamano5-19/+21
2009-05-05Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintLibravatar Junio C Hamano1-1/+1
2009-05-05Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano1-2/+2
2009-05-05improve error message in config.cLibravatar Alex Riesen1-1/+1
2009-05-05t4018-diff-funcname: add cpp xfuncname pattern to syntax testLibravatar Brandon Casey1-1/+1
2009-05-05Work around BSD whose typeof(tv.tv_sec) != time_tLibravatar Bernd Ahlers1-1/+3
2009-05-05git-am.txt: reword extra headers in message bodyLibravatar Stephen Boyd1-4/+4
2009-05-05git-am.txt: Use date or value instead of time or timestampLibravatar Stephen Boyd1-4/+4
2009-05-05git-am.txt: add an 'a', say what 'it' is, simplify a sentenceLibravatar Stephen Boyd1-6/+6
2009-05-05completion: complete values for send-emailLibravatar Stephen Boyd1-3/+36
2009-05-05completion: complete values for log.dateLibravatar Stephen Boyd1-3/+6