diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-25 23:12:21 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-25 23:12:21 -0700 |
commit | e9b5b75ca87f45292de8ecde5d4d0512ac9542cd (patch) | |
tree | be4cc0707c97c8bbd2dc4699f646f886fe2739a9 /t/t1001-read-tree-m-2way.sh | |
parent | Makefile: remove and create libgit.a from scratch. (diff) | |
parent | Libified diff-index: backward compatibility fix. (diff) | |
download | tgif-e9b5b75ca87f45292de8ecde5d4d0512ac9542cd.tar.xz |
Merge branch 'jc/diff'
* jc/diff:
Libified diff-index: backward compatibility fix.
Libify diff-index.
Libify diff-files.
Diffstat (limited to 't/t1001-read-tree-m-2way.sh')
-rwxr-xr-x | t/t1001-read-tree-m-2way.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1001-read-tree-m-2way.sh b/t/t1001-read-tree-m-2way.sh index d0ed24275e..75e4c9a886 100755 --- a/t/t1001-read-tree-m-2way.sh +++ b/t/t1001-read-tree-m-2way.sh @@ -37,7 +37,7 @@ compare_change () { } check_cache_at () { - clean_if_empty=`git-diff-files "$1"` + clean_if_empty=`git-diff-files -- "$1"` case "$clean_if_empty" in '') echo "$1: clean" ;; ?*) echo "$1: dirty" ;; |