~racb/git-ubuntu:clone-remote-tracking

Last commit made on 2023-09-04
Get this branch:
git clone -b clone-remote-tracking https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
clone-remote-tracking
Repository:
lp:~racb/git-ubuntu

Recent commits

e0c2907... by Robie Basak

Correct configure tracking branches

"git clone" by default sets up branch.<name>.remote and
branch.<name>.merge so that various git tooling can follow and set
default accordingly, so we should do the same when we create equivalent
branches.

LP: #1995489

a4dbb0d... by Robie Basak

create_tracking_branch: split remote/branch name

We're going to need to access these names separately soon, so adjust the
function paramaters to require them to be provided separately, and
adjust all callers (both of them) accordingly.

This should not result in any functional change.

This is also a good opportunity to add a docstring to specify the
function better.

4232884... by Robie Basak

Add test for remote tracking branch

This is LP: #1995489: the remote tracking branch is not configured.

deca96f... by Robie Basak

Add test for create_tracking_branch

25f95f2... by Robie Basak

doc: beta snap no longer required

e23a216... by Robie Basak

release-process: snap edge publishing now automatic

9a31e5e... by Robie Basak

release-process: master is now main

13c5a10... by Robie Basak

version: bump to 1.1

0eb70f9... by Robie Basak

Revert "snap.sh: run snapcraft with sudo"

This is fixed upstream now with snapcraft 7.5.2 so we can remove this
workaround. See: https://github.com/snapcore/snapcraft/issues/4225

This reverts commit fe21a9f5c6c65a9a63b526d60c8e7207de92adb1.

d4e6f1a... by Robie Basak

Update .readthedocs.yaml

RTD now has additional requirements that must be specified.

Thanks to Lloyd Blythen for the update.