git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [mingw port] git plumbing piping with CR/NL
@ 2007-06-01 18:23 Nguyen Thai Ngoc Duy
  2007-06-01 23:18 ` Alex Riesen
  0 siblings, 1 reply; 6+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2007-06-01 18:23 UTC (permalink / raw)
  To: Git Mailing List, Johannes Sixt

Hi,

I haven't had time looking at the code yet. I report here so that I
can free my memory for other things. I made a command like this:

$ git ls-tree -r HEAD|grep blah.cc|git update-index --index-info

and the output of git-status was:

$ git status
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	new file:   path/to/blah.cc\r
#
# Changed but not updated:
#   (use "git add/rm <file>..." to update what will be committed)
#
#	deleted:    path/to/blah.cc\r
...
$ git version
git version 1.5.2.651.g80e39-dirty (if the commit isn't in the master
branch, it is based on master branch)

Apparently git should ignore \r at the end of the path. Will look at it later.
-- 
Duy

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

end of thread, other threads:[~2007-06-02 23:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-01 18:23 [mingw port] git plumbing piping with CR/NL Nguyen Thai Ngoc Duy
2007-06-01 23:18 ` Alex Riesen
2007-06-01 23:56   ` Nguyen Thai Ngoc Duy
2007-06-02  1:31     ` Johannes Schindelin
2007-06-02 23:09     ` Alex Riesen
2007-06-02  1:31   ` Sam Vilain

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