Feature Request: Branch Description updating support for git fetch/pull/push

2015-10-19 Thread Stephen Connolly
Branch descriptions are great. Even more so if you set merge.branchdesc=true (while we are at it could there be a CLI option to git merge that allowed overriding merge.branchdesc for that merge) But the bit that pains me is that my description is local only. Could we add support for syncing the b

Re: [Feature Request] git blame showing only revisions from git rev-list --first-parent

2015-09-11 Thread Stephen Connolly
On 11 September 2015 at 15:01, Jeff King wrote: > On Fri, Sep 11, 2015 at 11:47:30AM +0100, Stephen Connolly wrote: > >> A command line option to `git blame HEAD -- path` that instructs that >> the revisions of blame be the revisions where the change was applied >> to th

[Feature Request] git blame showing only revisions from git rev-list --first-parent

2015-09-11 Thread Stephen Connolly
Background === My colleagues and I disagree on how exactly to handle feature development in branches. There are approximately two camps: Camp 1: All feature branches should be squashed after code review to a single commit before merging. Camp 2: Leave the history of development alone, being able