Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (9024fd9446068fec10fd5ad33275933033b0bcbd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (9024fd9446068fec10fd5ad33275933033b0bcbd)
  • Date: Thu, 22 Sep 2011 11:24:49 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
usr/sbin/gaze | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9024fd9446068fec10fd5ad33275933033b0bcbd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gaze: make show_from print the filename again

diff --git a/ChangeLog b/ChangeLog
index 8377145..a52ccd0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-09-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * gaze: make show_from print the filename again
+
2011-09-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libstage: ensure hardlinks are preserved #15981

diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index 8b579f6..f7e3834 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -685,7 +685,7 @@ function show_from() {
else
# match the string literally, but only those at the end of the line
# substr indices start with 1
- xargs awk -v str="$string" '{ if (substr($0, length($0)-length(str)+1)
== str) print $0 }'
+ xargs awk -v str="$string" '{ if (substr($0, length($0)-length(str)+1)
== str) printf ("%s: %s\n", FILENAME, $0) }'
fi |
seperate_state_files /dev/stdin /dev/stdout /dev/null | sort
)



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (9024fd9446068fec10fd5ad33275933033b0bcbd), Jaka Kranjc, 09/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page