git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ignoring file modes completely
@ 2011-02-05 15:24 Rafael Kitover
  2011-02-05 16:03 ` Jared Hance
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael Kitover @ 2011-02-05 15:24 UTC (permalink / raw)
  To: git

Hello,

I found the core.filemode option, which ignores executable bits, but I 
need an option to ignore all mode differences, and such an option does 
not seem to exist.

The reason for this is that I'm trying to use msysGit with Cygwin git, 
sometimes to work with an msysGit clone in cygwin or to work with a 
Cygwin git clone in msysGit. For example, I would like to use "git 
cpan-init" under Cygwin, then use msysGit to work with the repository, 
this is currently impossible.

Here is "git status" on a repo made with Cygwin git under msysGit:

$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working 
directory)
#
#       modified:   Makefile.PL
#       modified:   t/02ads.t
#       modified:   t/02cxn.t
#       modified:   t/04os.t
...
...

Every file is modified because the modes do not match :(

Would it be possible to add some sort of option to ignore all file mode 
changes?

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

end of thread, other threads:[~2011-02-06 20:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 15:24 ignoring file modes completely Rafael Kitover
2011-02-05 16:03 ` Jared Hance
2011-02-05 16:09   ` Rafael Kitover
2011-02-05 16:58     ` Andreas Ericsson
2011-02-05 19:28       ` Rafael Kitover
2011-02-06 13:14         ` Michael J Gruber
2011-02-06 15:53           ` Rafael Kitover
2011-02-06 16:14             ` Rafael Kitover
2011-02-06 18:10               ` Dmitry Potapov
2011-02-06 20:29                 ` Rafael Kitover

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).