summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-14Fix behavior with non-commit upstream referencesLibravatar Michael J Gruber2-3/+3
2009-05-13Merge branch 'maint-1.6.1' into maint-1.6.2Libravatar Junio C Hamano1-1/+3
2009-05-13Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+3
2009-05-13Prettify log decorations even moreLibravatar Felipe Contreras2-3/+4
2009-05-13Change prettify_ref to prettify_refnameLibravatar Felipe Contreras5-8/+7
2009-05-13send-email: Add config option for sender addressLibravatar Trent Piepho2-3/+7
2009-05-13Add NO_CROSS_DIRECTORY_HARDLINKS support to the MakefileLibravatar Johannes Schindelin1-0/+4
2009-05-13Test tracking of non-commit upstreamsLibravatar Michael J Gruber1-0/+14
2009-05-13Quote LF in urls git fetch saves in FETCH_HEADLibravatar Alex Riesen1-2/+8
2009-05-13Documentation: clarify / requirement in 'git check-ref-format'Libravatar Michael J Gruber1-0/+4
2009-05-13bash completion: complete variable names for "git config" with optionsLibravatar Stephen Boyd1-0/+33
2009-05-13gitweb: Remove unused $hash_base parameter from normalize_link_targetLibravatar Jakub Narebski1-5/+2
2009-05-13gitweb: Simplify snapshot format detection logic in evaluate_path_infoLibravatar Jakub Narebski1-3/+4
2009-05-13gitweb: Use capturing parentheses only when you intend to captureLibravatar Jakub Narebski1-1/+1
2009-05-13gitweb: Replace wrongly added tabs with spacesLibravatar Jakub Narebski1-2/+2
2009-05-12Merge branch 'maint'Libravatar Junio C Hamano3-14/+33
2009-05-12GIT 1.6.3.1Libravatar Junio C Hamano2-7/+5
2009-05-12Merge branch 'maint-1.6.2' into maintLibravatar Junio C Hamano2-8/+29
2009-05-12Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2Libravatar Junio C Hamano2-8/+29
2009-05-12Revert "checkout branch: prime cache-tree fully"Libravatar Junio C Hamano2-8/+29
2009-05-12t3900: ISO-2022-JP has more than one popular variantsLibravatar Junio C Hamano1-2/+16
2009-05-10gitweb: Use block form of map/grep in a few cases moreLibravatar Jakub Narebski1-3/+3
2009-05-10gitweb: Always use three argument form of openLibravatar Jakub Narebski1-11/+14
2009-05-10gitweb: Always use three argument form of openLibravatar Jakub Narebski1-6/+6
2009-05-10gitweb: Do not use bareword filehandlesLibravatar Jakub Narebski1-13/+12
2009-05-10mktree --missing: allow missing objectsLibravatar Junio C Hamano2-4/+19
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-10t1010: add mktree testLibravatar Junio C Hamano1-0/+61
2009-05-10mktree: do not barf on a submodule commitLibravatar Junio C Hamano1-1/+8
2009-05-10builtin-mktree.c: use a helper function to handle one line of inputLibravatar Junio C Hamano1-40/+42
2009-05-10mktree: use parse-optionsLibravatar Junio C Hamano1-10/+10
2009-05-10build-in git-mktreeLibravatar Junio C Hamano4-12/+10
2009-05-10ls-tree manpage: output of ls-tree is compatible with update-indexLibravatar Alex Riesen1-0/+2
2009-05-10ls-tree manpage: use "unless" instead of "when ... is not"Libravatar Alex Riesen1-1/+1
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