1. 25 10月, 2012 9 次提交
    • J
      Merge branch 'js/mingw-fflush-errno' · bbbd0573
      Jeff King 提交于
      * js/mingw-fflush-errno:
        maybe_flush_or_die: move a too-loose Windows specific error
      bbbd0573
    • J
      Merge branch 'da/mergetools-p4' · 33d3c6bb
      Jeff King 提交于
      * da/mergetools-p4:
        mergetools/p4merge: Handle "/dev/null"
      33d3c6bb
    • J
      Merge branch 'jc/test-say-color-avoid-echo-escape' · 4cd31a63
      Jeff King 提交于
      Recent nd/wildmatch series was the first to reveal this ancient bug
      in the test scaffolding.
      
      * jc/test-say-color-avoid-echo-escape:
        test-lib: Fix say_color () not to interpret \a\b\c in the message
      4cd31a63
    • J
      Merge branch 'nd/attr-match-optim' · 70d18257
      Jeff King 提交于
      Trivial and obvious optimization for finding attributes that match
      a given path.
      
      * nd/attr-match-optim:
        attr: avoid searching for basename on every match
        attr: avoid strlen() on every match
      70d18257
    • J
      Merge branch 'jk/peel-ref' · 315ea32f
      Jeff King 提交于
      Speeds up "git upload-pack" (what is invoked by "git fetch" on the
      other side of the connection) by reducing the cost to advertise the
      branches and tags that are available in the repository.
      
      * jk/peel-ref:
        upload-pack: use peel_ref for ref advertisements
        peel_ref: check object type before loading
        peel_ref: do not return a null sha1
        peel_ref: use faster deref_tag_noverify
      315ea32f
    • J
      Merge branch 'bw/config-lift-variable-name-length-limit' · 6a83a6d5
      Jeff King 提交于
      The configuration parser had an unnecessary hardcoded limit on
      variable names that was not checked consistently. Lift the limit.
      
      * bw/config-lift-variable-name-length-limit:
        Remove the hard coded length limit on variable names in config files
      6a83a6d5
    • J
      Merge branch 'fa/remote-svn' · 530f2375
      Jeff King 提交于
      A GSoC project.
      
      * fa/remote-svn:
        Add a test script for remote-svn
        remote-svn: add marks-file regeneration
        Add a svnrdump-simulator replaying a dump file for testing
        remote-svn: add incremental import
        remote-svn: Activate import/export-marks for fast-import
        Create a note for every imported commit containing svn metadata
        vcs-svn: add fast_export_note to create notes
        Allow reading svn dumps from files via file:// urls
        remote-svn, vcs-svn: Enable fetching to private refs
        When debug==1, start fast-import with "--stats" instead of "--quiet"
        Add documentation for the 'bidi-import' capability of remote-helpers
        Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability
        Add argv_array_detach and argv_array_free_detached
        Add svndump_init_fd to allow reading dumps from arbitrary FDs
        Add git-remote-testsvn to Makefile
        Implement a remote helper for svn in C
      530f2375
    • J
      Merge branch 'jm/diff-context-config' · 8de8f9f6
      Jeff King 提交于
      Teaches a new configuration variable to "git diff" Porcelain and
      its friends.
      
      * jm/diff-context-config:
        t4055: avoid use of sed 'a' command
        diff: diff.context configuration gives default to -U
      8de8f9f6
    • J
      Merge branch 'jk/no-more-pre-exec-callback' · 55ff6300
      Jeff King 提交于
      Removes a workaround for buggy version of less older than version
      406.
      
      * jk/no-more-pre-exec-callback:
        pager: drop "wait for output to run less" hack
      55ff6300
  2. 22 10月, 2012 1 次提交
  3. 18 10月, 2012 19 次提交
  4. 17 10月, 2012 7 次提交
  5. 16 10月, 2012 3 次提交
  6. 15 10月, 2012 1 次提交