From: Jeff Carr <jcarr@linuxmachines.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: git-ls-new-files & make patch, pull, etc.
Date: Tue, 06 Sep 2005 12:06:17 -0700 [thread overview]
Message-ID: <431DE8A9.7010404@linuxmachines.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0508230846180.26600@wgmdd8.biozentrum.uni-wuerzburg.de>
On 08/22/2005 11:48 PM, Johannes Schindelin wrote:
>
>>patch:
>
> "git diff"
>
>
>>push:
>
> "git push origin" (or maybe "git push HEAD:origin")
>
>
>>pull:
>
> "git pull origin"
>
>
>>commit:
>> vi changelog.txt
>> GIT_AUTHOR_NAME="$(GIT_AUTHOR_NAME)" \
>> GIT_AUTHOR_EMAIL="$(GIT_AUTHOR_EMAIL)" \
>> git-commit-tree `git-write-tree` -p $(HEAD) < changelog.txt > .git/HEAD
>> rm changelog.txt
>
>
> "git commit"
Well, I did that by hand so at the end I could have it append the
changes to a changelog file in the archive itself.
>>add_all:
>> ./git-ls-new-files |xargs -n 1 git-update-cache --add
>
>
> "git add $(git ls-files --others)"
I was using the version of git that was in debian sarge; it was too old
and didn't do the commands. I've updated and everything is working now.
Thanks for the help!
Jeff
prev parent reply other threads:[~2005-09-06 19:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-23 2:07 git-ls-new-files & make patch, pull, etc Jeff Carr
2005-08-23 5:15 ` Junio C Hamano
2005-09-06 20:42 ` Jeff Carr
2005-09-06 21:08 ` Junio C Hamano
2005-09-08 22:19 ` Jeff Carr
2005-09-09 3:19 ` Junio C Hamano
2005-08-23 6:48 ` Johannes Schindelin
2005-09-06 19:06 ` Jeff Carr [this message]
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=431DE8A9.7010404@linuxmachines.com \
--to=jcarr@linuxmachines.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
/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).