summaryrefslogtreecommitdiff
path: root/lisp/git/git.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/git/git.lisp')
-rw-r--r--lisp/git/git.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/git/git.lisp b/lisp/git/git.lisp
index a73a5d3..601a312 100644
--- a/lisp/git/git.lisp
+++ b/lisp/git/git.lisp
@@ -82,7 +82,6 @@
(let* ((output (make-array '(0) :element-type 'character :fill-pointer 0 :adjustable t))
(fulldir (subseq (remote git-update-task) 15 (- (length (remote git-update-task)) 4)))
(org (first (ppcre:split "/" fulldir)))
- (repo (second (ppcre:split "/" fulldir)))
(status-command (format nil "cd ~a/~a ; git status" (pwd git-update-task) fulldir))
(fetch-command (format nil "cd ~a/~a ; git fetch --prune" (pwd git-update-task) fulldir))
(branch-command (format nil "cd ~a/~a ; PAGER=cat git branch | grep -F '*' | awk '{print $2}'" (pwd git-update-task) fulldir))