From: "Nguyen Thai Ngoc Duy" <pclouds@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>,
"Johannes Sixt" <johannes.sixt@telecom.at>
Subject: [mingw port] git plumbing piping with CR/NL
Date: Fri, 1 Jun 2007 14:23:24 -0400 [thread overview]
Message-ID: <fcaeb9bf0706011123ue4ceaf2i12569c63d1d92584@mail.gmail.com> (raw)
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
next reply other threads:[~2007-06-01 18:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-01 18:23 Nguyen Thai Ngoc Duy [this message]
2007-06-01 23:18 ` [mingw port] git plumbing piping with CR/NL 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fcaeb9bf0706011123ue4ceaf2i12569c63d1d92584@mail.gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=johannes.sixt@telecom.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).