Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Ensure git-clone exits with error if perl script fails.
[gitweb.git]
/
blame.c
diff --git
a/blame.c
b/blame.c
index b04b8f58aaf718208ab13e5cbfd8cd2a4444cbd7..76712b5962bcb0f511cc4a18766d1a45dc901675 100644
(file)
--- a/
blame.c
+++ b/
blame.c
@@
-834,7
+834,7
@@
int main(int argc, const char **argv)
}
- init_revisions(&rev);
+ init_revisions(&rev
, setup_git_directory()
);
rev.remove_empty_trees = 1;
rev.topo_order = 1;
rev.prune_fn = simplify_commit;