~bjornt/gitlptools:lp-open-snap

Last commit made on 2017-11-03
Get this branch:
git clone -b lp-open-snap https://git.launchpad.net/~bjornt/gitlptools
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
lp-open-snap
Repository:
lp:~bjornt/gitlptools

Recent commits

fab5f67... by Björn Tillenius

Remove stray '

79919ca... by Björn Tillenius

Use double quote for consistency.

6acb2c4... by Björn Tillenius

lstrip the path instead.

51a5c73... by Björn Tillenius

Improve error handing.

c6a62fa... by Björn Tillenius

Use a better name than base_url for the new URL.

fa21142... by Björn Tillenius

Ignore files generated by snapcraft.

6b0b600... by Björn Tillenius

Add README.md

bff8b4c... by Björn Tillenius

Fix snapcraft.yaml so that it produces a working snap.

5b51f60... by Björn Tillenius

Fix lp-open to work with non-lp: URLs.

e1026fe... by Adam Collard

Add git-lp-propose.

git lp-propose will look for a remote which points at LP for a user-qualified repo (e.g. lp:~adam-collard/gitlptools) which matches the tip of the current branch. It will then propose a merge from that to the default branch of the project repository.

The user is prompted to edit the commit message in their $EDITOR, which will include a diff stat of the changes, and pre-fill with all of the commit messages from their branch.

It will refuse to do anything if there are uncommitted local changes.