1. 29 3月, 2010 12 次提交
  2. 25 3月, 2010 10 次提交
    • 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
    • M
  3. 22 3月, 2010 8 次提交
  4. 21 3月, 2010 10 次提交
    • J
      revert: fix tiny memory leak in cherry-pick --ff · 28db756f
      Jonathan Nieder 提交于
      We forgot to free defmsg when returning early for a fast-forward.
      
      Fixing this should reduce noise during test suite runs with valgrind.
      More importantly, once cherry-pick learns to pick multiple commits,
      the amount of memory leaked would start to add up.
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      28db756f
    • J
      Update draft release notes to 1.7.1 · 0d0925c5
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0d0925c5
    • J
      Merge branch 'jk/maint-add-ignored-dir' · 4e7d08a2
      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
      4e7d08a2
    • J
      Merge branch 'ml/color-grep' · f1aa782a
      Junio C Hamano 提交于
      * ml/color-grep:
        grep: Colorize selected, context, and function lines
        grep: Colorize filename, line number, and separator
        Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*
      f1aa782a
    • J
      Merge branch 'jc/color-attrs' · d7173d94
      Junio C Hamano 提交于
      * jc/color-attrs:
        color: allow multiple attributes
      d7173d94
    • J
      Merge branch 'cc/reset-keep' · 49559cad
      Junio C Hamano 提交于
      * cc/reset-keep:
        Documentation: improve description of "git reset --keep"
        reset: disallow using --keep when there are unmerged entries
        reset: disallow "reset --keep" outside a work tree
        Documentation: reset: describe new "--keep" option
        reset: add test cases for "--keep" option
        reset: add option "--keep" to "git reset"
      49559cad
    • J
      Merge branch 'fl/askpass' · 2e5b98d9
      Junio C Hamano 提交于
      * fl/askpass:
        git-core: Support retrieving passwords with GIT_ASKPASS
        git-svn: Support retrieving passwords with GIT_ASKPASS
      2e5b98d9
    • J
      Merge branch 'bg/apply-fix-blank-at-eof' · 31fbae0f
      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
      31fbae0f
    • J
      Merge branch 'bw/union-merge-refactor' · 2bb76e13
      Junio C Hamano 提交于
      * bw/union-merge-refactor:
        merge-file: add option to select union merge favor
        merge-file: add option to specify the marker size
        refactor merge flags into xmparam_t
        make union merge an xdl merge favor
      2bb76e13
    • J
      Merge branch 'maint' · 96203bb0
      Junio C Hamano 提交于
      * maint:
        Update draft release notes to 1.7.0.3
        fetch: Fix minor memory leak
        fetch: Future-proof initialization of a refspec on stack
        fetch: Check for a "^{}" suffix with suffixcmp()
        daemon: parse_host_and_port SIGSEGV if port is specified
        Makefile: Fix CDPATH problem
        pull: replace unnecessary sed invocation
      96203bb0