1. 22 11月, 2007 4 次提交
  2. 21 11月, 2007 12 次提交
  3. 20 11月, 2007 4 次提交
  4. 19 11月, 2007 17 次提交
  5. 18 11月, 2007 3 次提交
    • J
      Merge branch 'ph/parseopt-sh' · 9f4c4eb0
      Junio C Hamano 提交于
      * ph/parseopt-sh:
        git-quiltimport.sh fix --patches handling
        git-am: -i does not take a string parameter.
        sh-setup: don't let eval output to be shell-expanded.
        git-sh-setup: fix parseopt `eval` string underquoting
        Give git-am back the ability to add Signed-off-by lines.
        git-rev-parse --parseopt
        scripts: Add placeholders for OPTIONS_SPEC
        Migrate git-repack.sh to use git-rev-parse --parseopt
        Migrate git-quiltimport.sh to use git-rev-parse --parseopt
        Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash
        Migrate git-instaweb.sh to use git-rev-parse --parseopt
        Migrate git-merge.sh to use git-rev-parse --parseopt
        Migrate git-am.sh to use git-rev-parse --parseopt
        Migrate git-clone to use git-rev-parse --parseopt
        Migrate git-clean.sh to use git-rev-parse --parseopt.
        Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
        Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.
      9f4c4eb0
    • J
      grep -An -Bm: fix invocation of external grep command · 4b87474b
      Junio C Hamano 提交于
      When building command line to invoke external grep, the
      arguments to -A/-B/-C options were placd in randarg[] buffer,
      but the code forgot that snprintf() does not count terminating
      NUL in its return value.  This caused "git grep -A1 -B2" to
      invoke external grep with "-B21 -A1".
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      4b87474b
    • J
      git-remote.txt: fix example url · 8391c60b
      J. Bruce Fields 提交于
      If I'm going to use a real example as a URL, I suppose I should get it
      right....
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      8391c60b