1. 15 2月, 2013 14 次提交
  2. 13 2月, 2013 7 次提交
  3. 12 2月, 2013 2 次提交
  4. 11 2月, 2013 9 次提交
  5. 10 2月, 2013 4 次提交
  6. 09 2月, 2013 4 次提交
    • J
      Merge branch 'jc/combine-diff-many-parents' · 4dd7c77d
      Junio C Hamano 提交于
      We used to have an arbitrary 32 limit for combined diff input,
      resulting in incorrect number of leading colons shown when showing
      the "--raw --cc" output.
      
      * jc/combine-diff-many-parents:
        t4038: add tests for "diff --cc --raw <trees>"
        combine-diff: lift 32-way limit of combined diff
      4dd7c77d
    • J
      Merge branch 'jk/apply-similaritly-parsing' · ecf6778e
      Junio C Hamano 提交于
      Make sure the similarity value shown in the "apply --summary"
      output is sensible, even when the input had a bogus value.
      
      * jk/apply-similaritly-parsing:
        builtin/apply: tighten (dis)similarity index parsing
      ecf6778e
    • J
      Merge branch 'mk/tcsh-complete-only-known-paths' · d03d820a
      Junio C Hamano 提交于
      The "complete with known paths only" update to completion scripts
      returns directory names without trailing slash to compensate the
      addition of '/' done by bash that reads from our completion result.
      tcsh completion code that reads from our internal completion result
      does not add '/', so let it ask our complletion code to keep the '/'
      at the end.
      
      * mk/tcsh-complete-only-known-paths:
        completion: handle path completion and colon for tcsh script
      d03d820a
    • J
      Merge branch 'mp/complete-paths' · d931e2fb
      Junio C Hamano 提交于
      The completion script used to let the default completer to suggest
      pathnames, which gave too many irrelevant choices (e.g. "git add"
      would not want to add an unmodified path).  Teach it to use a more
      git-aware logic to enumerate only relevant ones.
      
      * mp/complete-paths:
        git-completion.bash: add support for path completion
      d931e2fb