1. 21 8月, 2008 1 次提交
    • J
      Fix "git-merge -s bogo" help text · 131f9a10
      Junio C Hamano 提交于
      It does not make much sense to reuse the output code from "git help" to
      show the list of commands to the standard output while giving the error
      message before that to the standard error stream.  This makes the output
      consistent to that of the 1.6.0 version of "git merge".
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      131f9a10
  2. 30 7月, 2008 1 次提交
    • M
      builtin-merge: allow using a custom strategy · 87091b49
      Miklos Vajna 提交于
      Allow using a custom strategy, as long as it's named git-merge-foo. The
      error handling is now done using is_git_command(). The list of available
      strategies is now shown by list_commands().
      
      If an invalid strategy is supplied, like -s foobar, then git-merge would
      list all git-merge-* commands. This is not perfect, since for example
      git-merge-index is not a valid strategy.
      
      These are removed from the output by scanning the list of main commands;
      if the git-merge-foo command is listed in the all_strategy list, then
      it's shown, otherwise excluded. This does not exclude commands somewhere
      else in the PATH, where custom strategies are expected.
      Signed-off-by: NMiklos Vajna <vmiklos@frugalware.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      87091b49
  3. 24 7月, 2008 1 次提交
  4. 22 7月, 2008 2 次提交
  5. 21 7月, 2008 2 次提交
  6. 10 7月, 2008 1 次提交
  7. 08 7月, 2008 1 次提交