aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git.pm
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2007-12-17 15:51:34 -0500
committerJunio C Hamano <gitster@pobox.com>2007-12-17 15:58:05 -0800
commit4f3d37035a7c735a3b69f962656819f4ff7e4927 (patch)
treeb1a32f9b739c7a2ca9650acce12ec3d6e6566dca /perl/Git.pm
parentclone: correctly report http_fetch errors (diff)
downloadgit-4f3d37035a7c735a3b69f962656819f4ff7e4927.tar.gz
git-4f3d37035a7c735a3b69f962656819f4ff7e4927.zip
git-send-email: avoid duplicate message-ids
We used to unconditionally add a message-id to the outgoing email without bothering to check if it already had one. Instead, let's use the existing one. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Git.pm')
0 files changed, 0 insertions, 0 deletions
class='insertions'>+17 2015-04-20log -L: improve error message on malformed argumentMatthieu Moy2-5/+5 2015-04-20Documentation: change -L:<regex> to -L:<funcname>Matthieu Moy4-10/+11 2015-04-17config: fix settings in default_user_config templateOssi Herrala1-2/+2 2015-04-15parse_date_basic(): let the system handle DST conversionJunio C Hamano1-2/+6 2015-04-15parse_date_basic(): return early when given a bogus timestampJunio C Hamano1-3/+3 2015-04-14CodingGuidelines: update 'rough' rule countJulian Gindi1-1/+1 2015-04-12completion: fix global bash variable leak on __gitcompappendMárcio Almada1-1/+1 2015-04-08connect.c: ignore extra colon after hostnameTorsten Bögershausen3-16/+24 2015-04-04diff-highlight: do not split multibyte charactersKyle J. McKay1-2/+7 2015-04-02push --signed: tighten what the receiving end can ask to signJunio C Hamano1-0/+23 2015-04-01howto: document more tools for recovery corruptionJeff King1-0/+237 2015-03-31fast-import doc: remove suggested 16-parent limitJonathan Nieder1-4/+0 2015-03-31Git 2.3.5v2.3.5Junio C Hamano3-2/+6 2015-03-31gitweb.conf.txt: say "build-time", not "built-time"Jérôme Zago1-1/+1 2015-03-31enter_repo(): fix docs to match codePaul Tan1-8/+3 2015-03-30cherry-pick: fix docs describing handling of empty commitsJeff King1-1/+2 2015-03-30docs: clarify what git-rebase's "-p" / "--preserve-merges" doesSebastian Schuberth1-1/+3 2015-03-29parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defvalIvan Ukhov1-2/+1 2015-03-28Prepare for 2.3.5Junio C Hamano2-1/+42 2015-03-282.3.2 release notes: typofixThomas Ackermann1-1/+1 2015-03-27Update mailmap to spell out "Alexander Kuleshov"Junio C Hamano1-0/+1 2015-03-26diff-no-index: align D/F handling with that of normal GitJunio C Hamano2-2/+33 2015-03-26docs: clarify "preserve" option wording for git-pullSebastian Schuberth1-3/+2 2015-03-26git-push.txt: clean up force-with-lease wordingPhil Hord1-8/+6 2015-03-25diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2-0/+65 2015-03-24report_path_error(): move to dir.cJunio C Hamano4-44/+44 2015-03-24git.txt: list index versions in plain EnglishNguyễn Thái Ngọc Duy1-1/+2 2015-03-23Git 2.3.4v2.3.4Junio C Hamano4-3/+36 2015-03-22completion: use __gitcomp_nl() for completing refsSZEDER Gábor1-2/+2 2015-03-20read-cache: fix reading of split indexThomas Gummerer1-19/+23 2015-03-20refs.c: drop curate_packed_refsJeff King2-67/+2 2015-03-20repack: turn on "ref paranoia" when doing a destructive repackJeff King2-3/+7 2015-03-20prune: turn on ref_paranoia flagJeff King2-2/+3 2015-03-20refs: introduce a "ref paranoia" flagJeff King4-0/+25