Revision e78f69a3f2e580e71a44b91fa99185bc6f92db29 authored by Damien Diederen on 27 March 2008, 22:18:12 UTC, committed by Junio C Hamano on 27 March 2008, 23:05:27 UTC
Cvs update -p -r <rev> <path> is the documented way to retrieve a
specific revision of a file (similar to git show <rev>:<path>).
Without this patch, the -p flag is ignored and status output is
produced, causing clients to interpret it as the contents of the file.

TkCVS uses update -p as a basis for implementing its various "View"
and "Diff" commands.

Signed-off-by: Damien Diederen <dash@foobox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent dded801
Raw File
.gitattributes
* whitespace=!indent,trail,space
*.[ch] whitespace
back to top