Merge branch 'master' into next
commiteeef5e211816df7722fec7c1d3121162502e4c21
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2009 07:29:43 +0000 (9 00:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2009 07:29:43 +0000 (9 00:29 -0700)
treef2e0d0fc769c90b0d3b45b0bd4b6e7d6919e3c81
parent117def4ab6c5799830c22310de8656001656f011
parentf4f78e668dd40f2d4a5bc119cccb3c34c2675c38
Merge branch 'master' into next

* master:
  bash: add support for 'git stash pop --index' option
  Documentation: mention 'git stash pop --index' option explicitly
  Simplify some 'fprintf(stderr); return -1;' by using 'return error()'
  Simplify some instances of run_command() by using run_command_v_opt().
  show-branch: don't use LASTARG_DEFAULT with OPTARG
  send-email: use UTF-8 rather than utf-8 for consistency
  git-send-email.perl: improve detection of MIME encoded-words
  diff.c: plug a memory leak in an error path
  fetch-pack: close output channel after sideband demultiplexer terminates
  builtin-remote: Make "remote show" display all urls
  symlinks.c: small style cleanup
builtin-remote.c
contrib/completion/git-completion.bash
parse-options.h