3 komisyon içeren bir çalışma ağacım var:
➜ ~ projem git: (ana) git log
commit a99cce8240495de29254b5df8745e41815db5a75
Author: My Name <my@mail.com>
Date: Thu Aug 16 00:59:05 2012 +0200
.gitignore edits
commit 5bccda674c7ca51e849741290530a0d48efd69e8
Author: My Name <my@mail.com>
Date: Mon Aug 13 01:36:39 2012 +0200
Create .gitignore file
commit 6707a66191c84ec6fbf148f8f1c3e8ac83453ae3
Author: My Name <my@mail.com>
Date: Mon Aug 13 01:13:05 2012 +0200
Initial commit (with a misleading message)
Şimdi ilk taahhüdümünreword
commit mesajını diliyorum (6707a66)
➜ ~ projem git: (ana) git rebase -i 6707
(… Vim giriliyor)
pick 5bccda6 Create .gitignore file
pick a99cce8 .gitignore edits
# Rebase 6707a66..a99cce8 onto 6707a66
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out
Bu durumda, söz reword
konusu commit mesajını ( git dilinde) düzeltmek istiyorum :
İlk taahhüt (yanıltıcı bir mesajla)
… Uygun bir şeye.
Şaşırtıcı olmayan bir şekilde, yukarıdaki girişimim başarılı olamadı, çünkü ilk taahhüt açıkça herhangi bir ebeveyn taahhüdü içermiyor . (Eğer zaman rebase
, sen başvurmak gerekir sonraki en eski işlemek önce sen isteyen birine reword
doğru,?)
Sorumun özü, bu nedenle, bunu başka bir yöntemle başarabilir misiniz?