~nacc/git-ubuntu:lp1706798-update-manpages

Last commit made on 2017-10-03
Get this branch:
git clone -b lp1706798-update-manpages https://git.launchpad.net/~nacc/git-ubuntu
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
lp1706798-update-manpages
Repository:
lp:~nacc/git-ubuntu

Recent commits

0a7aada... by Nish Aravamudan

doc/gitubuntu-completion.sh: update to be current

2a83c09... by Nish Aravamudan

git-ubuntu: only show sample of subcommands

LP: #1708229

8837049... by Nish Aravamudan

man: update man-pages to be current

LP: #1706798

c93f22c... by Nish Aravamudan

importppa: drop --no-clean option

We do not push the resulting repository, so removing the local directory
never makes sense.

ba71d28... by Nish Aravamudan

importppa: drop unused --lp-owner option

2a33c79... by Nish Aravamudan

git-ubuntu: respect GIT_DIR environment variable

We currently incorrectly assume the git directory is .git/ when
it is specifiably with either GIT_DIR or git --git-dir=. Luckily
the latter sets the former, so we can just use the environment
variable and default to .git if it is not set.

LP: #1718469

1ba005f... by Nish Aravamudan

clone: reorganize main

dc952cb... by Nish Aravamudan

clone: fix helptext after protocol change

b88908e... by Nish Aravamudan

lint: check if a bugfix is targetted at the correct branch

LP: #1711174

b674b42... by Nish Aravamudan

git_repository::commit_tree_hash: do not gpg sign import commits

We are importing other user publishes, which implies we do not have
signing rights for their keys. Do not attempt to sign import commits,
which only is an issue if a local config globally specifies it should
be done.

LP: #1705542