This also makes "./filename" acceptable as a side effect, since the
pathname normalization handles that too.
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
update-cache.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
ece92eeda777c3141f5692132ccc2ba7e4e801a2
diff --git a/up
Matthias Urlichs smurf.noris.de> writes:
>
> Hi, Marc Singer wrote:
>
> > # git-update-cache `git-diff-cache | cut -f2`
>
> g-d-c should have an option to print file names only. All that cutting
> and argument-backtick-ing gets pretty nasty when there are a
Hi, Marc Singer wrote:
> # git-update-cache `git-diff-cache | cut -f2`
g-d-c should have an option to print file names only. All that cutting
and argument-backtick-ing gets pretty nasty when there are a lot of files,
or if they contain special characters.
--
Matthias Urlichs | {M:U}
On Tue, Jul 12, 2005 at 01:14:24AM -0700, Junio C Hamano wrote:
> Marc Singer <[EMAIL PROTECTED]> writes:
>
> > # git-diff-cache HEAD
> >
> > is really nice. But, do I really have to invoke git-update-cache with
> > every modified file? I could write a scri
Marc Singer <[EMAIL PROTECTED]> writes:
> # git-diff-cache HEAD
>
> is really nice. But, do I really have to invoke git-update-cache with
> every modified file? I could write a script to cul the filenames from
> git-diff-cache, but I'm having a hard time believing
Dear diary, on Tue, Jul 12, 2005 at 07:52:18AM CEST, I got a letter
where Marc Singer <[EMAIL PROTECTED]> told me that...
> # git-diff-cache HEAD
>
> is really nice. But, do I really have to invoke git-update-cache with
> every modified file? I could write a script to cul
# git-diff-cache HEAD
is really nice. But, do I really have to invoke git-update-cache with
every modified file? I could write a script to cul the filenames from
git-diff-cache, but I'm having a hard time believing that that is how
others are preparing their commits.
-
To unsubscribe
Add --info-only option to git-update-cache.
Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]>
---
Documentation/git-update-cache.txt | 23 +++
update-cache.c | 14 +++---
2 files changed, 30 insertions(+), 7 deletions(-)
diff -
Change git-update-cache --refresh behaviour to use sha1's rather than
comparing byte by byte.
Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]>
---
update-cache.c | 31 +--
1 files changed, 5 insertions(+), 26 deletions(-)
diff --git a/update-cache
On Wed, Jul 06, 2005 at 12:42:20AM +0200, Sam Ravnborg wrote:
> >
> > I receive the following error:
> > git-update-cache: symbol lookup error: git-update-cache: undefined
> > symbol: deflateBound
> >
>
> > open("/usr/lib/libz.so.1", O_R
>
> I receive the following error:
> git-update-cache: symbol lookup error: git-update-cache: undefined
> symbol: deflateBound
>
> open("/usr/lib/libz.so.1", O_RDONLY)= 3
This is the reason.
For a strange reason when git-update-chache was compiled is wa
While trying to execute:
git-update-cache -- drivers/Kconfig drivers/net/Kconfig net/Kconfig
I receive the following error:
git-update-cache: symbol lookup error: git-update-cache: undefined
symbol: deflateBound
I have fetched a clean tree from kernel.org, and cloned it using
cg-clone
12 matches
Mail list logo