Added configuration for diff2html
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"private/config.rkt"
|
||||
"private/diff.rkt"
|
||||
"private/info.rkt"
|
||||
"private/utils.rkt"
|
||||
simple-log
|
||||
racket/string
|
||||
net/sendurl
|
||||
@@ -62,9 +63,7 @@
|
||||
; result : The entered line or an EOF object.
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(define (git-prompt p)
|
||||
(display p)
|
||||
(flush-output)
|
||||
(read-line))
|
||||
(input-prompt p))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; goal : Add --porcelain to a Git argument list when it is absent.
|
||||
|
||||
Reference in New Issue
Block a user