idont use reverse diff - stagit-gopher - A git gopher frontend. (mirror) Err bitreich.org 70 hgit clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ URL:git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ bitreich.org 70 1Log /scm/stagit-gopher/log.gph bitreich.org 70 1Files /scm/stagit-gopher/files.gph bitreich.org 70 1Refs /scm/stagit-gopher/refs.gph bitreich.org 70 1Tags /scm/stagit-gopher/tag bitreich.org 70 1README /scm/stagit-gopher/file/README.gph bitreich.org 70 1LICENSE /scm/stagit-gopher/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 18e6c1beda47949082d0630fb3a697438b2e80d9 /scm/stagit-gopher/commit/18e6c1beda47949082d0630fb3a697438b2e80d9.gph bitreich.org 70 1parent a73ca0483c5e1e9be3d083b6f15067a7717bf416 /scm/stagit-gopher/commit/a73ca0483c5e1e9be3d083b6f15067a7717bf416.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Mon, 7 Dec 2015 20:00:33 +0100 Err bitreich.org 70 i Err bitreich.org 70 idont use reverse diff Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M urmoms.c | 4 ++-- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 2 insertions(+), 2 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/urmoms.c b/urmoms.c /scm/stagit-gopher/file/urmoms.c.gph bitreich.org 70 i@@ -231,7 +231,7 @@ printshowfile(git_commit *commit) Err bitreich.org 70 i goto err; Err bitreich.org 70 i if ((error = git_commit_tree(&parent_tree, parent))) Err bitreich.org 70 i goto err; Err bitreich.org 70 i- if ((error = git_diff_tree_to_tree(&diff, repo, commit_tree, parent_tree, NULL))) Err bitreich.org 70 i+ if ((error = git_diff_tree_to_tree(&diff, repo, parent_tree, commit_tree, NULL))) Err bitreich.org 70 i goto err; Err bitreich.org 70 i Err bitreich.org 70 i /* diff stat */ Err bitreich.org 70 i@@ -346,7 +346,7 @@ writelog(FILE *fp) Err bitreich.org 70 i continue; /* TODO: handle error */ Err bitreich.org 70 i if ((error = git_commit_tree(&parent_tree, parent))) Err bitreich.org 70 i continue; /* TODO: handle error */ Err bitreich.org 70 i- if ((error = git_diff_tree_to_tree(&diff, repo, commit_tree, parent_tree, NULL))) Err bitreich.org 70 i+ if ((error = git_diff_tree_to_tree(&diff, repo, parent_tree, commit_tree, NULL))) Err bitreich.org 70 i continue; /* TODO: handle error */ Err bitreich.org 70 i if (git_diff_get_stats(&stats, diff)) Err bitreich.org 70 i continue; /* TODO: handle error */ Err bitreich.org 70 .