Package Details: gitsh 0.14-2

Git Clone URL: https://aur.archlinux.org/gitsh.git (read-only, click to copy)
Package Base: gitsh
Description: An interactive shell for git
Upstream URL: https://github.com/thoughtbot/gitsh
Licenses: custom
Submitter: cippaciong
Maintainer: cippaciong
Last Packager: cippaciong
Votes: 11
Popularity: 0.000000
First Submitted: 2014-02-11 07:44 (UTC)
Last Updated: 2024-08-25 20:27 (UTC)

Latest Comments

cippaciong commented on 2024-08-25 20:29 (UTC)

Thanks loserMcloser for the issue and the patch.

I updated the package to include the patch while we wait upstream to merge the PR.

Cheers :)

loserMcloser commented on 2024-08-23 16:31 (UTC)

Here's a patch to fix the build courtesy of https://github.com/jjb/gitsh/tree/patch-1

diff --git a/ext/gitsh/src/line_editor.c b/ext/gitsh/src/line_editor.c
index 90942b9..905d01a 100644
--- a/ext/gitsh/src/line_editor.c
+++ b/ext/gitsh/src/line_editor.c
@@ -1164,7 +1164,7 @@ readline_s_set_completer_word_break_characters(VALUE self, VALUE str)
  * Raises NotImplementedError if the using readline library does not support.
  */
 static VALUE
-readline_s_get_completer_word_break_characters(VALUE self, VALUE str)
+readline_s_get_completer_word_break_characters(VALUE str)
 {
     if (rl_completer_word_break_characters == NULL)
         return Qnil;
@@ -1282,7 +1282,7 @@ readline_s_set_completer_quote_characters(VALUE self, VALUE str)
  * Raises NotImplementedError if the using readline library does not support.
  */
 static VALUE
-readline_s_get_completer_quote_characters(VALUE self, VALUE str)
+readline_s_get_completer_quote_characters(VALUE str)
 {
     if (rl_completer_quote_characters == NULL)
         return Qnil;

loserMcloser commented on 2024-08-13 16:23 (UTC)

Doesn't build with ruby 3.2.4. I've submitted an issue upstream: https://github.com/thoughtbot/gitsh/issues/390

brisbin33 commented on 2014-06-13 14:29 (UTC)

0.7 was just released.

cippaciong commented on 2014-02-16 20:46 (UTC)

Fixed, thanks.

whynothugo commented on 2014-02-16 16:28 (UTC)

Current URL returns 404. Should be https://github.com/thoughtbot/gitsh.