commit | 21711ca4b2a387b587c90e0ad8a98170e4b006e4 | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Sat Jul 05 21:35:01 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 07 14:10:13 2014 -0700 |
tree | 65b14a2718b82817ba774a3e50163241cfc973f4 | |
parent | 6f92e5ff3cdc813de8ef5327fd4bad492fb7d6c9 [diff] |
t5000, t5003: simplify commit Add the whole directory of test files at once using git add instead of calling git update-index on each of them and use git commit instead of the plumbing commands write-tree, update-ref and commit-tree to build the commit. This simplifies the code considerably. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>