Hi praveenm,

On Friday, December 8, 2017 at 8:02:48 AM UTC+1, praveenm mulimani wrote:
>
> Dear All,
>
> We are using git commit -F option to commit in git.
>
> when we use git commit --amend option with -F it is creating new gerrit 
> permalink.
> ex: git commit --amend -F /opt/commitmessage.txt
>
> How to amend the commit msg without creating new permalink.
>
> Let me know if  other options are available.
>
> Thanks in Advance
>

Would this be a "Gerrit" related/specific question, instead of a "Git" 
one...? If so, might be "Gerrit" mailing list is a better place for it -- 
https://groups.google.com/forum/#!forum/repo-discuss?

On the "Git" side, executing `git commit --amend -F /opt/commitmessage.txt` 
should just amend the commit using provided text file as commit message 
(replacing the previous one), not sure where the permalink part comes from 
(if not "Gerrit)".

Otherwise, hopefully someone here has more experience with this setup to 
help further.

Regards, Buga

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to