1. 06 8月, 2008 5 次提交
  2. 04 8月, 2008 1 次提交
  3. 03 8月, 2008 2 次提交
  4. 02 8月, 2008 13 次提交
  5. 26 7月, 2008 4 次提交
  6. 24 7月, 2008 1 次提交
  7. 21 7月, 2008 1 次提交
    • J
      fix usage string for git grep · 2d9c5725
      Jonathan Nieder 提交于
      Without this patch, git-grep gives confusing usage information:
      
      	$ git grep --confused
      	usage: git grep <option>* <rev>* [-e] <pattern> [<path>...]
      	$ git grep HEAD pattern
      	fatal: ambiguous argument 'pattern': unknown revision or path no
      	t in the working tree.
      	Use '--' to separate paths from revisions
      
      So put <pattern> before the <rev>s, in accordance with actual correct
      usage.  While we're changing the usage string, we might as well include
      the "--" separating revisions and paths, too.
      Signed-off-by: NJonathan Nieder <jrnieder@uchicago.edu>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2d9c5725
  8. 20 7月, 2008 3 次提交
  9. 19 7月, 2008 1 次提交
    • J
      Merge branch 'sp/maint-index-pack' into maint · fcf74dbf
      Junio C Hamano 提交于
      * sp/maint-index-pack:
        index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
        index-pack: Track the object_entry that creates each base_data
        index-pack: Chain the struct base_data on the stack for traversal
        index-pack: Refactor base arguments of resolve_delta into a struct
      fcf74dbf
  10. 18 7月, 2008 3 次提交
  11. 17 7月, 2008 6 次提交