summaryrefslogtreecommitdiffstats
path: root/git-gui/po (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder3-23/+1
2009-05-18bisect: check ancestors without forking a "git rev-list" processChristian Couder2-44/+23
2009-05-18commit: add function to unparse a commit and its parentsChristian Couder2-0/+22
2009-05-18bisect: rework some rev related functions to make them more reusableChristian Couder1-11/+14
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionChristian Couder4-134/+13
2009-05-10bisect: add "check_good_are_ancestors_of_bad" functionChristian Couder1-0/+75
2009-05-10bisect: implement the "check_merge_bases" functionChristian Couder1-0/+130
2009-05-10bisect: automatically sort sha1_array if needed when looking it upChristian Couder1-2/+6
2009-05-10bisect: make skipped array functions more genericChristian Couder1-12/+12
2009-05-10bisect: remove too much function nestingChristian Couder1-10/+8
2009-05-10bisect: use new "struct argv_array" to prepare argv for "setup_revisions"Christian Couder1-28/+29
2009-05-10bisect: store good revisions in a "sha1_array"Christian Couder1-7/+19
2009-05-10bisect: implement "rev_argv_push" to fill an argv with revsChristian Couder1-8/+11
2009-05-10bisect: use "sha1_array" to store skipped revisionsChristian Couder1-10/+15
2009-05-10am: simplify "sq" function by using "git rev-parse --sq-quote"Christian Couder1-5/+1
2009-05-10bisect: use "git rev-parse --sq-quote" instead of a custom "sq" functionChristian Couder2-14/+3
2009-05-10rev-parse: add --sq-quote to shell quote argumentsChristian Couder2-1/+49
2009-05-10rev-list: remove stringed output flag from "show_bisect_vars"Christian Couder2-18/+15
2009-05-10bisect--helper: remove "--next-vars" option as it is now uselessChristian Couder3-25/+3
2009-05-10bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"Christian Couder1-30/+9
2009-05-10bisect--helper: add "--next-exit" to output bisect resultsChristian Couder3-3/+115
2009-05-10bisect: move common bisect functionality to "bisect_common"Christian Couder1-9/+15
2009-05-10rev-list: refactor printing bisect varsChristian Couder2-28/+37
2009-05-10rev-list: make "estimate_bisect_steps" non staticChristian Couder2-1/+3
2009-05-07GIT 1.6.3v1.6.3Junio C Hamano3-8/+4
2009-05-07t4029: use sh instead of bashNguyễn Thái Ngọc Duy1-1/+1
2009-05-07t4200: convert sed expression which operates on non-text file to perlBrandon Casey1-1/+1
2009-05-07t4200: remove two unnecessary linesBrandon Casey1-2/+0
2009-05-06t/annotate-tests.sh: avoid passing a non-newline terminated file to sedBrandon Casey1-1/+4
2009-05-06t4118: avoid sed invocation on file without terminating newlineBrandon Casey1-1/+1
2009-05-06t4118: add missing '&&'Brandon Casey1-1/+1
2009-05-06t8005: use egrep when extended regular expressions are requiredBrandon Casey1-4/+4
2009-05-06git-clean doc: the command only affects paths under $(cwd)Junio C Hamano1-2/+2
2009-05-06improve error message in config.cAlex Riesen1-1/+1
2009-05-06t4018-diff-funcname: add cpp xfuncname pattern to syntax testBrandon Casey1-1/+1
2009-05-06Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers1-1/+3
2009-05-06git-am.txt: reword extra headers in message bodyStephen Boyd1-4/+4
2009-05-06git-am.txt: Use date or value instead of time or timestampStephen Boyd1-4/+4
2009-05-06git-am.txt: add an 'a', say what 'it' is, simplify a sentenceStephen Boyd1-6/+6
2009-05-06completion: complete values for send-emailStephen Boyd1-3/+36
2009-05-06completion: complete values for log.dateStephen Boyd1-3/+6
2009-05-06completion: complete values for help.formatStephen Boyd1-0/+4
2009-05-06completion: add {gui,diff,merge}tool, man, and pager config variablesStephen Boyd1-0/+45
2009-05-06completion: add missing configuration variables to _git_config()Stephen Boyd1-0/+48
2009-05-06dir.c: Fix two minor grammatical errors in commentsAllan Caffee1-2/+2
2009-05-06git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson1-1/+1
2009-05-04GIT 1.6.2.5v1.6.2.5Junio C Hamano3-2/+23
2009-05-04GIT 1.6.1.4v1.6.1.4Junio C Hamano2-1/+26
2009-05-02GIT 1.6.3-rc4v1.6.3-rc4Junio C Hamano1-0/+6
2009-05-02honor repack.usedeltabaseoffset when fetching packsNicolas Pitre1-1/+12