From: Mike Doherty <hidden> Date: 2016-06-15 22:50:19
Hello,
In a git repo, I have rebase.autosquash enabled by default (in
~/.gitconfig), but whenever I do `git rebase -i`, that setting isn't
respected. Is this a known bug, or am I misunderstanding what that
setting is meant to do?
Thanks for your help,
-Mike Doherty
From: Martin von Zweigbergk <hidden> Date: 2016-06-15 22:50:19
On Thu, 30 Dec 2010, Mike Doherty wrote:
Hello,
In a git repo, I have rebase.autosquash enabled by default (in
~/.gitconfig), but whenever I do `git rebase -i`, that setting isn't
respected. Is this a known bug, or am I misunderstanding what that
setting is meant to do?
I also have rebase.autosquash enabled and it works for me. Does it
autosquash as you expect if you pass '--autosquash' on the command
line? Which version of Git are you running?
/Martin
From: Mike Doherty <hidden> Date: 2016-06-15 22:50:19
On 10-12-30 01:37 PM, Martin von Zweigbergk wrote:
I also have rebase.autosquash enabled and it works for me. Does it
autosquash as you expect if you pass '--autosquash' on the command
line? Which version of Git are you running?
From: Martin von Zweigbergk <hidden> Date: 2016-06-15 22:50:19
On Thu, 30 Dec 2010, Mike Doherty wrote:
On 10-12-30 01:37 PM, Martin von Zweigbergk wrote:
quoted
I also have rebase.autosquash enabled and it works for me. Does it
autosquash as you expect if you pass '--autosquash' on the command
line? Which version of Git are you running?
Yes, it does. I'm using 1.7.0.4
Ok, that explains it. The configuration was introduced in 1.7.3.
Regards,
Martin