1. 13 2月, 2010 1 次提交
  2. 07 2月, 2010 1 次提交
  3. 29 1月, 2010 2 次提交
  4. 01 1月, 2010 1 次提交
  5. 31 12月, 2009 1 次提交
  6. 30 12月, 2009 1 次提交
  7. 13 12月, 2009 1 次提交
  8. 06 12月, 2009 1 次提交
    • S
      bash: update 'git commit' completion · 9a424b27
      SZEDER Gábor 提交于
      I just wanted to add the recently learnt '--reset-author' option, but
      then noticed that there are many more options missing.  This patch
      adds support for all of 'git commit's options, except '--allow-empty',
      because it is primarily there for foreign scm interfaces.
      
      Furthermore, this patch also adds support for completing the arguments
      of those options that take a non-filename argument: valid modes are
      offered for '--cleanup' and '--untracked-files', while refs for
      '--reuse-message' and '--reedit-message', because these two take a
      commit as argument.
      Signed-off-by: NSZEDER Gábor <szeder@ira.uka.de>
      Acked-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9a424b27
  9. 18 11月, 2009 1 次提交
  10. 15 11月, 2009 1 次提交
  11. 29 10月, 2009 2 次提交
  12. 28 10月, 2009 1 次提交
  13. 13 10月, 2009 1 次提交
    • T
      bash completion: complete refs for git-grep · 17225c49
      Thomas Rast 提交于
      Before the --, always attempt ref completion.  This helps with
      entering the <treeish> arguments to git-grep.  As a bonus, you can
      work around git-grep's current lack of --all by hitting M-*, ugly as
      the resulting command line may be.
      
      Strictly speaking, completing the regular expression argument (or
      option argument) makes no sense.  However, we cannot prevent _all_
      completion (it will fall back to filenames), so we dispense with any
      additional complication to detect whether the user still has to enter
      a regular expression.
      Signed-off-by: NThomas Rast <trast@student.ethz.ch>
      Acked-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      17225c49
  14. 10 10月, 2009 3 次提交
  15. 08 10月, 2009 2 次提交
  16. 26 9月, 2009 1 次提交
  17. 23 9月, 2009 3 次提交
  18. 14 9月, 2009 1 次提交
  19. 08 9月, 2009 1 次提交
  20. 06 8月, 2009 1 次提交
  21. 25 7月, 2009 1 次提交
  22. 23 7月, 2009 1 次提交
    • M
      grep: Add --max-depth option. · a91f453f
      Michał Kiedrowicz 提交于
      It is useful to grep directories non-recursively, e.g. when one wants to
      look for all files in the toplevel directory, but not in any subdirectory,
      or in Documentation/, but not in Documentation/technical/.
      
      This patch adds support for --max-depth <depth> option to git-grep. If it is
      given, git-grep descends at most <depth> levels of directories below paths
      specified on the command line.
      
      Note that if path specified on command line contains wildcards, this option
      makes no sense, e.g.
      
          $ git grep -l --max-depth 0 GNU -- 'contrib/*'
      
      (note the quotes) will search all files in contrib/, even in
      subdirectories, because '*' matches all files.
      
      Documentation updates, bash-completion and simple test cases are also
      provided.
      Signed-off-by: NMichał Kiedrowicz <michal.kiedrowicz@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a91f453f
  23. 14 7月, 2009 1 次提交
  24. 07 7月, 2009 2 次提交
  25. 01 7月, 2009 1 次提交
  26. 19 6月, 2009 1 次提交
    • P
      Test cccmd in t9001-send-email.sh and fix some bugs · cb8a9bd5
      Paolo Bonzini 提交于
      For another patch series I'm working on I needed some tests
      for the cc-cmd feature of git-send-email.
      
      This patch adds 3 tests for the feature and for the possibility
      to specify --suppress-cc multiple times, and fixes two bugs.
      The first bug is that the --suppress-cc option for `cccmd' was
      misspelled as `ccmd' in the code.  The second bug, which is
      actually found only with my other series, is that the argument
      to the cccmd is never quoted, so the cccmd would fail with
      patch file names containing a space.
      
      A third bug I fix (in the docs) is that the bodycc argument was
      actually spelled ccbody in the documentation and bash completion.
      Signed-off-by: NPaolo Bonzini <bonzini@gnu.org>
      Cc: Markus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cb8a9bd5
  27. 09 6月, 2009 1 次提交
  28. 04 6月, 2009 1 次提交
  29. 01 6月, 2009 1 次提交
  30. 27 5月, 2009 1 次提交
  31. 25 5月, 2009 1 次提交
  32. 21 5月, 2009 1 次提交