home | blog | art | now | git gpg | email | rss

stagit

Personal fork of stagit (https://git.codemadness.org/stagit/)
git clone git://pollux.codes/git/stagit
Log | Files | Refs | README | LICENSE
commit 3f77fb211d696b8d768fdd1f0a015cde3faa6cfe
parent d77d972007d6f996ab4667b9dbbd1e241304c61e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 10 Dec 2015 19:51:15 +0100

fix warning

Diffstat:
Murmoms.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urmoms.c b/urmoms.c @@ -529,7 +529,7 @@ writeatom(FILE *fp) } int -writeblob(git_index_entry *entry) +writeblob(const git_index_entry *entry) { char fpath[PATH_MAX]; char ref[PATH_MAX];