about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxlg2
-rwxr-xr-xxlog2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlg b/xlg
index 3f36bb6..e85f3af 100755
--- a/xlg
+++ b/xlg
@@ -2,4 +2,4 @@
 # xlg PKG - open short commit log for XBPS template
 
 cd $(xdistdir)/srcpkgs
-git log --date=short --pretty='%cd %h%d %cE: %s' "$@"
+git log --date=short --pretty='%cd %h%d %cE: %s' -- "$@"
diff --git a/xlog b/xlog
index de94eee..c0ef306 100755
--- a/xlog
+++ b/xlog
@@ -2,4 +2,4 @@
 # xlog PKG - open commit log for XBPS template
 
 cd $(xdistdir)/srcpkgs
-git log -p "$@"
+git log -p -- "$@"