1. 05 5月, 2011 17 次提交
  2. 03 5月, 2011 7 次提交
    • J
      Update draft release notes to 1.7.6 · 0b9deecf
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0b9deecf
    • J
      Merge branch 'jk/notes-ui-updates' · 23f536cf
      Junio C Hamano 提交于
      * jk/notes-ui-updates:
        contrib/completion: --notes, --no-notes
        log/pretty-options: Document --[no-]notes and deprecate old notes options
        revision.c: make --no-notes reset --notes list
        revision.c: support --notes command-line option
        notes: refactor display notes default handling
        notes: refactor display notes extra refs field
        revision.c: refactor notes ref expansion
        notes: make expand_notes_ref globally accessible
      23f536cf
    • J
      Merge branch 'ab/i18n-fixup' · a75c3523
      Junio C Hamano 提交于
      * ab/i18n-fixup: (24 commits)
        i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811
        i18n: use test_i18n{grep,cmp} in t7508
        i18n: use test_i18ngrep in t7506
        i18n: use test_i18ngrep and test_i18ncmp in t7502
        i18n: use test_i18ngrep in t7501
        i18n: use test_i18ncmp in t7500
        i18n: use test_i18ngrep in t7201
        i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110
        i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and t7060
        i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014
        i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507
        i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200
        i18n: use test_i18ngrep in lib-httpd and t2019
        i18n: do not overuse C_LOCALE_OUTPUT (grep)
        i18n: use test_i18ncmp in t1200 and t2200
        i18n: .git file is not a human readable message (t5601)
        i18n: do not overuse C_LOCALE_OUTPUT
        i18n: mark init-db messages for translation
        i18n: mark checkout plural warning for translation
        i18n: mark checkout --detach messages for translation
        ...
      a75c3523
    • J
      Merge branch 'nm/submodule-update-force' · 0d405d72
      Junio C Hamano 提交于
      * nm/submodule-update-force:
        submodule: Add --force option for git submodule update
      
      Conflicts:
      	t/t7406-submodule-update.sh
      0d405d72
    • J
      Merge branch 'jh/notes-add-ui' · 2d23c64b
      Junio C Hamano 提交于
      * jh/notes-add-ui:
        Make "git notes add" more user-friendly when there are existing notes
      
      Conflicts:
      	builtin/notes.c
      2d23c64b
    • J
      Merge branch 'nd/maint-setup' · c67e367c
      Junio C Hamano 提交于
      * nd/maint-setup:
        Kill off get_relative_cwd()
        setup: return correct prefix if worktree is '/'
      
      Conflicts:
      	dir.c
      	setup.c
      c67e367c
    • J
      Merge branch 'mz/maint-rename-unmerged' · 2db89262
      Junio C Hamano 提交于
      * mz/maint-rename-unmerged:
        diffcore-rename: don't consider unmerged path as source
      2db89262
  3. 02 5月, 2011 3 次提交
  4. 30 4月, 2011 4 次提交
  5. 29 4月, 2011 8 次提交
    • M
      t/test-lib.sh: minor readability improvements · c54e6be7
      Mathias Lafeldt 提交于
      Apply parameter expansion. Also use here document to save
      test results instead of appending each line with ">>".
      Signed-off-by: NMathias Lafeldt <misfire@debugon.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c54e6be7
    • J
      diffcore-rename.c: avoid set-but-not-used warning · dabdbee1
      Jim Meyering 提交于
      Since 9d8a5a50 (diffcore-rename: refactor "too many candidates" logic,
      2011-01-06), diffcore_rename() initializes num_src but does not use it
      anymore.  "-Wunused-but-set-variable" in gcc-4.6 complains about this.
      Signed-off-by: NJim Meyering <meyering@redhat.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      dabdbee1
    • J
      Merge branch 'jc/diff-irreversible-delete' · 50d3062a
      Junio C Hamano 提交于
      * jc/diff-irreversible-delete:
        git diff -D: omit the preimage of deletes
      50d3062a
    • J
      Merge branch 'jc/rename-degrade-cc-to-c' · 76a89d6d
      Junio C Hamano 提交于
      * jc/rename-degrade-cc-to-c:
        diffcore-rename: fall back to -C when -C -C busts the rename limit
        diffcore-rename: record filepair for rename src
        diffcore-rename: refactor "too many candidates" logic
        builtin/diff.c: remove duplicated call to diff_result_code()
      76a89d6d
    • J
      Merge branch 'mz/rebase' · 78c6e0f3
      Junio C Hamano 提交于
      * mz/rebase: (34 commits)
        rebase: define options in OPTIONS_SPEC
        Makefile: do not install sourced rebase scripts
        rebase: use @{upstream} if no upstream specified
        rebase -i: remove unnecessary state rebase-root
        rebase -i: don't read unused variable preserve_merges
        git-rebase--am: remove unnecessary --3way option
        rebase -m: don't print exit code 2 when merge fails
        rebase -m: remember allow_rerere_autoupdate option
        rebase: remember strategy and strategy options
        rebase: remember verbose option
        rebase: extract code for writing basic state
        rebase: factor out sub command handling
        rebase: make -v a tiny bit more verbose
        rebase -i: align variable names
        rebase: show consistent conflict resolution hint
        rebase: extract am code to new source file
        rebase: extract merge code to new source file
        rebase: remove $branch as synonym for $orig_head
        rebase -i: support --stat
        rebase: factor out call to pre-rebase hook
        ...
      78c6e0f3
    • J
      Merge branch 'en/merge-recursive' · ac9666f8
      Junio C Hamano 提交于
      * en/merge-recursive:
        merge-recursive: tweak magic band-aid
        merge-recursive: When we detect we can skip an update, actually skip it
        t6022: New test checking for unnecessary updates of files in D/F conflicts
        t6022: New test checking for unnecessary updates of renamed+modified files
      ac9666f8
    • J
      Merge branch 'jh/dirstat' · d98a509e
      Junio C Hamano 提交于
      * jh/dirstat:
        --dirstat: In case of renames, use target filename instead of source filename
        Teach --dirstat not to completely ignore rearranged lines within a file
        --dirstat-by-file: Make it faster and more correct
        --dirstat: Describe non-obvious differences relative to --stat or regular diff
      d98a509e
    • J
      Merge branch 'sp/maint-clear-postfields' · 11c3e2b7
      Junio C Hamano 提交于
      * sp/maint-clear-postfields:
        http: clear POSTFIELDS when initializing a slot
      11c3e2b7
  6. 28 4月, 2011 1 次提交