1. 09 5月, 2006 4 次提交
    • J
      Merge branch 'fix' · 45f75a01
      Junio C Hamano 提交于
      * fix:
        Separate object name errors from usage errors
        Documentation: {caret} fixes (git-rev-list.txt)
        Fix "git diff --stat" with long filenames
        Fix repo-config set-multivar error return path.
      45f75a01
    • D
      Separate object name errors from usage errors · 31fff305
      Dmitry V. Levin 提交于
      Separate object name errors from usage errors.
      Signed-off-by: NDmitry V. Levin <ldv@altlinux.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      31fff305
    • J
      Documentation: {caret} fixes (git-rev-list.txt) · afb4ff20
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      afb4ff20
    • L
      Fix "git diff --stat" with long filenames · 5d6a9f45
      Linus Torvalds 提交于
      When we cut off the front of a filename to make it fit on the line, we add
      a "..." in front. However, the way the "git diff" code was written, we
      will never reset the prefix back to the empty string, so every single
      filename afterwards will have the "..." prefix, whether appropriate or
      not.
      
      You can see this with "git diff v2.6.16.." on the current kernel tree,
      since there are filenames with long names that changed there:
      
       [ snip snip ]
       Documentation/filesystems/vfs.txt                  |  229
       .../firmware_class/firmware_sample_driver.c        |    3
       .../firmware_sample_firmware_class.c               |    1
       ...Documentation/fujitsu/frv/kernel-ABI.txt           |  192
       ...Documentation/hwmon/w83627hf                       |    4
       [ snip snip ]
      
      notice how the two Documentation/firmware** filenames caused the "..." to
      be added, but then the later filenames don't want it, and it also screws
      up the alignment of the line numbering afterwards.
      
      Trivially fixed by moving the declaration (and initial setting) of the
      "prefix" variable into the for-loop where it is used.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      5d6a9f45
  2. 08 5月, 2006 8 次提交
  3. 07 5月, 2006 3 次提交
  4. 06 5月, 2006 14 次提交
  5. 05 5月, 2006 3 次提交
  6. 04 5月, 2006 8 次提交
    • J
      Merge branch 'jc/logs' · 5892fc65
      Junio C Hamano 提交于
      * jc/logs:
        builtin-log/whatchanged/show: make them official.
      5892fc65
    • J
      Merge branch 'jc/show-branch-dense' · 476d2398
      Junio C Hamano 提交于
      * jc/show-branch-dense:
        show-branch: omit uninteresting merges.
      476d2398
    • J
      Merge branch 'jc/symref' · df71b4f7
      Junio C Hamano 提交于
      * jc/symref:
        core.prefersymlinkrefs: use symlinks for .git/HEAD
      df71b4f7
    • J
      Merge branch 'jc/diff' · 230f544e
      Junio C Hamano 提交于
      * jc/diff:
        builtin-diff: call it "git-diff", really.
        builtin-diff.c: die() formatting type fix.
        built-in diff: assorted updates.
        built-in diff.
      230f544e
    • J
      Merge branch 'js/repoconfig' · 6b16250a
      Junio C Hamano 提交于
      * js/repoconfig:
        repo-config: deconvolute logics
        repo-config: readability fixups.
        repo-config: support --get-regexp
      6b16250a
    • J
      Merge branch 'jc/count' · d820f918
      Junio C Hamano 提交于
      * jc/count:
        builtin-count-objects: open packs when running -v
        builtin-count-objects: make it official.
        built-in count-objects.
      d820f918
    • J
      Merge branch 'js/remoteconfig' · 5dfde871
      Junio C Hamano 提交于
      * js/remoteconfig:
        Revert "fetch, pull: ask config for remote information"
        fetch, pull: ask config for remote information
        builtin-push: also ask config for remote information
        builtin-push: make it official.
        Fix builtin-push to honor Push: lines in remotes file.
        builtin-push: resurrect parsing of Push: lines
        git builtin "push"
      5dfde871
    • J
      Merge branch 'maint' · dd371b49
      Junio C Hamano 提交于
      * maint:
        Add a few more words to the glossary.
        Added definitions for a few words:
        Alphabetize the glossary.
      dd371b49