1. 14 3月, 2008 2 次提交
  2. 13 3月, 2008 3 次提交
  3. 12 3月, 2008 4 次提交
  4. 11 3月, 2008 2 次提交
  5. 10 3月, 2008 1 次提交
  6. 09 3月, 2008 5 次提交
    • J
      GIT 1.5.4.4 · 56d5fe28
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      56d5fe28
    • S
      ident.c: reword error message when the user name cannot be determined · 6c293d40
      Santi Béjar 提交于
      The "config --global" suggested in the message is a valid one-shot fix,
      and hopefully one-shot across machines that NFS mounts the home directories.
      
      This knowledge can hopefully be reused when you are forced to use git on
      Windows, but the fix based on GECOS would not be applicable, so
      it is not such a useful hint to mention the exact reason why the
      name cannot be determined.
      Signed-off-by: NSanti Béjar <sbejar@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6c293d40
    • J
      Fix dcommit, rebase when rewriteRoot is in use · 0bb91d9a
      John Goerzen 提交于
      When the rewriteRoot setting is used with git-svn, it causes the svn
      IDs added to commit messages to bear a different URL than is actually
      used to retrieve Subversion data.
      
      It is common for Subversion repositories to be available multiple
      ways: for instance, HTTP to the public, and svn+ssh to people with
      commit access.  The need to switch URLs for access is fairly common as
      well -- perhaps someone was just given commit access.  To switch URLs
      without having to rewrite history, one can use the old url as a
      rewriteRoot, and use the new one in the svn-remote url setting.
      
      This works well for svn fetching and general git commands.
      
      However, git-svn dcommit, rebase, and perhaps other commands do not
      work in this scenario.  They scan the svn ID lines in commit messages
      and attempt to match them up with url lines in [svn-remote] sections
      in the git config.
      
      This patch allows them to match rewriteRoot options, if such options
      are present.
      Signed-off-by: NJohn Goerzen <jgoerzen@complete.org>
      Acked-by: NEric Wong <normalperson@yhbt.net>
      0bb91d9a
    • J
      filter-branch: handle "disappearing tree" case correctly in subdir filter · 5b044ac3
      Junio C Hamano 提交于
      The subdirectory filter had a bug to notice that the commit in question
      did not have anything in the path-limited part of the tree.  $commit:$path
      does not name an empty tree when $path does not appear in $commit.
      
      This should fix it.  The additional test in t7003 is originally from Kevin
      Ballard but with fixups.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5b044ac3
    • A
      Really make the LF after reset in fast-import optional · 655e8515
      Adeodato Simó 提交于
      cmd_from() ends with a call to read_next_command(), which is needed
      when using cmd_from() from commands where from is not the last element.
      
      With reset, however, "from" is the last command, after which the flow
      returns to the main loop, which calls read_next_command() again.
      
      Because of this, always set unread_command_buf in cmd_reset_branch(),
      even if cmd_from() was successful.
      
      Add a test case for this in t9300-fast-import.sh.
      Signed-off-by: NAdeodato Simó <dato@net.com.org.es>
      Acked-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      655e8515
  7. 08 3月, 2008 8 次提交
  8. 06 3月, 2008 2 次提交
  9. 05 3月, 2008 1 次提交
  10. 04 3月, 2008 4 次提交
  11. 03 3月, 2008 5 次提交
  12. 01 3月, 2008 3 次提交