Files
git/builtin
Jeff King 40d52ff77b make commit_tree a library function
Until now, this has been part of the commit-tree builtin.
However, it is already used by other builtins (like commit,
merge, and notes), and it would be useful to access it from
library code.

The check_valid helper has to come along, too, but is given
a more library-ish name of "assert_sha1_type".

Otherwise, the code is unchanged. There are still a few
rough edges for a library function, like printing the utf8
warning to stderr, but we can address those if and when they
come up as inappropriate.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-04-01 23:53:54 -07:00
..
2010-03-10 15:32:02 -08:00
2010-03-13 21:31:42 -08:00
2010-03-15 00:58:42 -07:00
2010-03-24 16:26:43 -07:00
2010-03-28 17:42:58 -07:00
2010-03-20 11:29:19 -07:00
2010-03-20 11:29:36 -07:00
2010-03-10 15:32:43 -08:00
2010-03-29 21:29:24 -07:00
2010-03-10 15:32:34 -08:00
2010-03-28 21:52:28 -07:00
2010-03-28 21:52:28 -07:00
2010-03-15 00:58:42 -07:00
2010-03-31 15:14:27 -07:00
2010-03-28 21:52:28 -07:00
2010-03-15 00:58:24 -07:00
2010-03-10 15:25:18 -08:00