author | Henrik Grubbström <grubba@grubba.org> | |
Tue, 6 Apr 2010 12:46:38 +0000 (14:46 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 Apr 2010 04:45:01 +0000 (21:45 -0700) | ||
commit | 07814d90095b65b4594efd47c69f9f171ef162d4 | |
tree | 618a1200cebaab300e36a069df05f03c7de1624e | tree | snapshot |
parent | a9f3049f6c152d4e6c26b15f7eeb08660aaadca3 | commit | diff |
convert: Keep foreign $Id$ on checkout.
If there are foreign $Id$ keywords in the repository, they are most
likely there for a reason. Let's keep them on checkout (which is also
what the documentation indicates). Foreign $Id$ keywords are now
recognized by there being multiple space separated fields in $Id:xxxxx$.
Signed-off-by: Henrik Grubbström <grubba@grubba.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If there are foreign $Id$ keywords in the repository, they are most
likely there for a reason. Let's keep them on checkout (which is also
what the documentation indicates). Foreign $Id$ keywords are now
recognized by there being multiple space separated fields in $Id:xxxxx$.
Signed-off-by: Henrik Grubbström <grubba@grubba.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c | diff | blob | history | |
t/t0021-conversion.sh | diff | blob | history |