Re: [git-users] git add --all --no-binaries

2014-10-03 Thread Dale R. Worley
> From: Constantine Tarasenkov 
> 
> Wouldn't be cool to have a flag that skips binary files on staging area? 
> I'm pretty sure Git can detect binary files before the commit. Does someone 
> knows other ways not including them automatically?

The trouble is that "binary" isn't the criterion you want.  Sometimes
binary files are original files in a software distribution.  And
sometimes text files are generated files.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git add --all --no-binaries

2014-10-02 Thread Philip Oakley

From: Constantine Tarasenkov

Wouldn't be cool to have a flag that skips binary files on staging
area?
I'm pretty sure Git can detect binary files before the commit. Does
someone knows other ways not including them automatically?


Unfortunately --no-binaries is not a well defined operation... e.g. see
http://stackoverflow.com/questions/6855712/why-does-git-treat-this-text-file-as-a-binary-file/6856566#6856566
--

Philip


--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] git add --all --no-binaries

2014-10-02 Thread Constantine Tarasenkov
Wouldn't be cool to have a flag that skips binary files on staging area? 
I'm pretty sure Git can detect binary files before the commit. Does someone 
knows other ways not including them automatically?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.