1. 17 12月, 2008 1 次提交
  2. 16 9月, 2008 1 次提交
  3. 02 8月, 2008 1 次提交
  4. 22 7月, 2008 1 次提交
  5. 06 7月, 2008 1 次提交
  6. 02 7月, 2008 1 次提交
  7. 07 6月, 2008 1 次提交
  8. 17 2月, 2008 3 次提交
  9. 07 1月, 2008 1 次提交
    • D
      Documentation: rename gitlink macro to linkgit · 5162e697
      Dan McGee 提交于
      Between AsciiDoc 8.2.2 and 8.2.3, the following change was made to the stock
      Asciidoc configuration:
      
      @@ -149,7 +153,10 @@
       # Inline macros.
       # Backslash prefix required for escape processing.
       # (?s) re flag for line spanning.
      -(?su)[\\]?(?P<name>\w(\w|-)*?):(?P<target>\S*?)(\[(?P<attrlist>.*?)\])=
      +
      +# Explicit so they can be nested.
      +(?su)[\\]?(?P<name>(http|https|ftp|file|mailto|callto|image|link)):(?P<target>\S*?)(\[(?P<attrlist>.*?)\])=
      +
       # Anchor: [[[id]]]. Bibliographic anchor.
       (?su)[\\]?\[\[\[(?P<attrlist>[\w][\w-]*?)\]\]\]=anchor3
       # Anchor: [[id,xreflabel]]
      
      This default regex now matches explicit values, and unfortunately in this
      case gitlink was being matched by just 'link', causing the wrong inline
      macro template to be applied. By renaming the macro, we can avoid being
      matched by the wrong regex.
      Signed-off-by: NDan McGee <dpmcgee@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5162e697
  10. 05 1月, 2008 1 次提交
  11. 06 11月, 2007 1 次提交
  12. 03 11月, 2007 1 次提交
  13. 02 8月, 2007 1 次提交
  14. 24 4月, 2007 1 次提交
  15. 18 2月, 2007 1 次提交
  16. 15 1月, 2007 1 次提交
  17. 26 12月, 2006 1 次提交
  18. 16 12月, 2006 1 次提交
    • S
      Align section headers of 'git status' to new 'git add'. · 82dca848
      Shawn O. Pearce 提交于
      Now that 'git add' is considered a first-class UI for 'update-index'
      and that the 'git add' documentation states "Even modified files
      must be added to the set of changes about to be committed" we should
      make the output of 'git status' align with that documentation and
      common usage.
      
      So now we see a status output such as:
      
        # Added but not yet committed:
        #   (will commit)
        #
        #       new file: x
        #
        # Changed but not added:
        #   (use "git add file1 file2" to include for commit)
        #
        #       modified:   x
        #
        # Untracked files:
        #   (use "git add" on files to include for commit)
        #
        #       y
      
      which just reads better in the context of using 'git add' to
      manipulate a commit (and not a checkin, whatever the heck that is).
      
      We also now support 'color.status.added' as an alias for the existing
      'color.status.updated', as this alias more closely aligns with the
      current output and documentation.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      82dca848
  19. 04 6月, 2006 1 次提交
  20. 06 5月, 2006 1 次提交
    • S
      Several trivial documentation touch ups. · 2b5f3ed3
      sean 提交于
        Move incorrect asciidoc level 2 titles back to level 1.
      
        Show output of git-name-rev in man page example.
      
        Reword sentences that begin with a period (.) in asciidoc
        numbered lists to work around conversion to man page bug.
      
        Mention that git-repack now calls git-prune-packed
        when the -d option is passed to it.
      
        [imap] section headers in the config file example need to be
        contained in a literal block.  imap.pass is the proper config
        file variable to use, not imap.password.
      Signed-off-by: NSean Estabrooks <seanlkml@sympatico.ca>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      2b5f3ed3
  21. 29 4月, 2006 1 次提交
  22. 10 3月, 2006 1 次提交
  23. 22 1月, 2006 1 次提交
  24. 14 1月, 2006 1 次提交
  25. 17 12月, 2005 1 次提交
    • J
      Examples of resetting. · 3ae854c3
      Junio C Hamano 提交于
      Morten Welinder says examples of resetting is really about
      recovering from botched commit/pulls.  I agree that pointers
      from commands that cause a reset to be needed in the first place
      would be very helpful.
      
      Also reset examples did not mention "pull/merge" cases.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3ae854c3
  26. 13 12月, 2005 1 次提交
  27. 21 11月, 2005 1 次提交
  28. 21 9月, 2005 1 次提交
  29. 08 9月, 2005 2 次提交
  30. 23 8月, 2005 1 次提交