shithub: git9

Download patch

ref: 3458a173679abb92d21fb8edf553bb3109832a39
parent: c7d5facbff88f2663e2b7e10bb0fff4a7a0d673d
author: Michael Forney <[email protected]>
date: Sat May 9 17:08:05 EDT 2020

Add missing newlines at end of scripts

--- a/add
+++ b/add
@@ -45,4 +45,4 @@
 		rm -f $delpath
 	}
 }
-exit ''
\ No newline at end of file
+exit ''
--- a/branch
+++ b/branch
@@ -116,4 +116,4 @@
 }
 
 echo ref: $new > .git/HEAD
-exit ''
\ No newline at end of file
+exit ''
--- a/commit
+++ b/commit
@@ -145,4 +145,4 @@
 	commit
 	update
 } || die 'could not commit:' $status
-exit ''
\ No newline at end of file
+exit ''
--- a/diff
+++ b/diff
@@ -39,4 +39,4 @@
 		f=/dev/null
 	ape/diff -up $orig $f
 }
-exit ''
\ No newline at end of file
+exit ''
--- a/export
+++ b/export
@@ -74,4 +74,4 @@
 		mv /tmp/patchfile $patchdir/`{cat /tmp/patchname}
 	n=`{echo $n + 1 | bc}
 }
-exit ''
\ No newline at end of file
+exit ''
--- a/init
+++ b/init
@@ -48,4 +48,4 @@
 	echo '	remote = origin'
 	echo '	merge = refs/heads/master' 
 }
-exit ''
\ No newline at end of file
+exit ''
--- a/pull
+++ b/pull
@@ -104,4 +104,4 @@
 echo
 echo $remote':' `{git/query $local} '=>' `{git/query $remote}  >[1=2]
 git/branch -n -b $remote $local
-exit ''
\ No newline at end of file
+exit ''