1. 07 1月, 2008 2 次提交
  2. 06 1月, 2008 1 次提交
  3. 05 1月, 2008 13 次提交
  4. 04 1月, 2008 2 次提交
  5. 03 1月, 2008 4 次提交
  6. 02 1月, 2008 5 次提交
  7. 01 1月, 2008 3 次提交
  8. 31 12月, 2007 3 次提交
  9. 30 12月, 2007 2 次提交
  10. 29 12月, 2007 2 次提交
    • J
      "git pull --tags": error out with a better message. · 441ed413
      Junio C Hamano 提交于
      When "git pull --tags" is run without any other arguments, the
      standard error message "You told me to fetch and merge stuff but
      there is nothing to merge!  You might want to fix your config"
      is given.
      
      While the error may be technically correct, fixing the config
      would not help, as "git pull --tags" itself tells "git fetch"
      not to use the configured refspecs.
      
      This commit makes "git pull --tags" to issue a different error
      message to avoid confusion.  This is merely an interim solution.
      
      In the longer term, it would be a better approach to change the
      semantics of --tags option to make "git fetch" and "git pull"
      to:
      
       (1) behave as if no --tags was given (so an explicit refspec on
           the command line overrides configured ones, or no explicit
           refspecs on the command line takes configured ones); but
      
       (2) no auto-following of tags is made even when using
           configured refspecs; and
      
       (3) fetch all tags as not-for-merge entries".
      
      Then we would not need to have this separate error message, as
      the ordinary merge will happen even with the --tags option.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      441ed413
    • M
      git-sh-setup: document git_editor() and get_author_ident_from_commit() · 3f4bc3e0
      Miklos Vajna 提交于
      These 2 functions were missing from the manpage.
      Signed-off-by: NMiklos Vajna <vmiklos@frugalware.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3f4bc3e0
  11. 28 12月, 2007 1 次提交
  12. 27 12月, 2007 2 次提交