1. 04 8月, 2006 7 次提交
  2. 03 8月, 2006 2 次提交
  3. 02 8月, 2006 1 次提交
    • R
      Remove cmd_usage() routine and re-organize the help/usage code. · 822a7d50
      Ramsay Allan Jones 提交于
      The cmd_usage() routine was causing warning messages due to a NULL
      format parameter being passed in three out of four calls. This is a
      problem if you want to compile with -Werror. A simple solution is to
      simply remove the GNU __attribute__ format pragma from the cmd_usage()
      declaration in the header file. The function interface was somewhat
      muddled anyway, so re-write the code to finesse the problem.
      
      [jc: this incidentally revealed that t9100 test assumed that the output
       from "git help" to be fixed in stone, but this patch lower-cases
       "Usage" to "usage".  Update the test not to rely on "git help" output.]
      Signed-off-by: NRamsay Allan Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      822a7d50
  4. 01 8月, 2006 1 次提交
  5. 31 7月, 2006 1 次提交
  6. 29 7月, 2006 1 次提交
  7. 27 7月, 2006 1 次提交
  8. 26 7月, 2006 2 次提交
  9. 15 7月, 2006 1 次提交
  10. 09 7月, 2006 3 次提交
  11. 04 7月, 2006 1 次提交
  12. 28 6月, 2006 3 次提交
  13. 19 6月, 2006 6 次提交
  14. 17 6月, 2006 1 次提交
    • J
      fix git alias · d8498500
      Junio C Hamano 提交于
      When extra command line arguments are given to a command that
      was alias-expanded, the code generated a wrong argument list,
      leaving the original alias in the result, and forgetting to
      terminate the new argv list.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d8498500
  15. 11 6月, 2006 1 次提交
  16. 06 6月, 2006 2 次提交
  17. 04 6月, 2006 1 次提交
  18. 25 5月, 2006 1 次提交
  19. 24 5月, 2006 4 次提交