1. 03 12月, 2007 3 次提交
  2. 02 12月, 2007 1 次提交
  3. 29 11月, 2007 1 次提交
  4. 28 11月, 2007 1 次提交
  5. 27 11月, 2007 2 次提交
  6. 23 11月, 2007 29 次提交
  7. 22 11月, 2007 3 次提交
    • W
      Refactor patch_update_cmd · a7d9da6c
      Wincent Colaiuta 提交于
      Split patch_update_cmd into two functions, one to prompt the user for
      a path to patch and another to do the actual work given that file path.
      This lays the groundwork for a future commit which will teach
      git-add--interactive to accept a path parameter and jump directly to
      the patch subcommand for that path, bypassing the interactive prompt.
      Signed-off-by: NWincent Colaiuta <win@wincent.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a7d9da6c
    • W
      Authenticate only once in git-send-email · 5f5b6118
      Wincent Colaiuta 提交于
      When using git-send-email with SMTP authentication sending a patch series
      would redundantly authenticate multiple times, once for each patch. In
      the worst case, this would actually prevent the series from being sent
      because the server would reply with a "5.5.0 Already Authenticated"
      status code which would derail the process.
      
      This commit teaches git-send-email to authenticate once and only once at
      the beginning of the series.
      Signed-off-by: NWincent Colaiuta <win@wincent.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5f5b6118
    • J
      Merge git://git.bogomips.org/git-svn · 060009b4
      Junio C Hamano 提交于
      * git://git.bogomips.org/git-svn:
        git-svn: allow `info' command to work offline
        git-svn: info --url [path]
        git-svn info: implement info command
        git-svn: extract reusable code into utility functions
        t9106: fix a race condition that caused svn to miss modifications
      060009b4