~bjornt/gitlptools:master

Last commit made on 2017-11-02
Get this branch:
git clone -b master 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:
master
Repository:
lp:~bjornt/gitlptools

Recent commits

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.

a21c444... by Adam Collard

Add basic .gitignore

c1b6d0e... by Adam Collard

Call it gitlptools

abfb0cd... by Thomi Richards

Initial import