1. 15 4月, 2014 1 次提交
  2. 10 4月, 2014 12 次提交
  3. 09 4月, 2014 3 次提交
  4. 04 4月, 2014 10 次提交
  5. 03 4月, 2014 1 次提交
  6. 02 4月, 2014 2 次提交
  7. 01 4月, 2014 5 次提交
  8. 27 3月, 2014 2 次提交
  9. 19 3月, 2014 4 次提交
    • J
      Git 1.9.1 · cee0c275
      Junio C Hamano 提交于
      The version numbering scheme has changed since Git 1.9 and we
      dropped the third dewey-decimal from the traditional numbering
      (e.g. both 1.8.4 and 1.8.5 were major feature releases).  This
      release 1.9.1 is the first maintenance relase for Git 1.9.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cee0c275
    • J
      Merge branch 'jk/clean-d-pathspec' into maint · 9526473f
      Junio C Hamano 提交于
      "git clean -d pathspec" did not use the given pathspec correctly
      and ended up cleaning too much.
      
      * jk/clean-d-pathspec:
        clean: simplify dir/not-dir logic
        clean: respect pathspecs with "-d"
      9526473f
    • J
      Merge branch 'da/difftool-git-files' into maint · 01e13d02
      Junio C Hamano 提交于
      "git difftool" misbehaved when the repository is bound to the
      working tree with the ".git file" mechanism, where a textual file
      ".git" tells us where it is.
      
      * da/difftool-git-files:
        t7800: add a difftool test for .git-files
        difftool: support repositories with .git-files
      01e13d02
    • J
      Merge branch 'jk/remote-pushremote-config-reading' into maint · 4097a254
      Junio C Hamano 提交于
      "git push" did not pay attention to branch.*.pushremote if it is
      defined earlier than remote.pushdefault; the order of these two
      variables in the configuration file should not matter, but it did by
      mistake.
      
      * jk/remote-pushremote-config-reading:
        remote: handle pushremote config in any order
      4097a254