1. 02 10月, 2012 5 次提交
    • 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
  2. 30 9月, 2012 15 次提交
  3. 28 9月, 2012 5 次提交
  4. 26 9月, 2012 15 次提交