Prechádzať zdrojové kódy

And commit when withdrawn books are removed

Samuel W. Flint 5 rokov pred
rodič
commit
52210db2f6
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      library.org

+ 2 - 0
library.org

@@ -450,6 +450,8 @@ This handles git as needed, by first checking to see if the first argument is ~i
       TMPDIR=. recdel -t Book \
             -e "Location ~ \"WITHDRAWN\"" \
             "${LIBRARY_FILE}"
+      do_git add $(basename ${LIBRARY_FILE})
+      do_git commit -m "Remove Withdrawn Books"
   }
 #+END_SRC