git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* autoCRLF, git status, git-gui, what is the desired behavior?
@ 2007-02-25 19:33 Mark Levedahl
  2007-02-25 19:54 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Levedahl @ 2007-02-25 19:33 UTC (permalink / raw)
  To: Git Mailing List

I am trying autoCRLF in git compiled from next (75415c455dd307), find 
some behavior that is probably different than desired dealing with a 
file where the only changes are to line endings:

create a text file (foo) with \n endings, check it in.
$ u2d foo
$ git diff foo
diff --git a/foo b/foo
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   foo
#
$ git ci -m 'x' foo
# On branch master
nothing to commit (working directory clean)

So, git commit will not check in the file, but git status shows an 
unclean file and git diff shows no actual differences.

Also, git-gui shows the file as modified, but clicking on that file 
gives a warning box saying "No differences detected...", does a rescan, 
and then shows the file as modified again.

I'm not sure of the correct fix:
1) Place the file in a separate category, perhaps "broken line-endings", 
and indicate that git will not check this in?
2) Overwrite the file with a fresh checkout (erasing the crlf differences)?
3) ?

Mark Levedahl

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-02-26 15:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-25 19:33 autoCRLF, git status, git-gui, what is the desired behavior? Mark Levedahl
2007-02-25 19:54 ` Junio C Hamano
2007-02-25 20:28   ` Junio C Hamano
2007-02-25 21:14     ` Mark Levedahl
2007-02-25 21:22       ` Junio C Hamano
2007-02-25 22:20         ` Mark Levedahl
2007-02-25 23:55           ` Mark Levedahl
2007-02-25 20:51   ` Mark Levedahl
2007-02-26  2:06     ` Shawn O. Pearce
2007-02-26  2:45       ` Junio C Hamano
2007-02-26 15:54         ` Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).