git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git update index question
@ 2007-10-17 10:23 Gonzalo Garramuno
  2007-10-17 12:49 ` Lars Hjemli
  0 siblings, 1 reply; 4+ messages in thread
From: Gonzalo Garramuno @ 2007-10-17 10:23 UTC (permalink / raw)
  To: git

Hi.  I'm new to git but have been using it successfully for about three 
months now and love it.

I've run into my first problem (or, more specifically) lack of 
understanding.

I'm currently working on linux.

After some modifications of my source code with a script and doing a 
commit with qgit, it seems some spaces at the end of those changed lines 
got added.

Now, whenever I try to do a commit, the result is that git aborts with
* trailing whitespace (line XXX).
That is, it fails due to git's pre-commit perl hook.

Now, I've modified and changed the offending lines, but redoing the 
commit the problem persists.

After loooking into it, I realized the issue is git's index file.  If 
git-diff-index is called without --cached, the diff matches what's on 
disk and works as I expect.  However, the pre-commit hook calls it with 
--cached which leads to the problem.

Thus, since I don't want to modify the pre-commit hook, the question is 
what's the proper way to rebuild git's index file for all the files that 
were to be committed but weren't due to the abort.

I've tried git-update-index with most of the flags with no success.  I 
only got it to update the index properly when I specifically specified a 
filename with the problem, but I have a lot of files with the issue and 
git already knows about them so I was hoping for a better method.






-- 
Gonzalo Garramuño

Film Aura
A New Dawn in Media Companies

gga@filmaura.com
http://www.filmaura.com

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

end of thread, other threads:[~2007-10-17 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 10:23 git update index question Gonzalo Garramuno
2007-10-17 12:49 ` Lars Hjemli
2007-10-17 12:58   ` Gonzalo Garramuno
2007-10-17 13:30     ` Lars Hjemli

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