Jameson Miller
d96bb8bc6c
Merge builtin-stash-rebase-v2
...
This trick was performed by rebasing the builtin-stash-rebase branch
thicket via `git rebase -kir v2.19.0-rc2`, replacing all branches that
made it into `pu` by their current versions (and also the builtin-stash
by the newest iteration as of ungps/git), and then calling these
commands:
# save current tip
tip=$(git rev-parse HEAD)
# revert previous merge
git reset --hard git-for-windows/master^0
git revert -n -m 1 HEAD
git commit --squash HEAD -s -m "Let's drop this"
# now perform the 3-way merge with v2.19.0-rc2 as base
git merge-recursive v2.19.0-rc2 -- HEAD $tip
git merge --ff-only \
$(git commit-tree -p HEAD -p $tip -m "Merge" \
$(git write-tree))
git commit -c HEAD^^ --amend -s
The merge-recursive dance is necessary because of the merging-rebases:
the fake merges with which these start are mistaken by `git merge` to
mean that the branches were already merged, when the fake merges undid
the corresponding changes.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2018-09-11 09:45:57 -04:00
..
2018-03-27 08:45:47 -07:00
2018-09-10 10:41:56 -07:00
2018-08-20 11:33:55 -07:00
2018-08-06 12:30:23 -07:00
2018-02-08 14:20:43 -08:00
2018-09-10 16:42:24 -04:00
2018-08-21 11:28:11 -07:00
2018-08-15 15:08:22 -07:00
2018-08-06 12:30:23 -07:00
2018-08-01 11:07:48 -07:00
2018-05-02 17:03:33 +09:00
2018-03-06 14:54:02 -08:00
2018-05-25 17:16:47 +09:00
2018-06-25 13:22:36 -07:00
2018-06-22 14:26:23 -07:00
2018-04-25 13:28:56 +09:00
2017-11-02 14:51:24 +09:00
2018-08-16 11:17:10 -07:00
2018-05-02 17:03:33 +09:00
2018-08-13 13:48:31 -07:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2017-12-19 10:00:45 -08:00
2018-06-11 09:41:02 -07:00
2018-05-23 14:38:22 +09:00
2018-06-27 10:29:10 -07:00
2017-12-22 13:10:24 -08:00
2018-09-10 16:41:53 -04:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-02-05 10:30:44 -08:00
2017-12-19 11:17:16 -08:00
2018-05-02 17:03:33 +09:00
2018-05-02 17:03:33 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-04-09 14:15:02 +09:00
2018-02-09 13:10:13 -08:00
2018-05-23 14:38:22 +09:00
2018-05-02 17:03:33 +09:00
2018-08-15 15:08:19 -07:00
2018-04-18 12:49:26 +09:00
2018-06-27 10:29:10 -07:00
2018-06-27 10:29:10 -07:00
2018-07-09 14:15:28 -07:00
2018-05-29 14:51:28 +09:00
2018-04-24 10:55:02 +09:00
2018-05-02 17:03:33 +09:00
2018-06-22 14:26:23 -07:00
2018-05-02 17:03:33 +09:00
2018-08-15 15:08:19 -07:00
2018-04-18 12:49:26 +09:00
2018-05-23 14:38:23 +09:00
2018-05-23 14:38:15 +09:00
2017-11-09 12:28:30 +09:00
2018-08-02 15:30:45 -07:00
2018-04-09 14:15:07 +09:00
2018-05-02 17:03:33 +09:00
2018-06-22 14:26:23 -07:00
2018-08-01 13:37:18 -07:00
2018-05-23 14:38:24 +09:00
2018-05-02 17:03:33 +09:00
2018-05-25 17:16:47 +09:00
2018-05-23 14:38:23 +09:00
2018-08-13 10:44:52 -07:00
2018-05-02 17:03:33 +09:00
2018-08-02 15:30:44 -07:00
2018-05-02 17:03:33 +09:00
2017-11-22 12:24:47 +09:00
2018-05-02 17:03:33 +09:00
2018-06-04 21:39:49 +09:00
2018-08-09 09:17:39 -07:00
2018-04-30 11:12:30 +09:00
2018-05-02 17:03:33 +09:00
2017-08-23 12:17:22 -07:00
2018-09-10 16:41:59 -04:00
2017-11-22 14:11:57 +09:00
2018-05-25 17:16:47 +09:00
2017-08-23 12:17:22 -07:00
2018-07-09 10:55:12 -07:00
2018-05-02 17:03:33 +09:00
2018-05-02 17:03:33 +09:00
2018-04-18 12:49:26 +09:00
2018-05-02 17:03:33 +09:00
2018-05-29 00:28:22 +09:00
2018-05-02 17:03:33 +09:00
2018-05-25 17:16:47 +09:00
2018-08-30 19:07:43 +03:00
2018-09-10 16:41:58 -04:00
2018-06-25 13:22:35 -07:00
2018-06-22 14:26:23 -07:00
2018-08-15 15:08:19 -07:00
2018-08-20 11:33:50 -07:00
2018-05-02 17:03:33 +09:00
2018-05-02 17:03:33 +09:00
2018-05-25 17:16:47 +09:00
2018-08-17 15:18:01 -07:00
2018-09-10 16:42:45 -04:00
2018-06-01 15:06:37 +09:00
2018-05-25 17:16:47 +09:00
2017-08-23 12:17:22 -07:00
2018-06-22 14:26:23 -07:00
2018-08-01 13:37:18 -07:00
2018-06-27 12:17:16 -07:00
2018-04-18 12:49:26 +09:00
2018-05-21 13:23:14 +09:00
2018-05-08 15:59:16 +09:00
2018-03-15 12:37:47 -07:00
2018-05-21 13:23:14 +09:00
2018-06-22 14:26:23 -07:00
2017-08-23 12:17:22 -07:00
2018-06-18 10:18:42 -07:00
2018-06-22 14:26:23 -07:00
2017-12-12 16:49:40 -08:00
2018-09-10 16:41:45 -04:00
2018-05-08 16:19:41 +09:00
2018-02-16 11:22:43 -08:00
2018-05-08 16:19:41 +09:00
2018-03-08 12:36:29 -08:00
2018-08-13 13:25:51 -07:00
2017-12-05 10:20:51 -08:00
2018-02-13 13:39:03 -08:00
2018-07-24 14:50:49 -07:00
2018-06-22 14:26:23 -07:00
2017-12-06 07:32:40 -08:00