1. 21 11月, 2009 2 次提交
  2. 18 11月, 2009 4 次提交
    • J
      Merge branch 'np/maint-sideband-favor-status' · e36e6c00
      Junio C Hamano 提交于
      * np/maint-sideband-favor-status:
        give priority to progress messages
      e36e6c00
    • J
      Merge branch 'sb/tutorial-test' · aa17bacc
      Junio C Hamano 提交于
      * sb/tutorial-test:
        t1200: prepare for merging with Fast-forward bikeshedding
        t1200: further modernize test script style
        t1200: Make documentation and test agree
        t1200: cleanup and modernize test style
      aa17bacc
    • J
      Merge branch 'ef/msys-imap' · a62e733b
      Junio C Hamano 提交于
      * ef/msys-imap:
        Windows: use BLK_SHA1 again
        MSVC: Enable OpenSSL, and translate -lcrypto
        mingw: enable OpenSSL
        mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle
        imap-send: build imap-send on Windows
        imap-send: fix compilation-error on Windows
        imap-send: use run-command API for tunneling
        imap-send: use separate read and write fds
        imap-send: remove useless uid code
      a62e733b
    • J
      Merge git://git.bogomips.org/git-svn · 643faeea
      Junio C Hamano 提交于
      * git://git.bogomips.org/git-svn:
        Document git-svn's first-parent rule
        git svn: attempt to create empty dirs on clone+rebase
        git svn: add authorsfile test case for ~/.gitconfig
        git svn: read global+system config for clone+init
        git svn: handle SVN merges from revisions past the tip of the branch
      643faeea
  3. 17 11月, 2009 1 次提交
    • T
      Document git-svn's first-parent rule · ce45a45f
      Thomas Rast 提交于
      git-svn has the following rule to detect the SVN base for its
      operations: find the first git-svn-id line reachable through
      first-parent ancestry.  IOW,
      
        git log --grep=^git-svn-id: --first-parent -1
      
      Document this, as it is very important when using merges with git-svn.
      Signed-off-by: NThomas Rast <trast@student.ethz.ch>
      ce45a45f
  4. 16 11月, 2009 32 次提交
  5. 15 11月, 2009 1 次提交