From 0ca1a739d19e5ed4ea731946b9a524e8af068e6c Mon Sep 17 00:00:00 2001 From: Eric Gaudet Date: Sat, 21 Jan 2023 20:04:08 -0800 Subject: Add new pluging gitopen:open-from-commit (#178) Given a git commit (default HEAD), open the files that are in the project and part of this commit. --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index a2ffccf..ed3cb30 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,7 @@ "mod_version": "3" }, { - "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", + "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.git hubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", "version": "0.1", "path": "plugins/bigclock.lua", "id": "bigclock", @@ -279,6 +279,13 @@ "mod_version": "3", "id": "gitdiff_highlight" }, + { + "description": "Open project files that are in a git commit (default=HEAD)", + "version": "0.1", + "path": "plugins/gitopen.lua", + "id": "gitopen", + "mod_version": "3" + }, { "description": "Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*", "version": "0.1", -- cgit v1.2.3