From: Catalin Marinas Date: Thu, 21 Aug 2008 22:12:15 +0000 (+0100) Subject: Convert git_id() to the new id format X-Git-Tag: v0.15-rc1~169 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/e4560d7ebac0f15ce5383f21c1c1696efc4fe66b?hp=e4560d7ebac0f15ce5383f21c1c1696efc4fe66b Convert git_id() to the new id format The patch rewrites git_id() to use the new id format and coverts the commands using this function. The git_id() will be removed once all the commands are converted to the new infrastructure where git_commit() will be used instead. Signed-off-by: Catalin Marinas ---