X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/bcca0cb6d41727819fe0e2ced837d322f67972c7..65c7cdcd62055286a254bb0d3ce6cc4459673dc0:/vcsh diff --git a/vcsh b/vcsh index 0f2c5af..51f2d21 100755 --- a/vcsh +++ b/vcsh @@ -312,7 +312,7 @@ list_untracked_helper() { cp $temp_file_others $temp_file_untracked || fatal 'Could not copy temp file' fi cp $temp_file_untracked $temp_file_untracked_copy || fatal 'Could not copy temp file' - comm -12 --nocheck-order $temp_file_others $temp_file_untracked_copy > $temp_file_untracked + comm -12 $temp_file_others $temp_file_untracked_copy > $temp_file_untracked } pull() {