[PATCH] Have default log message use relative paths
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-03-20 20:35:44 CET
The following patch changes the default log message to use relative paths
So, the default log message would be:
--This line, and those below, will be ignored--
M spaz/file
instead of:
--This line, and those below, will be ignored--
M /foo/bar/bang/spaz/file
Any objections to applying this? I really, really hate having absolute paths
* subversion/clients/cmdline/util.c(svn_cl__get_log_message): Set path to
Index: subversion/clients/cmdline/util.c
+ if (path && lmb->base_dir)
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.