* Is 'merge' in your path?
@ 2006-03-29 8:42 Len Brown
2006-03-29 8:47 ` Andreas Ericsson
0 siblings, 1 reply; 5+ messages in thread
From: Len Brown @ 2006-03-29 8:42 UTC (permalink / raw)
To: git
trying to do a merge on my laptop using git as of today,
but it bombs out. anybody seen this?
lenb@toshiba:~/src> git --version
git version 1.3-rc1.GIT
lenb@toshiba:~/src/linux-acpi-2.6> /lab/bin/git.update test
Trying really trivial in-index merge...
fatal: Merge requires file-level merging
Nope.
Merging test with 224b148ef7c9a00642eb33dbdf62f2840bde974f
Merging:
9dc2a5c16ba732595afa926aabbf07efaef40b92 Pull trivial into test branch
224b148ef7c9a00642eb33dbdf62f2840bde974f Merge branch 'for-linus' of
master.kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394
found 1 common ancestor(s):
35ab0e88c63fb8e61013011560ad10e6200b5ee0 Merge branch 'release' of
git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Removing arch/sparc64/lib/find_bit.c
Removing drivers/scsi/qla2xxx/ql6312.c
Removing include/asm-arm/arch-h720x/param.h
Removing include/asm-arm/arch-imx/irq.h
Removing drivers/usb/media/pwc/pwc-kiara.c
Removing include/asm-ppc/xparameters.h
Removing drivers/i2c/busses/i2c-frodo.c
Removing include/asm-arm/arch-lh7a40x/irq.h
Removing drivers/char/rio/riopcicopy.c
Auto-merging Documentation/kernel-parameters.txt
merge -L test/Documentation/kernel-parameters.txt -L
orig/Documentation/kernel-parameters.txt -L
224b148ef7c9a00642eb33dbdf62f2840bde974f/Documentation/kernel-parameters.txt .merge_file_2KLpUR .merge_file_H6NRcP .merge_file_WLV6HQ:
No such file or directory
Failed to execute 'merge'. merge(1) is used as the file-level merge tool. Is
'merge' in your path?
No merge strategy handled the merge.
lenb@toshiba:~/src/linux-acpi-2.6> which git-merge
/home/lenb/bin/git-merge
lenb@toshiba:~/src/linux-acpi-2.6> which git
/home/lenb/bin/git
lenb@toshiba:~/src/linux-acpi-2.6>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is 'merge' in your path?
2006-03-29 8:42 Is 'merge' in your path? Len Brown
@ 2006-03-29 8:47 ` Andreas Ericsson
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Ericsson @ 2006-03-29 8:47 UTC (permalink / raw)
To: Len Brown; +Cc: git
Len Brown wrote:
> trying to do a merge on my laptop using git as of today,
> but it bombs out. anybody seen this?
>
> lenb@toshiba:~/src> git --version
> git version 1.3-rc1.GIT
>
> lenb@toshiba:~/src/linux-acpi-2.6> /lab/bin/git.update test
> Trying really trivial in-index merge...
> fatal: Merge requires file-level merging
....
> Failed to execute 'merge'. merge(1) is used as the file-level merge tool. Is
> 'merge' in your path?
> No merge strategy handled the merge.
> lenb@toshiba:~/src/linux-acpi-2.6> which git-merge
> /home/lenb/bin/git-merge
> lenb@toshiba:~/src/linux-acpi-2.6> which git
> /home/lenb/bin/git
> lenb@toshiba:~/src/linux-acpi-2.6>
What does "which merge" tell you? If it turns up blank, you know the
problem. The merge program is usually found in the rcs package.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Is 'merge' in your path?
@ 2006-03-29 9:06 Brown, Len
2006-03-29 10:01 ` Catalin Marinas
0 siblings, 1 reply; 5+ messages in thread
From: Brown, Len @ 2006-03-29 9:06 UTC (permalink / raw)
To: Andreas Ericsson; +Cc: git
>What does "which merge" tell you? If it turns up blank, you know the
>problem. The merge program is usually found in the rcs package.
blank indeed. I guess I don't have rcs on this laptop.
thanks,
-Len
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is 'merge' in your path?
2006-03-29 9:06 Brown, Len
@ 2006-03-29 10:01 ` Catalin Marinas
2006-03-29 10:14 ` Romain Francoise
0 siblings, 1 reply; 5+ messages in thread
From: Catalin Marinas @ 2006-03-29 10:01 UTC (permalink / raw)
To: Brown, Len; +Cc: Andreas Ericsson, git
"Brown, Len" <len.brown@intel.com> wrote:
>>What does "which merge" tell you? If it turns up blank, you know the
>>problem. The merge program is usually found in the rcs package.
>
> blank indeed. I guess I don't have rcs on this laptop.
Actually, I think git could use diff3 directly and not rely on "merge"
from rcs which seems to be equivalent to "diff3 -m -E" (it might even
call diff3, I'm not sure).
Are there any features in "merge" and not available in "diff3"?
--
Catalin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Is 'merge' in your path?
2006-03-29 10:01 ` Catalin Marinas
@ 2006-03-29 10:14 ` Romain Francoise
0 siblings, 0 replies; 5+ messages in thread
From: Romain Francoise @ 2006-03-29 10:14 UTC (permalink / raw)
To: Catalin Marinas; +Cc: Andreas Ericsson, git
Catalin Marinas <catalin.marinas@arm.com> writes:
> Are there any features in "merge" and not available in "diff3"?
`merge' from GNU RCS is just a wrapper around diff3.
--
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
| ever free! --Bryan W. Procter
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-29 10:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-29 8:42 Is 'merge' in your path? Len Brown
2006-03-29 8:47 ` Andreas Ericsson
-- strict thread matches above, loose matches on Subject: below --
2006-03-29 9:06 Brown, Len
2006-03-29 10:01 ` Catalin Marinas
2006-03-29 10:14 ` Romain Francoise
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.