Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Support the 'rebase' config key for branches #1154

Merged
merged 1 commit into from
May 19, 2019

Conversation

yelirekim
Copy link
Contributor

We are using go-git in a command line client that provides some abstractions on top of git workspaces to help users manage their reviews. A key part of workflow management here is correctly pointing upstreams to local or remote branches, and causing pulls to issue rebases rather than merges.

The config value itself is a standard key and git itself will set/unset it for you sometimes during relatively normal usage.

This PR just adds support for the key.

Signed-off-by: Mike Riley <mikeriley@yelirekim.com>
@mcuadros mcuadros merged commit 91db86b into src-d:master May 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants