summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-sh-setup: make require_clean_work_tree part of the interfacetr/doc-sh-setupThomas Rast2011-12-201-0/+10
* Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra2010-10-284-28/+34
* completion: fix zsh check under bash with 'set -u'Mark Lodato2010-10-281-3/+3
* Merge branch 'ab/send-email-perl'Junio C Hamano2010-10-262-40/+36
|\
| * send-email: extract_valid_address use qr// regexesÆvar Arnfjörð Bjarmason2010-09-301-2/+2
| * send-email: is_rfc2047_quoted use qr// regexesÆvar Arnfjörð Bjarmason2010-09-301-2/+2
| * send-email: use Perl idioms in while loopÆvar Arnfjörð Bjarmason2010-09-302-4/+3
| * send-email: make_message_id use "require" instead of "use"Ævar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: send_message die on $!, not $?Ævar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: use (?:) instead of () if no match variables are neededÆvar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: sanitize_address use qq["foo"], not "\"foo\""Ævar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: sanitize_address use $foo, not "$foo"Ævar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: use \E***\Q instead of \*\*\*Ævar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: cleanup_compose_files doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-301-3/+1
| * send-email: unique_email_list doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-301-2/+1
| * send-email: file_declares_8bit_cte doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: get_patch_subject doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-301-1/+1
| * send-email: use lexical filehandles during sendingÆvar Arnfjörð Bjarmason2010-09-301-7/+7
| * send-email: use lexical filehandles for $composeÆvar Arnfjörð Bjarmason2010-09-301-11/+11
| * send-email: use lexical filehandle for opendirÆvar Arnfjörð Bjarmason2010-09-301-3/+3
* | Merge branch 'sb/send-email-use-to-from-input'Junio C Hamano2010-10-262-8/+56
|\ \
| * | send-email: Don't leak To: headers between patchesStephen Boyd2010-10-042-8/+25
| * | send-email: Use To: headers in patch filesStephen Boyd2010-09-292-0/+31
* | | Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-2616-13/+27
|\ \ \
| * | | perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-277-7/+10
| * | | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-2714-6/+17
* | | | Merge branch 'kb/merge-recursive-rename-threshold'Junio C Hamano2010-10-266-6/+41
|\ \ \ \
| * | | | diff: add synonyms for -M, -C, -BKevin Ballard2010-09-292-3/+25
| * | | | merge-recursive: option to specify rename thresholdKevin Ballard2010-09-295-3/+16
* | | | | Merge branch 'jp/send-email-to-cmd'Junio C Hamano2010-10-263-18/+59
|\ \ \ \ \
| * | | | | git-send-email.perl: Add --to-cmdJoe Perches2010-09-273-18/+59
| | |/ / / | |/| | |
* | | | | Merge branch 'as/daemon-multi-listen'Junio C Hamano2010-10-262-27/+54
|\ \ \ \ \
| * | | | | daemon: allow more than one host address given via --listenAlexander Sulfrian2010-09-282-9/+23
| * | | | | daemon: add helper function named_sock_setupAlexander Sulfrian2010-09-281-20/+33
* | | | | | Merge branch 'dm/mergetool-vimdiff'Junio C Hamano2010-10-261-10/+16
|\ \ \ \ \ \
| * | | | | | mergetool-lib: make the three-way diff the default for vim/gvimDan McGee2010-09-291-3/+15
| * | | | | | mergetool-lib: add a three-way diff view for vim/gvimDan McGee2010-09-151-2/+7
| * | | | | | mergetool-lib: combine vimdiff and gvimdiff run blocksDan McGee2010-09-151-14/+3
* | | | | | | Merge branch 'kf/post-receive-sample-hook'Junio C Hamano2010-10-261-16/+31
|\ \ \ \ \ \ \
| * | | | | | | post-receive-email: ensure sent messages are not emptyKevin P. Fleming2010-09-101-16/+31
* | | | | | | | Merge branch 'jf/merge-ignore-ws'Junio C Hamano2010-10-2612-97/+351
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | merge-recursive: options to ignore whitespace changesJustin Frankel2010-08-273-0/+207
| * | | | | | | merge-recursive --patienceJustin Frankel2010-08-266-0/+14
| * | | | | | | ll-merge: replace flag argument with options structJonathan Nieder2010-08-267-66/+104
| * | | | | | | merge-recursive: expose merge options for builtin mergeJonathan Nieder2010-08-264-31/+26
* | | | | | | | Merge branch 'ml/completion-zsh'Junio C Hamano2010-10-261-4/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: make compatible with zshMark Lodato2010-09-091-4/+46
* | | | | | | | | Merge branch 'po/sendemail'Junio C Hamano2010-10-263-3/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | New send-email option smtpserveroption.Pascal Obry2010-09-063-1/+17
| * | | | | | | | | Remove @smtp_host_parts variable as not used.Pascal Obry2010-09-061-1/+1