author | David Barr <david.barr@cordelta.com> | |
Mon, 13 Dec 2010 06:09:31 +0000 (17:09 +1100) | ||
committer | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 26 Mar 2011 06:00:05 +0000 (01:00 -0500) | ||
commit | 43155cfe1415f5547791613a5de6399112ba3560 | |
tree | 0c94aacd3fad3b87be441927b7a349fe6e6335d9 | tree | snapshot |
parent | dd3f42ad793b5334d506a451addcefd0054c27bb | commit | diff |
vcs-svn: avoid using ls command twice
Currently there are two functions to retrieve the mode and content
at a path:
const char *repo_read_path(const uint32_t *path);
uint32_t repo_read_mode(const uint32_t *path)
Replace them with a single function with two return values. This
means we can use one round-trip to get the same information from
fast-import that previously took two.
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Currently there are two functions to retrieve the mode and content
at a path:
const char *repo_read_path(const uint32_t *path);
uint32_t repo_read_mode(const uint32_t *path)
Replace them with a single function with two return values. This
means we can use one round-trip to get the same information from
fast-import that previously took two.
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/repo_tree.c | diff | blob | history | |
vcs-svn/repo_tree.h | diff | blob | history | |
vcs-svn/svndump.c | diff | blob | history |