emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gited 790c20c 09/73: gited-mark-branches-by-date: Use l


From: Stefan Monnier
Subject: [elpa] externals/gited 790c20c 09/73: gited-mark-branches-by-date: Use less verbose default
Date: Sun, 29 Nov 2020 00:00:28 -0500 (EST)

branch: externals/gited
commit 790c20ce103ee2fed8ee79a3ada076ae181486dd
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    gited-mark-branches-by-date: Use less verbose default
    
    * gited.el (gited-mark-branches-by-date): Format default date with ISO 
8601, i.e. %F.
---
 gited.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gited.el b/gited.el
index bd31b23..0a66f14 100644
--- a/gited.el
+++ b/gited.el
@@ -10,9 +10,9 @@
 ;; Compatibility: GNU Emacs: 24.4
 ;; Version: 0.2.0
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Tue Jun 06 09:41:13 JST 2017
+;; Last-Updated: Tue Jun 06 20:00:22 JST 2017
 ;;           By: calancha
-;;     Update #: 641
+;;     Update #: 642
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2776,7 +2776,7 @@ MIN-TIME must be a string suitable for `date-to-time' like
    (let* ((prefix current-prefix-arg)
           ;; Default to 1 week before the last commit time in current row.
           (default (format-time-string
-                    "%F %T"
+                    "%F"
                     (time-subtract (date-to-time (gited-get-date)) (* 7 24 60 
60))))
           (min-time (read-string
                      (concat (if current-prefix-arg "Unmark" "Mark")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]