summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-13Merge branch 'mh/fix-send-email-threaded'Libravatar Junio C Hamano3-4/+27
2009-06-13Merge branch 'rc/http-push'Libravatar Junio C Hamano8-993/+904
2009-06-13Merge branch 'cc/bisect' (early part)Libravatar Junio C Hamano6-32/+130
2009-06-13Merge branch 'rc/maint-http-local-slot-fix'Libravatar Junio C Hamano2-0/+12
2009-06-13Merge branch 'sp/msysgit'Libravatar Junio C Hamano13-9/+7194
2009-06-13Merge branch 'cb/maint-no-double-merge'Libravatar Junio C Hamano2-1/+7
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Libravatar Junio C Hamano4-6/+192
2009-06-13Merge branch 'bc/solaris'Libravatar Junio C Hamano6-8/+90
2009-06-13Merge branch 'cb/match_refs_internal_tail'Libravatar Junio C Hamano6-29/+23
2009-06-13Merge branch 'nw/maint-cvsexportcommit'Libravatar Junio C Hamano2-14/+53
2009-06-13Merge branch 'da/araxis-mergetool'Libravatar Junio C Hamano5-6/+27
2009-06-13git-rerere.txt: grammatical fixups and cleanupsLibravatar Stephen Boyd1-33/+32
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-13builtin-remote: Make "remote -v" display push urlsLibravatar Michael J Gruber1-5/+26
2009-06-13builtin-remote: Show push urls as wellLibravatar Michael J Gruber2-8/+22
2009-06-12Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedLibravatar Junio C Hamano3-3/+14
2009-06-12send-email: fix a typo in a commentLibravatar Markus Heidelberg1-1/+1
2009-06-12send-email: fix threaded mails without chain-reply-toLibravatar Markus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for threaded mails without chain-reply-toLibravatar Markus Heidelberg1-0/+11
2009-06-12doc/send-email: clarify the behavior of --in-reply-to with --no-threadLibravatar Markus Heidelberg1-2/+3
2009-06-12send-email: fix non-threaded mailsLibravatar Markus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for non-threaded mailsLibravatar Markus Heidelberg1-0/+10
2009-06-11Merge branch 'maint'Libravatar Junio C Hamano2-1/+5
2009-06-11Documentation: git-send-mail can take rev-list arg to drive format-patchLibravatar Paolo Bonzini1-0/+4
2009-06-11parse-remote: remove unused functionsLibravatar Santi Béjar2-224/+0
2009-06-11parse-remote: support default reflist in get_remote_merge_branchLibravatar Santi Béjar2-1/+21
2009-06-11parse-remote: function to get the tracking branch to be mergeLibravatar Santi Béjar2-5/+31
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Libravatar Johannes Sixt1-1/+1
2009-06-11Fix typo in nedmalloc warning fixLibravatar Johannes Sixt1-1/+1
2009-06-11Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintLibravatar Junio C Hamano1-1/+1
2009-06-11rebase--interactive: remote stray closing parenthesisLibravatar Uwe Kleine-König1-1/+1
2009-06-10parse-options: add parse_options_check to validate option specs.Libravatar Pierre Habouzit1-0/+24
2009-06-10configure: test whether -lresolv is neededLibravatar Ralf Wildenhues2-0/+10
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binLibravatar Junio C Hamano2-4/+31
2009-06-09git-repack.txt: Clarify implications of -a for dumb protocolsLibravatar Michael J Gruber1-2/+5
2009-06-09technical/api-remote: Describe new struct remote member pushurlLibravatar Michael J Gruber1-0/+4
2009-06-09t5516: Check pushurl config settingLibravatar Michael J Gruber1-0/+13
2009-06-09Allow push and fetch urls to be differentLibravatar Michael J Gruber5-4/+37
2009-06-09Merge branch 'maint'Libravatar Junio C Hamano3-4/+10
2009-06-09bash: add support for 'git stash pop --index' optionLibravatar SZEDER Gábor1-2/+2
2009-06-09Documentation: mention 'git stash pop --index' option explicitlyLibravatar SZEDER Gábor2-10/+10
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Libravatar Johannes Sixt1-10/+6
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Libravatar Johannes Sixt3-45/+18
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGLibravatar Stephen Boyd2-4/+6
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyLibravatar Brandon Casey2-6/+6
2009-06-09git-send-email.perl: improve detection of MIME encoded-wordsLibravatar Brandon Casey1-1/+9
2009-06-08diff.c: plug a memory leak in an error pathLibravatar Johannes Sixt1-0/+1
2009-06-08fetch-pack: close output channel after sideband demultiplexer terminatesLibravatar Johannes Sixt1-1/+3
2009-06-08fix handling of iconv configuration optionsLibravatar Marco Nelissen1-0/+8