git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with git-apply?
@ 2006-11-04  7:23 Kevin Shanahan
  2006-11-04  7:30 ` Shawn Pearce
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Kevin Shanahan @ 2006-11-04  7:23 UTC (permalink / raw)
  To: git

Hi,

I seem to be having problems using git-apply to apply any patch which
creates a new file. Unfortunately it's been a few weeks since I last
used git here locally, but this seems like some behaviour change since
the last version I was using. I'm currently using version 1.4.3.3 from
Debian Sid. This little test script demonstrates the problem I'm
having:

#!/bin/sh

mkdir a b repo
echo foo > b/foo
diff -urN a b > test.diff

(
    cd repo
    echo bar > bar # need something to init the db
    git init-db
    git add .
    git commit -a -m "Test Commit"

    git apply ../test.diff
    git commit -a -m "Test Commit (file added)"
)

Here, this outputs for me:

defaulting to local storage area
Committing initial tree ee314a31b622b027c10981acaed7903a3607dbd4
error: foo: No such file or directory
nothing to commit

Has something broken or am I doing something wrong here?

Thanks,

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

end of thread, other threads:[~2006-11-04 18:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-04  7:23 Problem with git-apply? Kevin Shanahan
2006-11-04  7:30 ` Shawn Pearce
2006-11-04  8:07 ` Kevin Shanahan
2006-11-04  9:26 ` Jakub Narebski
2006-11-04 10:12   ` Kevin Shanahan
2006-11-04  9:49 ` Junio C Hamano
2006-11-04 10:00   ` Junio C Hamano
2006-11-04 10:15     ` Junio C Hamano
2006-11-04 10:49       ` Kevin Shanahan
2006-11-04 16:27   ` Linus Torvalds
2006-11-04 18:33     ` Junio C Hamano

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