1. 16 11月, 2010 1 次提交
  2. 10 11月, 2010 2 次提交
    • J
      Merge branch 'maint' · 6f10c410
      Junio C Hamano 提交于
      * maint:
        Documentation: document show -s
        dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkout
      6f10c410
    • J
      Documentation: document show -s · 60aa9cf8
      Jonathan Nieder 提交于
      Git's diff machinery has supported a -s (silence diff output) option
      as far back as v0.99~900 (Silent flag for show-diff, 2005-04-13), but
      the option is only advertised in an odd corner of the git diff-tree
      manual.
      
      The main use is to retrieve basic metadata about a commit:
      
      	git show -s rev
      
      Explain this in the 'git log' manual and provide an example in the
      'git show' examples section.  This is kind of a cop-out, since it
      would be more useful to explain it in the 'git show' manual proper,
      which says:
      
      	The command takes options applicable to the git
      	diff-tree command to control how the changes the
      	commit introduces are shown.
      
      	This manual page describes only the most frequently
      	used options.
      
      Fixing that is a larger task for another day.
      Reported-by: NWill Hall <will@gnatter.net>
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      60aa9cf8
  3. 09 11月, 2010 1 次提交
  4. 06 11月, 2010 3 次提交
    • J
      Merge branch 'aw/git-p4-deletion' · 3089c2b9
      Junio C Hamano 提交于
      * aw/git-p4-deletion:
        Fix handling of git-p4 on deleted files
      3089c2b9
    • J
      Merge branch 'master' of git://repo.or.cz/git-gui · 06cfa8a8
      Junio C Hamano 提交于
      * 'master' of git://repo.or.cz/git-gui:
        git-gui: apply color information from git diff output
        git-gui: use wordprocessor tab style to ensure tabs work as expected
        git-gui: correct assignment of work-tree
        git-gui: use full dialog width for old name when renaming branch
        git-gui: generic version trimming
        git-gui: enable the Tk console when tracing/debugging on Windows
        git-gui: show command-line errors in a messagebox on Windows
        On Windows, avoid git-gui to call Cygwin's nice utility
      06cfa8a8
    • J
      Merge branch 'maint' · 31731b0e
      Junio C Hamano 提交于
      * maint:
        Fix a formatting error in git-merge.txt
      31731b0e
  5. 30 10月, 2010 3 次提交
  6. 29 10月, 2010 1 次提交
  7. 28 10月, 2010 2 次提交
  8. 27 10月, 2010 13 次提交
    • J
      Merge branch 'ab/send-email-perl' · 7ebee441
      Junio C Hamano 提交于
      * ab/send-email-perl:
        send-email: extract_valid_address use qr// regexes
        send-email: is_rfc2047_quoted use qr// regexes
        send-email: use Perl idioms in while loop
        send-email: make_message_id use "require" instead of "use"
        send-email: send_message die on $!, not $?
        send-email: use (?:) instead of () if no match variables are needed
        send-email: sanitize_address use qq["foo"], not "\"foo\""
        send-email: sanitize_address use $foo, not "$foo"
        send-email: use \E***\Q instead of \*\*\*
        send-email: cleanup_compose_files doesn't need a prototype
        send-email: unique_email_list doesn't need a prototype
        send-email: file_declares_8bit_cte doesn't need a prototype
        send-email: get_patch_subject doesn't need a prototype
        send-email: use lexical filehandles during sending
        send-email: use lexical filehandles for $compose
        send-email: use lexical filehandle for opendir
      
      Conflicts:
      	git-send-email.perl
      7ebee441
    • J
      Merge branch 'sb/send-email-use-to-from-input' · 8796ff7f
      Junio C Hamano 提交于
      * sb/send-email-use-to-from-input:
        send-email: Don't leak To: headers between patches
        send-email: Use To: headers in patch files
      
      Conflicts:
      	git-send-email.perl
      8796ff7f
    • J
      Merge branch 'ab/require-perl-5.8' · 9b73ce74
      Junio C Hamano 提交于
      * ab/require-perl-5.8:
        perl: use "use warnings" instead of -w
        perl: bump the required Perl version to 5.8 from 5.6.[21]
      9b73ce74
    • J
      Merge branch 'kb/merge-recursive-rename-threshold' · 329351fe
      Junio C Hamano 提交于
      * kb/merge-recursive-rename-threshold:
        diff: add synonyms for -M, -C, -B
        merge-recursive: option to specify rename threshold
      
      Conflicts:
      	Documentation/diff-options.txt
      	Documentation/merge-strategies.txt
      329351fe
    • J
      Merge branch 'jp/send-email-to-cmd' · 9b1054d9
      Junio C Hamano 提交于
      * jp/send-email-to-cmd:
        git-send-email.perl: Add --to-cmd
      
      Conflicts:
      	git-send-email.perl
      9b1054d9
    • J
      Merge branch 'as/daemon-multi-listen' · e6202dfe
      Junio C Hamano 提交于
      * as/daemon-multi-listen:
        daemon: allow more than one host address given via --listen
        daemon: add helper function named_sock_setup
      e6202dfe
    • J
      Merge branch 'dm/mergetool-vimdiff' · 0141215c
      Junio C Hamano 提交于
      * dm/mergetool-vimdiff:
        mergetool-lib: make the three-way diff the default for vim/gvim
        mergetool-lib: add a three-way diff view for vim/gvim
        mergetool-lib: combine vimdiff and gvimdiff run blocks
      0141215c
    • J
      Merge branch 'kf/post-receive-sample-hook' · 91e811e0
      Junio C Hamano 提交于
      * kf/post-receive-sample-hook:
        post-receive-email: ensure sent messages are not empty
      91e811e0
    • J
      Merge branch 'jf/merge-ignore-ws' · 75b17fee
      Junio C Hamano 提交于
      * jf/merge-ignore-ws:
        merge-recursive: options to ignore whitespace changes
        merge-recursive --patience
        ll-merge: replace flag argument with options struct
        merge-recursive: expose merge options for builtin merge
      75b17fee
    • J
      Merge branch 'ml/completion-zsh' · 5a3a484d
      Junio C Hamano 提交于
      * ml/completion-zsh:
        completion: make compatible with zsh
      5a3a484d
    • J
      Merge branch 'po/sendemail' · a7b60f00
      Junio C Hamano 提交于
      * po/sendemail:
        New send-email option smtpserveroption.
        Remove @smtp_host_parts variable as not used.
        Minor indentation fix.
      a7b60f00
    • J
      Merge branch 'en/tree-walk-optim' · acbaf54f
      Junio C Hamano 提交于
      * en/tree-walk-optim:
        diff_tree(): Skip skip_uninteresting() when all remaining paths interesting
        tree_entry_interesting(): Make return value more specific
        tree-walk: Correct bitrotted comment about tree_entry()
        Document pre-condition for tree_entry_interesting
      acbaf54f
    • J
      Merge branch 'maint' · d7806967
      Junio C Hamano 提交于
      * maint:
        Fix copy-pasted comments related to tree diff handling.
      d7806967
  9. 25 10月, 2010 1 次提交
  10. 23 10月, 2010 1 次提交
  11. 22 10月, 2010 4 次提交
  12. 20 10月, 2010 8 次提交