Found 8 matching messages (0.097 seconds). Page 1 of 1.
... any method to edit the log message after committed? I > couldn ... git > mailing list. Undoing and re-committing can be done with ... Undoing and recommitting the latest commit in the current branch. (1 ... in the body of a message to majordomo@vger.kernel.org ...
git - Junio C Hamano - Sep 29 2005 - 00:15
... there any method to edit the log message after committed? I > couldn't ... list. As the others said, a commit object is immutable but it ... snapshot, I also added a commit command to permanently store the patches into the repository after which you won't be ...
git - Catalin Marinas - Sep 29 2005 - 04:35
... Is there any method to edit the log message after committed? > I couldn't find ... commit that you want to change the message, you would have to redo it ... use git reset to backup, and re-apply. If you have made subsequent commits, then you'll have to back ...
git - Tony Luck - Sep 29 2005 - 00:17
... there any method to edit the log message after committed? I couldn't ... without breaking the chain of following commits. If you are using Cogito, use cg-admin-uncommit and then re-commit it. Otherwise, create a new commit object for the same tree and ...
git - Brian Gerst - Sep 29 2005 - 00:58
... say, you want to edit the commit message for 'add a ... where you wanna change the message git checkout -b temp HEAD ... with reediting the original commit log git commit --reedit master^^ rebase ... in the body of a message to majordomo@vger.kernel.org ...
git - Yasushi SHOJI - Sep 29 2005 - 12:05
... of you. I was able to redo the commit. But as Tony has pointed out. I ... use the git commit --reedit-message flag? According to Documentation/howto/rebase-and-edit.txt, I guess the meaning is to re-apply one commit to current HEAD? - To unsubscribe ...
git - Kevin Leung - Sep 29 2005 - 03:45
... . The information is exactly what I was looking for. :-) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
git - Kevin Leung - Sep 30 2005 - 03:58
... > first, create new branch at where you wanna change the message > > git checkout -b temp HEAD^^^ # hmm... HEAD^3 doesn't ... : send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger. ...
git - Junio C Hamano - Sep 30 2005 - 04:24