From 35792d36b9d9d7175693ae50003e911a175b69fb Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 27 Dec 2018 12:28:49 +0100 Subject: [PATCH 1/4] Update 5 drones Update auto-compile to 1.5.0 Update diff-hl to 1.8.5-3-g2cddce4 Update epkg to v3.1.2 Update ghub to v3.2.0 Update magit to v2.90.1-83-g4e5753769 --- lib/auto-compile | 2 +- lib/diff-hl | 2 +- lib/epkg | 2 +- lib/ghub | 2 +- lib/magit | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/auto-compile b/lib/auto-compile index 6ce4255..bed783e 160000 --- a/lib/auto-compile +++ b/lib/auto-compile @@ -1 +1 @@ -Subproject commit 6ce4255ab9a0b010ef8414c5bd9a6d6d9eea012f +Subproject commit bed783e7a85d5812cf1cb3f39c40ba718e015be6 diff --git a/lib/diff-hl b/lib/diff-hl index 069a925..2cddce4 160000 --- a/lib/diff-hl +++ b/lib/diff-hl @@ -1 +1 @@ -Subproject commit 069a92590000269a9a5b0b7aebbae9595675a59c +Subproject commit 2cddce48d472111f178da84d44656f92012aa64b diff --git a/lib/epkg b/lib/epkg index c42bc98..d9e1dd2 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit c42bc98a711ffa8d2a7b9096b563ac0edb0b9bf3 +Subproject commit d9e1dd216b4bbe86686b1656dbdccef508301f7d diff --git a/lib/ghub b/lib/ghub index 53e2e29..b04c7d9 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 53e2e29308a70968be4eda0ff640dc7b538205a6 +Subproject commit b04c7d9a3318316ef67a5d360582d990dc9f6098 diff --git a/lib/magit b/lib/magit index a2b3184..4e57537 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit a2b3184a483c67ca4ad85c63af02c6524588888d +Subproject commit 4e57537694e2758a4287973168e4f0d432ad1ae9 From 1de7198d71a0df67180750d95f4b1ca5ee907c1e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 27 Dec 2018 12:29:52 +0100 Subject: [PATCH 2/4] auto-compile: No longer inhibit when HEAD is detached --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 97478ed..7a6380c 100644 --- a/init.el +++ b/init.el @@ -39,9 +39,7 @@ (setq auto-compile-mode-line-counter t) (setq auto-compile-source-recreate-deletes-dest t) (setq auto-compile-toggle-deletes-nonlib-dest t) - (setq auto-compile-update-autoloads t) - (add-hook 'auto-compile-inhibit-compile-hook - 'auto-compile-inhibit-compile-detached-git-head)) + (setq auto-compile-update-autoloads t)) (use-package epkg :defer t From ed61c18c30784fb9666b1d5d753888c31ad64a55 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 27 Dec 2018 12:47:39 +0100 Subject: [PATCH 3/4] Assimilate graphql 0.1.1-4-ge2b3096 Ghub depends on it now. --- .gitmodules | 3 +++ lib/graphql | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/graphql diff --git a/.gitmodules b/.gitmodules index ac5f78d..baedc10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,6 +30,9 @@ [submodule "git-modes"] path = lib/git-modes url = git@github.com:magit/git-modes.git +[submodule "graphql"] + path = lib/graphql + url = git@github.com:vermiculus/graphql.el.git [submodule "magit"] path = lib/magit url = git@github.com:magit/magit.git diff --git a/lib/graphql b/lib/graphql new file mode 160000 index 0000000..e2b3096 --- /dev/null +++ b/lib/graphql @@ -0,0 +1 @@ +Subproject commit e2b309689f4faf9225f290080f836e988c5a576d From 234b38c169ac58270a44f0707616f4521cb33216 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 27 Dec 2018 12:48:48 +0100 Subject: [PATCH 4/4] Assimilate treepy 0.1.1 Ghub depends on it now. --- .gitmodules | 3 +++ lib/treepy | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/treepy diff --git a/.gitmodules b/.gitmodules index baedc10..8b6911c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -44,6 +44,9 @@ [submodule "packed"] path = lib/packed url = git@github.com:emacscollective/packed.git +[submodule "treepy"] + path = lib/treepy + url = git@github.com:volrath/treepy.el.git [submodule "use-package"] path = lib/use-package url = git@github.com:jwiegley/use-package.git diff --git a/lib/treepy b/lib/treepy new file mode 160000 index 0000000..b40e6b0 --- /dev/null +++ b/lib/treepy @@ -0,0 +1 @@ +Subproject commit b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d