About 1,239,638 results (2,175 milliseconds)

Is there a way to edit commit comments during a git merge?

https://groups.google.com/g/gitextensions/c/r8Ui1CUyg5Q
Sep 17, 2014 ... I couldn't find a place in "Merge branches" dialog for me to add/edit custom comments. By default, the commit message I'd get is: Merge ...

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... The code review showed the parent as Branch1 only and a commit message describing the merge. ... The git history doesn't seem to reflect any ...

Gerrit merge issue

https://groups.google.com/g/repo-discuss/c/EUEs28CAkng
Nov 24, 2015 ... Change has been successfully merged into the git repository. above message clearly mentions that, changes are merged to git repo. But after that ...

change commit message format to present tense?

https://groups.google.com/g/django-developers/c/GCtDoW2rh54/m/U6z8uh84BAAJ
Jun 24, 2016 ... Also the git project's own commit messages use this style. ... Commit message is not a history record. Commit is a diff, and commit ...

Gerrit workflow problems.

https://groups.google.com/g/repo-discuss/c/7vhPp90D2Jg
Jan 13, 2012 ... After changes are done, git commit --amend command can be used on that commit. Also for commit message we place copied Change ID: from gerrit ...

Gerrit GUI Shows - Submit including parents

https://groups.google.com/g/repo-discuss/c/OuZ1jS6ybOk
During squashing, to retain some kind of history, you need to edit the resulting commit message accordingly. ... message will not be like keeping all commits, git ...

Merge after importing a project to gerrit fails because of missing ...

https://groups.google.com/g/repo-discuss/c/1irZMIM5TZE
Jan 24, 2017 ... So far the best idea I've got is to temporarily change the config on this project to not require a Change-Id in commit message when one of these ...

Django git guidelines

https://groups.google.com/g/django-developers/c/sji76LDNdFM
May 18, 2012 ... You can edit the already published commit message with (git rebase -i ... messages must be rewritten by changing history. Git ensures there

Git: how my life has improved since last month when I used SVN ...

http://feedproxy.google.com/~r/NoRelationTo/~3/1WxDDA5mBw8/
May 31, 2010 ... ... messages from each commit on master (--log is optional). git commit --amend can then be run if you want to edit the commit message. f) get ...

Commit Message Guide | Blockly | Google for Developers

https://developers.google.com/blockly/guides/contribute/get-started/commits
Aug 12, 2022 ... This will automatically updated any open pull requests associated with this branch. git push --force origin my-branch . Was this helpful ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... [Swindells, Thomas] Either do git commit --amend or squash it with a rebase. ... If you have a Change-Id line in the commit message you'll ...

[llvm-dev] [Github] RFC: linear history vs merge commits

https://groups.google.com/g/llvm-dev/c/dT7kYVCvpCc/m/rn8l0hILHgAJ
Jan 29, 2019 ... > with push permissions to manually fetch the commit, edit the commit ... > a commit message (link to a review) and enforce a linear history (by > ...

Amend commit message in Show Log

https://groups.google.com/g/tortoisegit-users/c/dABtUtJcvSE
a commit message is not just a meta-data like in Subversion or other. VCS. In Git the messages are part of the history which should not be rewritten ...

gerrit-review.googlesource.com will require resolving comments ...

https://groups.google.com/g/repo-discuss/c/zzVtWXg0qSs
Jul 19, 2022 ... The change won't be able to be submitted if there are unresolved comments, unless a following line is part of the commit message. > Unresolved- ...

Can gitflow populate commit messages on finishing features? aka ...

https://groups.google.com/g/gitflow-users/c/v9_koS3dKQM
Jun 17, 2012 ... ... merge's message. I achieve that by just doing a `git commit --amend` (which I have aliased to `git amend`) after the merge. In other words ...

Repository browser with standard Gerrit commit viewer

https://groups.google.com/g/repo-discuss/c/TJmjeelXG1E/m/7f5ndn6HGAAJ
Feb 17, 2020 ... ... history of your Git repository on the web somehow. In case of ... editing commit message, etc. Some simple implementation would be a ...

[gentoo-user] Portage, git and shallow cloning

https://groups.google.com/g/linux.gentoo.user/c/6SxxrNbIKCw/m/gR8oEOdECAAJ
> git history and thus it makes no sense to modify/store them > redundantly ... *If* a user wants such changes, he should correctly use git and commit.

how to decrease the size of git metadata/ gerrit repo size

https://groups.google.com/g/repo-discuss/c/LHbDK6sHuJU/m/jzvLikpEBgAJ
Sep 21, 2019 ... You may want to try to include a change in the commit message of the ... to a git commit sha1 hash in the history, you should be able to find

Pushing a branch as one commit to gerrit

https://groups.google.com/g/repo-discuss/c/_EJG8Ct3qpo
git commit -m "New message for the entire topic" git push gerrit. Since Git ... be fetched with Git fetch just like a change. Thomas Koch's profile ...

how to edit the merge commit message?

https://groups.google.com/g/repo-discuss/c/satEagDaD8s
Feb 17, 2023 ... This plugin records additional metadata as git notes, it doesn't allow you to modify the commit message. ... history and always add new commit on ...