Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | send-email: sanitize_address use qq["foo"], not "\"foo\"" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 | |
| * | send-email: sanitize_address use $foo, not "$foo" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 | |
| * | send-email: use \E***\Q instead of \*\*\* | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 | |
| * | send-email: cleanup_compose_files doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -3/+1 | |
| * | send-email: unique_email_list doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -2/+1 | |
| * | send-email: file_declares_8bit_cte doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 | |
| * | send-email: get_patch_subject doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 | |
| * | send-email: use lexical filehandles during sending | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -7/+7 | |
| * | send-email: use lexical filehandles for $compose | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -11/+11 | |
| * | send-email: use lexical filehandle for opendir | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -3/+3 | |
* | | Merge branch 'sb/send-email-use-to-from-input' | Junio C Hamano | 2010-10-26 | 2 | -8/+56 | |
|\ \ | ||||||
| * | | send-email: Don't leak To: headers between patches | Stephen Boyd | 2010-10-04 | 2 | -8/+25 | |
| * | | send-email: Use To: headers in patch files | Stephen Boyd | 2010-09-29 | 2 | -0/+31 | |
* | | | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 2010-10-26 | 16 | -13/+27 | |
|\ \ \ | ||||||
| * | | | perl: use "use warnings" instead of -w | Ævar Arnfjörð Bjarmason | 2010-09-27 | 7 | -7/+10 | |
| * | | | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 | 14 | -6/+17 | |
* | | | | Merge branch 'kb/merge-recursive-rename-threshold' | Junio C Hamano | 2010-10-26 | 6 | -6/+41 | |
|\ \ \ \ | ||||||
| * | | | | diff: add synonyms for -M, -C, -B | Kevin Ballard | 2010-09-29 | 2 | -3/+25 | |
| * | | | | merge-recursive: option to specify rename threshold | Kevin Ballard | 2010-09-29 | 5 | -3/+16 | |
* | | | | | Merge branch 'jp/send-email-to-cmd' | Junio C Hamano | 2010-10-26 | 3 | -18/+59 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-send-email.perl: Add --to-cmd | Joe Perches | 2010-09-27 | 3 | -18/+59 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'as/daemon-multi-listen' | Junio C Hamano | 2010-10-26 | 2 | -27/+54 | |
|\ \ \ \ \ | ||||||
| * | | | | | daemon: allow more than one host address given via --listen | Alexander Sulfrian | 2010-09-28 | 2 | -9/+23 | |
| * | | | | | daemon: add helper function named_sock_setup | Alexander Sulfrian | 2010-09-28 | 1 | -20/+33 | |
* | | | | | | Merge branch 'dm/mergetool-vimdiff' | Junio C Hamano | 2010-10-26 | 1 | -10/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mergetool-lib: make the three-way diff the default for vim/gvim | Dan McGee | 2010-09-29 | 1 | -3/+15 | |
| * | | | | | | mergetool-lib: add a three-way diff view for vim/gvim | Dan McGee | 2010-09-15 | 1 | -2/+7 | |
| * | | | | | | mergetool-lib: combine vimdiff and gvimdiff run blocks | Dan McGee | 2010-09-15 | 1 | -14/+3 | |
* | | | | | | | Merge branch 'kf/post-receive-sample-hook' | Junio C Hamano | 2010-10-26 | 1 | -16/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | post-receive-email: ensure sent messages are not empty | Kevin P. Fleming | 2010-09-10 | 1 | -16/+31 | |
* | | | | | | | | Merge branch 'jf/merge-ignore-ws' | Junio C Hamano | 2010-10-26 | 12 | -97/+351 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | merge-recursive: options to ignore whitespace changes | Justin Frankel | 2010-08-27 | 3 | -0/+207 | |
| * | | | | | | | merge-recursive --patience | Justin Frankel | 2010-08-26 | 6 | -0/+14 | |
| * | | | | | | | ll-merge: replace flag argument with options struct | Jonathan Nieder | 2010-08-26 | 7 | -66/+104 | |
| * | | | | | | | merge-recursive: expose merge options for builtin merge | Jonathan Nieder | 2010-08-26 | 4 | -31/+26 | |
* | | | | | | | | Merge branch 'ml/completion-zsh' | Junio C Hamano | 2010-10-26 | 1 | -4/+46 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | completion: make compatible with zsh | Mark Lodato | 2010-09-09 | 1 | -4/+46 | |
* | | | | | | | | | Merge branch 'po/sendemail' | Junio C Hamano | 2010-10-26 | 3 | -3/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | New send-email option smtpserveroption. | Pascal Obry | 2010-09-06 | 3 | -1/+17 | |
| * | | | | | | | | | Remove @smtp_host_parts variable as not used. | Pascal Obry | 2010-09-06 | 1 | -1/+1 | |
| * | | | | | | | | | Minor indentation fix. | Pascal Obry | 2010-09-06 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'en/tree-walk-optim' | Junio C Hamano | 2010-10-26 | 1 | -14/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | diff_tree(): Skip skip_uninteresting() when all remaining paths interesting | Elijah Newren | 2010-08-26 | 1 | -13/+12 | |
| * | | | | | | | | | | tree_entry_interesting(): Make return value more specific | Elijah Newren | 2010-08-26 | 1 | -1/+1 | |
| * | | | | | | | | | | tree-walk: Correct bitrotted comment about tree_entry() | Elijah Newren | 2010-08-26 | 1 | -1/+4 | |
| * | | | | | | | | | | Document pre-condition for tree_entry_interesting | Elijah Newren | 2010-08-26 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-10-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix copy-pasted comments related to tree diff handling. | Yann Dirson | 2010-10-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | Sync with 1.7.3.2 | Junio C Hamano | 2010-10-21 | 57 | -158/+167 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Git 1.7.3.2v1.7.3.2 | Junio C Hamano | 2010-10-21 | 4 | -3/+9 |