<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@
 ;;; A magit fork
 
 ;; Copyright (C) 2008  Linh Dang
-;; Copyright (C) 2008  Marius Vollmer
 ;;
 ;; Egg is free software; you can redistribute it and/or modify it
 ;; under the terms of the GNU General Public License as published by
@@ -110,23 +109,24 @@ Set up `compilation-exit-message-function' and run `egg-grep-setup-hook'.&quot;
 	(cmd &quot;git --no-pager grep -n &quot;)
 	rev term)
 
-    (when (&gt; level 5)
+    (when (&gt; level 15)
       (setq rev (egg-read-rev &quot;grep in revision: &quot; &quot;HEAD&quot;))
       (when (= (aref rev 0) ?:)
 	(setq cmd (concat cmd &quot;--cached &quot;))
 	(setq rev nil)))
 
-    (when (and level (setq term (symbol-at-point)))
+    (when (and (&gt; level 3) (setq term (symbol-at-point)))
       (when term
 	(setq term (symbol-name term))
 	(setq cmd (concat cmd term &quot; &quot;))))
     
-    (setq cmd 
-	  (read-string (if rev 
-			   (format &quot;run git grep (with %s appended): &quot; rev)
-			 &quot;run git grep: &quot;) cmd))
     (when rev
       (setq cmd (concat cmd &quot; &quot; rev)))
+
+    (setq cmd 
+	  (read-string &quot;run git grep (like this) : &quot; cmd))
+
     (compilation-start cmd 'egg-grep-mode
-		       `(lambda (name) (format &quot;*git-grep@%s*&quot; ,git-dir)))))
+		       `(lambda (name) 
+			  (format &quot;*git-grep@%s*&quot; ,git-dir)))))
 </diff>
      <filename>egg-grep.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e7f112a357a7c5f043626be07fb8cfe75874699c</id>
    </parent>
  </parents>
  <author>
    <name>Bogolisk</name>
    <email>bogolisk@gmail.com</email>
  </author>
  <url>http://github.com/bogolisk/egg/commit/59066c21cbdd6efa5aa6be1d94fc28706bb8981e</url>
  <id>59066c21cbdd6efa5aa6be1d94fc28706bb8981e</id>
  <committed-date>2008-09-12T16:14:50-07:00</committed-date>
  <authored-date>2008-09-12T16:13:57-07:00</authored-date>
  <message>prefix bug and fix copyright</message>
  <tree>09d814284a120219661ff353defac1ae9c3cf990</tree>
  <committer>
    <name>Bogolisk</name>
    <email>bogolisk@gmail.com</email>
  </committer>
</commit>
