summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder2009-05-104-134/+13
* bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder2009-05-101-0/+75
* bisect: implement the "check_merge_bases" functionChristian Couder2009-05-101-0/+130
* bisect: automatically sort sha1_array if needed when looking it upChristian Couder2009-05-101-2/+6
* bisect: make skipped array functions more genericChristian Couder2009-05-101-12/+12
* bisect: remove too much function nestingChristian Couder2009-05-101-10/+8
* bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder2009-05-101-28/+29
* bisect: store good revisions in a "sha1_array"Christian Couder2009-05-101-7/+19
* bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder2009-05-101-8/+11
* bisect: use "sha1_array" to store skipped revisionsChristian Couder2009-05-101-10/+15
* am: simplify "sq" function by using "git rev-parse --sq-quote"Christian Couder2009-05-101-5/+1
* bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder2009-05-102-14/+3
* rev-parse: add --sq-quote to shell quote argumentsChristian Couder2009-05-102-1/+49
* rev-list: remove stringed output flag from "show_bisect_vars"Christian Couder2009-05-102-18/+15
* bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder2009-05-103-25/+3
* bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder2009-05-101-30/+9
* bisect--helper: add "--next-exit" to output bisect resultsChristian Couder2009-05-103-3/+115
* bisect: move common bisect functionality to "bisect_common"Christian Couder2009-05-101-9/+15
* rev-list: refactor printing bisect varsChristian Couder2009-05-102-28/+37
* rev-list: make "estimate_bisect_steps" non staticChristian Couder2009-05-102-1/+3
* GIT 1.6.3v1.6.3Junio C Hamano2009-05-063-8/+4
* t4029: use sh instead of bashNguyễn Thái Ngọc Duy2009-05-061-1/+1
* t4200: convert sed expression which operates on non-text file to perlBrandon Casey2009-05-061-1/+1
* t4200: remove two unnecessary linesBrandon Casey2009-05-061-2/+0
* t/annotate-tests.sh: avoid passing a non-newline terminated file to sedBrandon Casey2009-05-061-1/+4
* t4118: avoid sed invocation on file without terminating newlineBrandon Casey2009-05-061-1/+1
* t4118: add missing '&&'Brandon Casey2009-05-061-1/+1
* t8005: use egrep when extended regular expressions are requiredBrandon Casey2009-05-061-4/+4
* git-clean doc: the command only affects paths under $(cwd)Junio C Hamano2009-05-061-2/+2
* Merge branch 'maint'Junio C Hamano2009-05-055-19/+21
|\
| * Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano2009-05-051-1/+1
| |\
| | * git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson2009-05-051-1/+1
| * | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-05-051-2/+2
| |\ \
| | * | dir.c: Fix two minor grammatical errors in commentsAllan Caffee2009-05-051-2/+2
| | |/
| * | improve error message in config.cAlex Riesen2009-05-051-1/+1
| * | t4018-diff-funcname: add cpp xfuncname pattern to syntax testBrandon Casey2009-05-051-1/+1
| * | Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers2009-05-051-1/+3
| * | git-am.txt: reword extra headers in message bodyStephen Boyd2009-05-051-4/+4
| * | git-am.txt: Use date or value instead of time or timestampStephen Boyd2009-05-051-4/+4
| * | git-am.txt: add an 'a', say what 'it' is, simplify a sentenceStephen Boyd2009-05-051-6/+6
* | | completion: complete values for send-emailStephen Boyd2009-05-051-3/+36
* | | completion: complete values for log.dateStephen Boyd2009-05-051-3/+6
* | | completion: complete values for help.formatStephen Boyd2009-05-051-0/+4
* | | completion: add {gui,diff,merge}tool, man, and pager config variablesStephen Boyd2009-05-051-0/+45
* | | completion: add missing configuration variables to _git_config()Stephen Boyd2009-05-051-0/+48
* | | Sync with GIT 1.6.2.5Junio C Hamano2009-05-033-1/+58
|\ \ \ | |/ /
| * | GIT 1.6.2.5v1.6.2.5Junio C Hamano2009-05-033-2/+23
| * | Merge branch 'np/maint-no-ofs-delta' into maintJunio C Hamano2009-05-031-1/+12
| |\ \
| | * | honor repack.usedeltabaseoffset when fetching packsNicolas Pitre2009-05-011-1/+12
| * | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-05-031-0/+25
| |\ \ \