Re: [git-users] git apply doesn't add new files...?

2013-03-29 Thread Paul Smith
On Thu, 2013-03-28 at 16:43 -0400, Dale R. Worley wrote: If you think about it, in many situations git commit -a is what a software developer wants to use. Various trash files can accumulate in a working copy; you usually only want to commit files that have been specially pointed out as being

Re: [git-users] git apply doesn't add new files...?

2013-03-29 Thread Konstantin Khomoutov
On Fri, 29 Mar 2013 08:49:55 -0400 Paul Smith p...@mad-scientist.net wrote: On Thu, 2013-03-28 at 16:43 -0400, Dale R. Worley wrote: If you think about it, in many situations git commit -a is what a software developer wants to use. Various trash files can accumulate in a working copy; you

[git-users] Re: Using Git to track system file customizations

2013-03-29 Thread Thomas Ferris Nicolaisen
On Thursday, March 28, 2013 6:22:24 PM UTC+1, Dale Worley wrote: I'm considering using Git to track the customizations I make to the system files of my Linux box. Has anyone done that and has hints on how to make it work well? Actually, I have two Linux boxes, and I need to track both

[git-users] Re: Custom git mergetool on .gitattributes

2013-03-29 Thread Thomas Ferris Nicolaisen
On Thursday, March 28, 2013 12:41:49 PM UTC+1, Jaume Casado Ruiz wrote: Hi all! With *Git 1.7.9.5*, I am trying to configure a merge tool that should apply only on .po/.pot (gettext) files. I have this config for acomplish the same for merge/diff: In .gitattributes: *.po

[git-users] Re: Deleted by us while cherry-picking a gerrit in the same project

2013-03-29 Thread Thomas Ferris Nicolaisen
On Tuesday, March 26, 2013 12:38:55 AM UTC+1, python...@gmail.com wrote: I am trying to cherry-pick a gerrit based on git project test.git ,for some gerrits I see it tries to delete as below by creating one more test folder inside the test directory..any idea what could be wrong here?please