1. 03 10月, 2012 2 次提交
  2. 02 10月, 2012 8 次提交
    • J
      Git 1.8.0-rc0 · b0ec16b4
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      b0ec16b4
    • J
      Merge branch 'jk/completion-tests' · abc05cbc
      Junio C Hamano 提交于
      * jk/completion-tests:
        t9902: add completion tests for "odd" filenames
        t9902: add a few basic completion tests
      abc05cbc
    • J
      Merge branch 'ep/malloc-check-perturb' · 70dac5f4
      Junio C Hamano 提交于
      Fixes a brown-paper bag bug.
      
      * ep/malloc-check-perturb:
        MALLOC_CHECK: enable it, unless disabled explicitly
      70dac5f4
    • J
      Merge branch 'da/mergetool-custom' · 5ec11ab3
      Junio C Hamano 提交于
      The actual external command to run for mergetool backend can be
      specified with difftool/mergetool.$name.cmd configuration
      variables, but this mechanism was ignored for the backends we
      natively support.
      
      * da/mergetool-custom:
        mergetool--lib: Allow custom commands to override built-ins
      5ec11ab3
    • J
      Merge branch 'os/commit-submodule-ignore' · 69759917
      Junio C Hamano 提交于
      "git status" honored the ignore=dirty settings in .gitmodules but
      "git commit" didn't.
      
      * os/commit-submodule-ignore:
        commit: pay attention to submodule.$name.ignore in .gitmodules
      69759917
    • J
      Merge branch 'jc/blame-follows-renames' · 4dbf436b
      Junio C Hamano 提交于
      Clarify the "blame" documentation to tell the users that there is
      no need to ask for "--follow".
      
      * jc/blame-follows-renames:
        git blame: document that it always follows origin across whole-file renames
      4dbf436b
    • J
      Merge branch 'jk/receive-pack-unpack-error-to-pusher' · 03b98d2e
      Junio C Hamano 提交于
      Send errors from "unpack-objects" and "index-pack" back to the "git
      push" over the git and smart-http protocols, just like it is done
      for a push over the ssh protocol.
      
      * jk/receive-pack-unpack-error-to-pusher:
        receive-pack: drop "n/a" on unpacker errors
        receive-pack: send pack-processing stderr over sideband
        receive-pack: redirect unpack-objects stdout to /dev/null
      03b98d2e
    • J
      Merge branch 'rt/maint-clone-single' · 92f6e98c
      Junio C Hamano 提交于
      Running "git fetch" in a repository made with "git clone --single"
      slurps all the branches, defeating the point of "--single".
      
      * rt/maint-clone-single:
        clone --single: limit the fetch refspec to fetched branch
      92f6e98c
  3. 30 9月, 2012 15 次提交
  4. 28 9月, 2012 7 次提交
  5. 27 9月, 2012 1 次提交
  6. 26 9月, 2012 7 次提交
    • P
      l10n: Fixes to Swedish translation · 4e026675
      Peter Krefting 提交于
      Fix bad translation of "Receiving objects".
      Make translation of push.default message narrower, to make it fit 80
      columns even when prefixed.
      Signed-off-by: NPeter Krefting <peter@softwolves.pp.se>
      4e026675
    • R
      submodule: if $command was not matched, don't parse other args · af9c9f97
      Ramkumar Ramachandra 提交于
      "git submodule" command DWIMs the command line and assumes a
      unspecified action word for 'status' action.  This is a UI mistake
      that leads to a confusing behaviour.  A mistyped command name is
      instead treated as a request for 'status' of the submodule with that
      name, e.g.
      
          $ git submodule show
          error: pathspec 'show' did not match any file(s) known to git.
          Did you forget to 'git add'?
      
      Stop DWIMming an unknown or mistyped subcommand name as pathspec
      given to unspelled "status" subcommand.  "git submodule" without any
      argument is still interpreted as "git submodule status", but its
      value is questionable.
      
      Adjust t7400 to match, and stop advertising the default subcommand
      being 'status' which does not help much in practice, other than
      promoting laziness and confusion.
      Signed-off-by: NRamkumar Ramachandra <artagnon@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      af9c9f97
    • J
      Update draft release notes to 1.8.0 · 652398a8
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      652398a8
    • J
      Merge branch 'rr/test-make-sure-we-have-git' · 86bdfa39
      Junio C Hamano 提交于
      Only the first test t0000 in the test suite made sure we have built
      Git to be tested; move the check to test-lib so that it applies to
      all tests equally.
      
      * rr/test-make-sure-we-have-git:
        t/test-lib: make sure Git has already been built
      86bdfa39
    • J
      Merge branch 'js/hp-nonstop' · cbea001a
      Junio C Hamano 提交于
      Port to HP NonStop aka Tandem.
      
      * js/hp-nonstop:
        Port to HP NonStop
      cbea001a
    • J
      Merge branch 'js/poll-emu' · d782797a
      Junio C Hamano 提交于
      * js/poll-emu:
        make poll() work on platforms that can't recv() on a non-socket
        poll() exits too early with EFAULT if 1st arg is NULL
        fix some win32 specific dependencies in poll.c
        make poll available for other platforms lacking it
      d782797a
    • J
      Merge branch 'ep/malloc-check-perturb' · 0ec6aa56
      Junio C Hamano 提交于
      Run our test scripts with MALLOC_CHECK_ and MALLOC_PERTURB_, the
      built-in memory access checking facility GNU libc has.
      
      * ep/malloc-check-perturb:
        MALLOC_CHECK: various clean-ups
        Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detecting heap corruption
      0ec6aa56