Re: Rebasing Wireguard's master branch

2017-06-16 Thread Jason A. Donenfeld
You might prefer this sequence:

$ git fetch
$ git reset --hard origin/master
___
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard


Re: Rebasing Wireguard's master branch

2017-06-15 Thread Baptiste Jonglez
On Sat, May 13, 2017 at 09:10:40AM +0200, Baptiste Jonglez wrote:
> Hi Jason,
> 
> Could you please stop rebasing the master branch of the git repository?
> It's really annoying (and possibly confusing) to obtain merge conflicts
> while simply pulling the latest changes.

There you go again: lots of git conflicts when just pulling from the
master branch :(  Could you stop rebasing master like this?  Just use a
separate branch that you can rebase at will, and then merge in master only
when you put out a new release.

The branch on the right is the old master of my local repository, and the
branch on the left is the new master:

* cf757b7 - (origin/master, origin/HEAD) haskell: re-add updated haskell 
example (2 days ago) 
* 1aaa817 - (tag: 0.0.20170613) version: bump snapshot (3 days ago) 
...
* d58b525 - (tag: 0.0.20170517) version: bump snapshot (4 weeks ago) 
* c51728e - tools: opt-in globally to GNU-isms to keep the BSDs happy (4 weeks 
ago) 
* 2823e01 - tools: support text-based ipc (4 weeks ago) 
* 5c6d7d9 - tools: check for proto error on set too (4 weeks ago) 
* 2352dd4 - Kbuild: optimize debug builds too (4 weeks ago) 
* 523f15c - tests: check for stats counter increases (4 weeks ago) 
* 5d1e99e - qemu: new location for test kernels (4 weeks ago) 
* d6c2d79 - tools: stricter key file reading (4 weeks ago) 
* 80d8433 - jerry-rig: symlinks are better for tree patching (4 weeks ago) 

* dc34c6f - noise: redesign preshared key mode (4 weeks ago) 
* 2a3b0d2 - chacha20poly1305: implement vectorized hchacha20 (4 weeks ago) 

* f92f8a4 - qemu: new packages and better debugging (4 weeks ago) 
* 64c45d3 - tools: wg-quick: auto MTU discovery (4 weeks ago) 
* 1885707 - tools: retry name resolution on temporary failure (4 weeks ago) 

* 3867408 - compat: remember to call iptunnel_xmit_stats (4 weeks ago) 
* 42bc9b3 - compat: use real crypto_memneq (4 weeks ago) 
* 63ec3df - compat: work around ubnt offloading (4 weeks ago) 
| * 4858758 - (HEAD -> master) tests: check for stats counter increases (5 
weeks ago) 
| * 4c294b7 - compat: remember to call iptunnel_xmit_stats (5 weeks ago) 
| * 778c7da - qemu: new location for test kernels (5 weeks ago) 
| * c9dd87b - tools: stricter key file reading (5 weeks ago) 
| * 1f9f7a3 - jerry-rig: symlinks are better for tree patching (5 weeks ago) 

| * 51df472 - noise: redesign preshared key mode (5 weeks ago) 
| * eccb09e - chacha20poly1305: implement vectorized hchacha20 (5 weeks ago) 

| * fe78c4a - qemu: new packages and better debugging (5 weeks ago) 
| * 3c7eca7 - tools: wg-quick: auto MTU discovery (5 weeks ago) 
| * f5bce1d - tools: retry name resolution on temporary failure (5 weeks ago) 

| * a5b3628 - compat: work around ubnt offloading (5 weeks ago) 
| * a043a75 - compat: use real crypto_memneq (5 weeks ago) 
|/
* 03406a9 - compat: ssse3 support (6 weeks ago) 
* 1370d96 - compat: use existing iptunnel_xmit function for stats (8 weeks ago) 

* 61e51e6 - (tag: 0.0.20170421) version: bump snapshot (8 weeks ago) 


signature.asc
Description: PGP signature
___
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard


Rebasing Wireguard's master branch

2017-05-13 Thread Baptiste Jonglez
Hi Jason,

Could you please stop rebasing the master branch of the git repository?
It's really annoying (and possibly confusing) to obtain merge conflicts
while simply pulling the latest changes.

If you want to rebase, please use feature branches or something similar.

Thanks,
Baptiste


signature.asc
Description: PGP signature
___
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard