summaryrefslogtreecommitdiff
path: root/src/diff.c
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-07-03 12:20:34 -0700
committerRussell Belfer <rb@github.com>2013-07-03 12:20:34 -0700
commit2a16914c35fe52785959647666da145be354b12f (patch)
tree3a74a0c5189b9bacd5be60e0fbf433f589ac1eb3 /src/diff.c
parent4ae29053d51968cbf49f30ae14e5405cbd9543cc (diff)
downloadlibgit2-2a16914c35fe52785959647666da145be354b12f.tar.gz
Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR option
This option serves no benefit now that the git_status_list API is available. It was of questionable value before and now it would just be a bad idea to use it rather than the indexed API.
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/diff.c b/src/diff.c
index 9e9528ef9..0980f412a 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -1249,6 +1249,8 @@ int git_diff__paired_foreach(
i_max = head2idx ? head2idx->deltas.length : 0;
j_max = idx2wd ? idx2wd->deltas.length : 0;
+ if (!i_max && !j_max)
+ return 0;
/* At some point, tree-to-index diffs will probably never ignore case,
* even if that isn't true now. Index-to-workdir diffs may or may not