1. 21 6月, 2006 1 次提交
  2. 08 6月, 2006 2 次提交
  3. 19 4月, 2006 1 次提交
  4. 13 4月, 2006 1 次提交
  5. 03 4月, 2006 1 次提交
    • J
      Documentation: revise top of git man page · 23091e95
      J. Bruce Fields 提交于
      I'm afraid I'll be accused of trying to suck all the jokes and the
      personality out of the git documentation.  I'm not!  Really!
      
      That said, "man git" is one of the first things a new user is likely try,
      and it seems a little cruel to start off with a somewhat obscure joke
      about the architecture of git.
      
      So instead I'm trying for a relatively straightforward description of what
      git does, and what features distinguish it from other systems, together
      with immediate links to introductory documentation.
      
      I also did some minor reorganization in an attempt to clarify the
      classification of commands.  And revised a bit for conciseness (as is
      obvious from the diffstat--hopefully I didn't cut anything important).
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      23091e95
  6. 25 3月, 2006 2 次提交
  7. 18 3月, 2006 1 次提交
  8. 10 3月, 2006 1 次提交
  9. 07 2月, 2006 1 次提交
    • J
      git-rerere: reuse recorded resolve. · 8389b52b
      Junio C Hamano 提交于
      In a workflow that employs relatively long lived topic branches,
      the developer sometimes needs to resolve the same conflict over
      and over again until the topic branches are done (either merged
      to the "release" branch, or sent out and accepted upstream).
      
      This commit introduces a new command, "git rerere", to help this
      process by recording the conflicted automerge results and
      corresponding hand-resolve results on the initial manual merge,
      and later by noticing the same conflicted automerge and applying
      the previously recorded hand resolution using three-way merge.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      8389b52b
  10. 25 1月, 2006 1 次提交
  11. 23 1月, 2006 1 次提交
  12. 06 1月, 2006 1 次提交
  13. 28 12月, 2005 1 次提交
  14. 20 12月, 2005 1 次提交
    • J
      Remove "octopus". · e32faa8a
      Junio C Hamano 提交于
      We still advertise "git resolve" as a standalone command, but never
      "git octopus", so nobody should be using it and it is safe to
      retire it.  The functionality is still available as a strategy
      backend.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      e32faa8a
  15. 13 12月, 2005 2 次提交
    • J
      Documentation: not learning core git commands. · 9755afbd
      Junio C Hamano 提交于
      The initial section of tutorial was too heavy on internal
      workings for the first-time readers, so rewrite the introductory
      section of git(7) to start with "not learning core git commands"
      section and refer them to README to grasp the basic concepts,
      then Everyday to give overview with task/role oriented examples
      for minimum set of commands, and finally the tutorial.
      
      Also add to existing note in the tutorial that many too
      technical descriptions can be skipped by a casual reader.
      
      I initially started to review the tutorial, with the objective
      of ripping out the detailed technical information altogether,
      but I found that the level of details in the initial couple of
      sections that talk about refs and the object database in a
      hands-on fashion was about rigth, and left all of them there.  I
      feel that reading about fsck-index and repack is too abstract
      without being aware of these directories and files.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      9755afbd
    • J
      Documentation: fix missing links to git(7) · 76cead39
      Junio C Hamano 提交于
      Also move pack protocol description to technical/.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      76cead39
  16. 10 12月, 2005 1 次提交
  17. 08 12月, 2005 1 次提交
  18. 25 11月, 2005 1 次提交
  19. 20 11月, 2005 1 次提交
  20. 17 11月, 2005 1 次提交
  21. 16 11月, 2005 3 次提交
  22. 14 11月, 2005 1 次提交
  23. 13 11月, 2005 1 次提交
  24. 12 11月, 2005 2 次提交
  25. 02 11月, 2005 1 次提交
  26. 30 10月, 2005 1 次提交
  27. 28 10月, 2005 1 次提交
  28. 26 10月, 2005 2 次提交
  29. 13 10月, 2005 1 次提交
  30. 11 10月, 2005 2 次提交
  31. 22 9月, 2005 2 次提交