1. 11 10月, 2014 3 次提交
  2. 28 9月, 2014 2 次提交
  3. 27 9月, 2014 12 次提交
    • J
      Update draft release notes to 2.2 · d29e9c89
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d29e9c89
    • J
      Merge branch 'sb/help-unknown-command-sort-fix' · 5d7f49dc
      Junio C Hamano 提交于
      Code cleanup.
      
      * sb/help-unknown-command-sort-fix:
        help: fix the size passed to qsort
      5d7f49dc
    • J
      Merge branch 'jk/branch-verbose-merged' · 5500095f
      Junio C Hamano 提交于
      The "--verbose" option no longer breaks "git branch --merged $it".
      
      * jk/branch-verbose-merged:
        branch: clean up commit flags after merge-filter walk
      5500095f
    • J
      Merge branch 'rs/realloc-array' · 1c2ea2cd
      Junio C Hamano 提交于
      Code cleanup.
      
      * rs/realloc-array:
        use REALLOC_ARRAY for changing the allocation size of arrays
        add macro REALLOC_ARRAY
      1c2ea2cd
    • J
      Merge branch 'jk/close-stderr-of-credential-cache-deamon' · b3300087
      Junio C Hamano 提交于
      Plug fd leaks.
      
      * jk/close-stderr-of-credential-cache-deamon:
        credential-cache: close stderr in daemon process
      b3300087
    • J
      Merge branch 'jc/ignore-sigpipe-while-running-hooks' · bdab1bca
      Junio C Hamano 提交于
      pre- and post-receive hooks are no longer required to read all
      their inputs.
      
      * jc/ignore-sigpipe-while-running-hooks:
        receive-pack: allow hooks to ignore its standard input stream
      bdab1bca
    • J
      Merge branch 'jk/prune-packed-server-info' · c0f5f311
      Junio C Hamano 提交于
      Code cleanup.
      
      * jk/prune-packed-server-info:
        repack: call prune_packed_objects() and update_server_info() directly
        server-info: clean up after writing info/packs
        make update-server-info more robust
        prune-packed: fix minor memory leak
      c0f5f311
    • J
      Merge branch 'jc/hash-object-fsck-tag' · f190737f
      Junio C Hamano 提交于
      Using "hash-object --literally", test one of the new breakages
      js/fsck-tag-validation topic teaches "fsck" to catch is caught.
      
      * jc/hash-object-fsck-tag:
        t1450: make sure fsck detects a malformed tagger line
      f190737f
    • J
      Merge branch 'jc/hash-object' · 868440f5
      Junio C Hamano 提交于
      "hash-object" learned a new "--literally" option to hash any random
      garbage into a loose object, to allow us to create a test data for
      mechanisms to catch corrupt objects.
      
      * jc/hash-object:
        hash-object: add --literally option
        hash-object: pass 'write_object' as a flag
        hash-object: reduce file-scope statics
      868440f5
    • J
      Merge branch 'js/fsck-tag-validation' · 13f4f046
      Junio C Hamano 提交于
      Teach "git fsck" to inspect the contents of annotated tag objects.
      
      * js/fsck-tag-validation:
        Make sure that index-pack --strict checks tag objects
        Add regression tests for stricter tag fsck'ing
        fsck: check tag objects' headers
        Make sure fsck_commit_buffer() does not run out of the buffer
        fsck_object(): allow passing object data separately from the object itself
        Refactor type_from_string() to allow continuing after detecting an error
      13f4f046
    • J
      Merge branch 'jk/faster-name-conflicts' · 9bc42227
      Junio C Hamano 提交于
      Optimize the check to see if a ref $F can be created by making sure
      no existing ref has $F/ as its prefix, which especially matters in
      a repository with a large number of existing refs.
      
      * jk/faster-name-conflicts:
        refs: speed up is_refname_available
      9bc42227
    • J
      Merge branch 'jk/write-packed-refs-via-stdio' · 69a5bbbb
      Junio C Hamano 提交于
      Optimize the code path to write out the packed-refs file, which
      especially matters in a repository with a large number of refs.
      
      * jk/write-packed-refs-via-stdio:
        refs: write packed_refs file using stdio
      69a5bbbb
  4. 26 9月, 2014 3 次提交
  5. 20 9月, 2014 20 次提交