git/vcs-svn
David Barr 43155cfe14 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>
2011-03-26 01:00:05 -05:00
..
fast_export.c vcs-svn: use mark from previous import for parent commit 2011-03-07 01:43:58 -06:00
fast_export.h vcs-svn: eliminate repo_tree structure 2011-03-07 01:43:58 -06:00
LICENSE SVN dump parser 2010-08-14 19:35:38 -07:00
line_buffer.c vcs-svn: allow input errors to be detected promptly 2011-03-07 01:32:51 -06:00
line_buffer.h vcs-svn: allow input errors to be detected promptly 2011-03-07 01:32:51 -06:00
line_buffer.txt vcs-svn: teach line_buffer about temporary files 2011-02-26 04:59:37 -06:00
obj_pool.h Add memory pool library 2010-08-14 19:35:37 -07:00
repo_tree.c vcs-svn: avoid using ls command twice 2011-03-26 01:00:05 -05:00
repo_tree.h vcs-svn: avoid using ls command twice 2011-03-26 01:00:05 -05:00
string_pool.c vcs-svn: quote paths correctly for ls command 2011-03-07 01:43:58 -06:00
string_pool.h vcs-svn: quote paths correctly for ls command 2011-03-07 01:43:58 -06:00
string_pool.txt Add string-specific memory pool 2010-08-14 19:35:37 -07:00
svndump.c vcs-svn: avoid using ls command twice 2011-03-26 01:00:05 -05:00
svndump.h vcs-svn: Check for errors from open() 2010-11-24 14:51:42 -08:00
trp.h treap: make treap_insert return inserted node 2010-12-07 16:03:55 -08:00
trp.txt treap: make treap_insert return inserted node 2010-12-07 16:03:55 -08:00