1. 05 4月, 2010 1 次提交
  2. 03 4月, 2010 4 次提交
  3. 02 4月, 2010 1 次提交
    • E
      Makefile: update defaults for modern Cygwin · a50dec22
      Eric Blake 提交于
      Now that Cygwin 1.7.x has enabled lots of new features, and Cygwin 1.5
      is no longer actively supported by the Cygwin mailing lists, we might
      as well update the defaults to cater to those new features.
      
      NO_TRUSTABLE_FILEMODE is only necessary on FAT drives; the Cygwin
      community recommends NTFS drives, but there is still too much use
      for FAT to switch the default.  Likewise, UNRELIABLE_FSTAT is probably
      file-system specific, but worth keeping unchanged.
      
      This commit does not change the default for NO_MMAP, although definitive
      proof of whether this option is necessary is lacking.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a50dec22
  4. 01 4月, 2010 7 次提交
  5. 31 3月, 2010 4 次提交
  6. 30 3月, 2010 2 次提交
  7. 29 3月, 2010 12 次提交
  8. 25 3月, 2010 9 次提交
    • J
      Merge branch 'jh/maint-submodule-status-in-void' · 5e4f6147
      Junio C Hamano 提交于
      * jh/maint-submodule-status-in-void:
        git submodule summary: Handle HEAD as argument when on an unborn branch
        submodule summary: do not fail before the first commit
      5e4f6147
    • J
      Merge branch 'tr/notes-display' · a86ed83c
      Junio C Hamano 提交于
      * tr/notes-display:
        git-notes(1): add a section about the meaning of history
        notes: track whether notes_trees were changed at all
        notes: add shorthand --ref to override GIT_NOTES_REF
        commit --amend: copy notes to the new commit
        rebase: support automatic notes copying
        notes: implement helpers needed for note copying during rewrite
        notes: implement 'git notes copy --stdin'
        rebase -i: invoke post-rewrite hook
        rebase: invoke post-rewrite hook
        commit --amend: invoke post-rewrite hook
        Documentation: document post-rewrite hook
        Support showing notes from more than one notes tree
        test-lib: unset GIT_NOTES_REF to stop it from influencing tests
      
      Conflicts:
      	git-am.sh
      	refs.c
      a86ed83c
    • J
      Merge branch 'jl/submodule-diff-dirtiness' · b6a7a06a
      Junio C Hamano 提交于
      * jl/submodule-diff-dirtiness:
        git status: ignoring untracked files must apply to submodules too
        git status: Fix false positive "new commits" output for dirty submodules
        Refactor dirty submodule detection in diff-lib.c
        git status: Show detailed dirty status of submodules in long format
        git diff --submodule: Show detailed dirty status of submodules
      b6a7a06a
    • J
      Merge branch 'pb/log-first-parent-p-m' · 797d4434
      Junio C Hamano 提交于
      * pb/log-first-parent-p-m:
        show --first-parent/-m: do not default to --cc
        show -c: show patch text
        revision: introduce setup_revision_opt
        t4013: add tests for log -p -m --first-parent
        git log -p -m: document -m and honor --first-parent
      797d4434
    • J
      Merge branch 'jc/maint-refs-dangling' · 954f7cfd
      Junio C Hamano 提交于
      * jc/maint-refs-dangling:
        refs: ref entry with NULL sha1 is can be a dangling symref
      954f7cfd
    • J
      Merge branch 'maint' · a5ee8faa
      Junio C Hamano 提交于
      * maint:
        Documentation: explain the meaning of "-g" in git-describe output
      a5ee8faa
    • J
      Merge branch 'jc/color-attrs' into maint · 0476228d
      Junio C Hamano 提交于
      * jc/color-attrs:
        color: allow multiple attributes
      0476228d
    • J
      Merge branch 'jk/maint-add-ignored-dir' into maint · bcbbe4f9
      Junio C Hamano 提交于
      * jk/maint-add-ignored-dir:
        tests for "git add ignored-dir/file" without -f
        dir: fix COLLECT_IGNORED on excluded prefixes
        t0050: mark non-working test as such
      bcbbe4f9
    • J
      Merge branch 'bg/apply-fix-blank-at-eof' into maint · 7b676b1b
      Junio C Hamano 提交于
      * bg/apply-fix-blank-at-eof:
        t3417: Add test cases for "rebase --whitespace=fix"
        t4124: Add additional tests of --whitespace=fix
        apply: Allow blank context lines to match beyond EOF
        apply: Remove the quick rejection test
        apply: Don't unnecessarily update line lengths in the preimage
      7b676b1b