1. 13 6月, 2005 3 次提交
  2. 10 6月, 2005 4 次提交
  3. 09 6月, 2005 19 次提交
  4. 08 6月, 2005 12 次提交
  5. 07 6月, 2005 2 次提交
    • D
      [PATCH] Document git-ssh-pull and git-ssh-push · 63aff4fe
      Daniel Barkalow 提交于
      This fixes the documentation for git-ssh-push, as called by users (if you
      run git-ssh-pull or git-ssh-push on one machine, the other runs on the
      other machine, and they transfer data in the specified direction).
      
      This also adds documentation for the -w option and for using filenames for
      the commit-id (which does what you'd want: uses the source side's value,
      not the value already on the target, even if you're running it on the
      target).
      
      It also credits me with the programs and the documentation for
      git-ssh-push.
      
      Someone who knows asciidoc should make sure I didn't mess up the
      formatting. I'm only sure of the ascii part.
      Signed-off-by: NDaniel Barkalow <barkalow@iabervon.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      63aff4fe
    • L
      git-resolve-script: stop when the automated merge fails · e5b905c4
      Linus Torvalds 提交于
      No point in doing a tree write that will just throw
      confusing messages on the screen.
      e5b905c4