New commits:
commit 7f6ee88f4196cfacd0d35a27afe681d5d98ff33a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
fixed "gaze from" matching state files #13941 and made it avoid passing
too many arguments to grep
diff --git a/ChangeLog b/ChangeLog
index 35f6eed..89e9702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-08-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gaze: fixed bad temporary dir usage #13588
+ fixed "gaze from" matching state files #13941 and made it avoid
passing
+ too many arguments to grep
* libsummon, scribe: added the missing prefixes to the guess lists
#13732
* liburl, scribe: don't ignore url_get_prefix exit status #13729
* scribe: fixed bad messages when adding a grimoire #13743
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index 968daa7..fbfaab3 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -579,14 +579,16 @@ function older() {
}
#-----
-## Find all install logs that mention the given string
+## Find all install logs that mention the given string,
+## discarding hits that match state files
## @param Search string
## @Stdout grep results
#-----
function show_from() {