login
Header Space

 
 

Re: showing conflicting merges

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Uwe Kleine-König <Uwe.Kleine-Koenig@...>
Cc: <git@...>
Date: Thursday, April 24, 2008 - 9:08 am

On Thu, Apr 24, 2008 at 2:51 PM, Santi Béjar <sbejar@gmail.com> wrote:

Actually only:
git diff
git diff -2
git diff -3

for:
$ git diff -1
* Unmerged path file1
diff --git a/file1 b/file1
index 7898192..c9c6af7 100644
--- a/file1
+++ b/file1
@@ -1 +1 @@
-a
+b1

but "-2" and "-3" do the same for different reasons

-2) theres is no "2" in the index
-3) is equal to the wc file1

so both output the same:
* Unmerged path file1

and I still think "git diff" has to output something else than
"*Unmerged path file1".

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
showing conflicting merges, Uwe , (Tue Apr 22, 5:12 am)
Re: showing conflicting merges, Santi Béjar, (Tue Apr 22, 5:49 am)
Re: showing conflicting merges, Uwe , (Wed Apr 23, 2:17 am)
Re: showing conflicting merges, Santi Béjar, (Thu Apr 24, 8:51 am)
Re: showing conflicting merges, Santi Béjar, (Thu Apr 24, 9:08 am)
speck-geostationary