GNU bug report logs - #31510
[PATCH 16/21] gnu: emacs-helm-ls-git: New variable.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 18 May 2018 18:50:13 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Subject: bug#31510: closed (Re: [bug#31510] [PATCH 16/21] gnu: Add
 emacs-helm-ls-git.)
Date: Mon, 11 Jun 2018 12:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31510: [PATCH 16/21] gnu: emacs-helm-ls-git: New variable.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31510 <at> debbugs.gnu.org.

-- 
31510: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31510
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 31510-done <at> debbugs.gnu.org
Subject: Re: [bug#31510] [PATCH 16/21] gnu: Add emacs-helm-ls-git.
Date: Mon, 11 Jun 2018 14:50:58 +0200
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:

> * gnu/packages/emacs.scm (emacs-helm-ls-git): New variable.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 16/21] gnu: emacs-helm-ls-git: New variable.
Date: Fri, 18 May 2018 20:49:01 +0200
* gnu/packages/emacs.scm (emacs-helm-ls-git): New variable.
---
 gnu/packages/emacs.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c84f97ae9..8ad90560f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10904,3 +10904,36 @@ See @code{helm-exwm-switch-browser} for an example.
   '(define-key flycheck-mode-map (kbd \"C-c ! h\") 'helm-flycheck))
 }")
     (license license:gpl3+)))
+
+(define-public emacs-helm-ls-git
+  (package
+    (name "emacs-helm-ls-git")
+    (version "20180426.1126")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/helm-ls-git-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "04sphfw7izcqw7jzrrda9sq0c2j65qrky2gqqaz3bc92qd9wky3m"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-helm" ,emacs-helm)))
+    (home-page "https://github.com/emacs-helm/helm-ls-git")
+    (synopsis "Yet another Helm for listing the files in a git repo")
+    (description
+     "Features:
+- Display the open buffers in project.
+- Display a status source showing state of project (modified files etc...).
+- Display a list of all files in project under git control.
+- Allow looking quickly at diff on modified files.
+- Allow switching to git status with your prefered frontend (vc-dir, magit,etc...)
+- Full integration of git-grep, allow also usage of helm-grep (you can use
+ack-grep instead of grep).
+- Integrate usage of gid from id-utils.
+- Full integration with helm-find-files, allow you to browse project unrelated
+to current-buffer.
+- In addition, all actions of type files and buffers are provided. ")
+    (license license:gpl3+)))
-- 
2.17.0




This bug report was last modified 7 years and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.