Re: [v2] contrib: New remotes structure for vendor and personal refs

2020-01-21 Thread Richard Earnshaw (lists)
On 21/01/2020 10:26, Richard Earnshaw (lists) wrote: On 21/01/2020 01:47, Hans-Peter Nilsson wrote: From: "Richard Earnshaw (lists)" Date: Fri, 17 Jan 2020 12:21:07 +0100 As far as possible, I've made the script automatically restructure any existing fetch or push lines that earlier versions

Re: [v2] contrib: New remotes structure for vendor and personal refs

2020-01-21 Thread Richard Earnshaw (lists)
On 21/01/2020 01:47, Hans-Peter Nilsson wrote: From: "Richard Earnshaw (lists)" Date: Fri, 17 Jan 2020 12:21:07 +0100 As far as possible, I've made the script automatically restructure any existing fetch or push lines that earlier versions of the scripts may have created - the gcc-git-customi

Re: [v2] contrib: New remotes structure for vendor and personal refs

2020-01-20 Thread Hans-Peter Nilsson
> From: Hans-Peter Nilsson > Date: Tue, 21 Jan 2020 02:47:57 +0100 > (I did not use gcc-git-customization.sh or git-fetch-vendor.sh before > XX, so there's presumably nothing to clean up.) Bah; "before 24b178184f260a6ec1516cfb8bb8876874a078a7". brgds, H-P

Re: [v2] contrib: New remotes structure for vendor and personal refs

2020-01-20 Thread Hans-Peter Nilsson
> From: "Richard Earnshaw (lists)" > Date: Fri, 17 Jan 2020 12:21:07 +0100 > As far as possible, I've made the script automatically restructure any > existing fetch or push lines that earlier versions of the scripts may > have created - the gcc-git-customization.sh script will convert all > ve

Re: [v2] contrib: New remotes structure for vendor and personal refs

2020-01-20 Thread Richard Earnshaw (lists)
On 17/01/2020 11:21, Richard Earnshaw (lists) wrote: The initial structure for vendor and personal branches makes use of the default remote (normally origin) for the upstream repository). Unfortunately, this causes some confusion, especially for personal branches because a push will not push to

[v2] contrib: New remotes structure for vendor and personal refs

2020-01-17 Thread Richard Earnshaw (lists)
The initial structure for vendor and personal branches makes use of the default remote (normally origin) for the upstream repository). Unfortunately, this causes some confusion, especially for personal branches because a push will not push to the correct upstream location. This can be 'fixed' b