commit | 89b5f1d9c5e64c9e232fa1ebe0ea407c8773b79a | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Wed Apr 25 22:35:27 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Apr 25 14:51:17 2012 -0700 |
tree | ad44ef41a6a12db2bb60945fea81d514afed71fe | |
parent | ba8e6326f16748d67fbeda65ffde4729760c64f0 [diff] |
sequencer: export commit_list_append() This function can be used in other parts of git. Give it a new home in commit.c. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>