1. 18 5月, 2006 3 次提交
    • L
      builtin-grep: workaround for non GNU grep. · bbb66c60
      Linus Torvalds 提交于
      Of course, it still ignores the fact that not all grep's support some of
      the flags like -F/-L/-A/-C etc, but for those cases, the external grep
      itself will happily just say "unrecognized option -F" or similar.
      
      So with this change, "git grep" should handle all the flags the native
      grep handles, which is really quite fine. We don't _need_ to expose
      anything more, and if you do want our extensions, you can get them with
      "--uncached" and an up-to-date index.
      
      No configuration necessary, and we automatically take advantage of any
      native grep we have, if possible.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      bbb66c60
    • J
      Merge branch 'ew/pretty-fmt' · e9ce2754
      Junio C Hamano 提交于
      * ew/pretty-fmt:
        commit: allow --pretty= args to be abbreviated
      e9ce2754
    • J
      Merge branch 'jc/apply' · 53684bba
      Junio C Hamano 提交于
      * jc/apply:
        git-am: use apply --cached
        apply --cached: apply a patch without using working tree.
        apply --numstat: show new name, not old name.
      53684bba
  2. 17 5月, 2006 6 次提交
  3. 16 5月, 2006 24 次提交
  4. 15 5月, 2006 7 次提交