* [devel] Q: git fake merge
@ 2007-10-10 0:17 Konstantin A. Lepikhov
2007-10-10 9:39 ` Alexey I. Froloff
2007-10-10 10:10 ` Damir Shayhutdinov
0 siblings, 2 replies; 7+ messages in thread
From: Konstantin A. Lepikhov @ 2007-10-10 0:17 UTC (permalink / raw)
To: ALT Linux Devel Mailing List
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
Hi!
Допустим, у меня есть некий бранч, в который я хочу якобы смержить некий
другой бранч. Что значит "якобы" - чтобы по-факту там не менялись,
обновилась только история коммитов. Как это можно сделать?
--
WBR et al.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 0:17 [devel] Q: git fake merge Konstantin A. Lepikhov
@ 2007-10-10 9:39 ` Alexey I. Froloff
2007-10-10 10:10 ` Damir Shayhutdinov
1 sibling, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2007-10-10 9:39 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
* Konstantin A. Lepikhov <lakostis@> [071010 13:35]:
> Допустим, у меня есть некий бранч, в который я хочу якобы смержить некий
> другой бранч. Что значит "якобы" - чтобы по-факту там не менялись,
> обновилась только история коммитов. Как это можно сделать?
Просто "прицепить" другой бранч?
git pull -s ours . branch
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 0:17 [devel] Q: git fake merge Konstantin A. Lepikhov
2007-10-10 9:39 ` Alexey I. Froloff
@ 2007-10-10 10:10 ` Damir Shayhutdinov
2007-10-10 11:17 ` Grigory Batalov
1 sibling, 1 reply; 7+ messages in thread
From: Damir Shayhutdinov @ 2007-10-10 10:10 UTC (permalink / raw)
To: ALT Linux Team development discussions
>
> Допустим, у меня есть некий бранч, в который я хочу якобы смержить некий
> другой бранч. Что значит "якобы" - чтобы по-факту там не менялись,
> обновилась только история коммитов. Как это можно сделать?
git-merge -s ours
Жалко что нету git-merge -s theirs, это иногда тоже полезно.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 10:10 ` Damir Shayhutdinov
@ 2007-10-10 11:17 ` Grigory Batalov
2007-10-10 11:41 ` Ivan Fedorov
2007-10-10 11:53 ` Damir Shayhutdinov
0 siblings, 2 replies; 7+ messages in thread
From: Grigory Batalov @ 2007-10-10 11:17 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
On Wed, 10 Oct 2007 14:10:46 +0400
Damir Shayhutdinov wrote:
> > Допустим, у меня есть некий бранч, в который я хочу якобы смержить некий
> > другой бранч. Что значит "якобы" - чтобы по-факту там не менялись,
> > обновилась только история коммитов. Как это можно сделать?
>
> git-merge -s ours
>
> Жалко что нету git-merge -s theirs, это иногда тоже полезно.
А если переключиться на "тот" бранч и сделать git-merge -s ours,
не поможет? =)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 11:17 ` Grigory Batalov
@ 2007-10-10 11:41 ` Ivan Fedorov
2007-10-10 11:53 ` Damir Shayhutdinov
1 sibling, 0 replies; 7+ messages in thread
From: Ivan Fedorov @ 2007-10-10 11:41 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 533 bytes --]
Grigory Batalov пишет:
> On Wed, 10 Oct 2007 14:10:46 +0400
> Damir Shayhutdinov wrote:
>
>>> Допустим, у меня есть некий бранч, в который я хочу якобы смержить некий
>>> другой бранч. Что значит "якобы" - чтобы по-факту там не менялись,
>>> обновилась только история коммитов. Как это можно сделать?
>> git-merge -s ours
>>
>> Жалко что нету git-merge -s theirs, это иногда тоже полезно.
>
> А если переключиться на "тот" бранч и сделать git-merge -s ours,
> не поможет? =)
>
а если "тот" бранч ремотный? :)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 11:17 ` Grigory Batalov
2007-10-10 11:41 ` Ivan Fedorov
@ 2007-10-10 11:53 ` Damir Shayhutdinov
2007-10-10 12:02 ` Damir Shayhutdinov
1 sibling, 1 reply; 7+ messages in thread
From: Damir Shayhutdinov @ 2007-10-10 11:53 UTC (permalink / raw)
To: ALT Linux Team development discussions
> > git-merge -s ours
> >
> > Жалко что нету git-merge -s theirs, это иногда тоже полезно.
>
> А если переключиться на "тот" бранч и сделать git-merge -s ours,
> не поможет? =)
Коммит-merge должен быть на этом бранче, а не на том :)
Но вообще я конечно умею делать аналог "git-merge -s theirs" путем
комбинации git-commit-tree, git-rev-parse и git-update-ref. Это не
сложно.
THEIR_REF="$1" # what to merge
THEIR_COMM=`git-rev-parse "$THEIR_REF^{commit}"`
OURS=`git-rev-parse HEAD`
THEIR_TREE=`git-rev-parse "$THEIR_COMM^{tree}"`
MERGECOMMIT=`echo "Merging commit $THEIR_REF with -s theirs" |
git-commit-tree "$THEIR_TREE" -p "$OURS" -p "$THEIR_COMM"`
git-update-ref -m "Merging $THEIR_REF with -s theirs" HEAD
"$MERGECOMMIT" "$OURS"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [devel] Q: git fake merge
2007-10-10 11:53 ` Damir Shayhutdinov
@ 2007-10-10 12:02 ` Damir Shayhutdinov
0 siblings, 0 replies; 7+ messages in thread
From: Damir Shayhutdinov @ 2007-10-10 12:02 UTC (permalink / raw)
To: ALT Linux Team development discussions
> Но вообще я конечно умею делать аналог "git-merge -s theirs" путем
> комбинации git-commit-tree, git-rev-parse и git-update-ref. Это не
> сложно.
>
> THEIR_REF="$1" # what to merge
> THEIR_COMM=`git-rev-parse "$THEIR_REF^{commit}"`
> OURS=`git-rev-parse HEAD`
> THEIR_TREE=`git-rev-parse "$THEIR_COMM^{tree}"`
> MERGECOMMIT=`echo "Merging commit $THEIR_REF with -s theirs" |
> git-commit-tree "$THEIR_TREE" -p "$OURS" -p "$THEIR_COMM"`
>
> git-update-ref -m "Merging $THEIR_REF with -s theirs" HEAD
> "$MERGECOMMIT" "$OURS"
Забыл в конце git-checkout добавить, чтобы рабочую копию обновить
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-10-10 12:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-10 0:17 [devel] Q: git fake merge Konstantin A. Lepikhov
2007-10-10 9:39 ` Alexey I. Froloff
2007-10-10 10:10 ` Damir Shayhutdinov
2007-10-10 11:17 ` Grigory Batalov
2007-10-10 11:41 ` Ivan Fedorov
2007-10-10 11:53 ` Damir Shayhutdinov
2007-10-10 12:02 ` Damir Shayhutdinov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git