Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commited15e814b137bf0f79ca0afbfb1f5f4783c2c8a2
authorJakub Narebski <jnareb@gmail.com>
Tue, 24 Jul 2007 21:00:55 +0000 (24 23:00 +0200)
committerJakub Narebski <jnareb@gmail.com>
Tue, 24 Jul 2007 21:00:55 +0000 (24 23:00 +0200)
treeb0f4a7185209784384f278d9564fd70940c15331
parent64f4534aafb69a6a1e024da66878e4a5e4cf21cf
parent1130845be8b72aa47b7264186c16d788d52fda63
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (50 commits)
  user-manual: fix typolets.
  Mark user-manual as UTF-8
  Teach revision machinery about --no-walk
  filter-branch: Big syntax change; support rewriting multiple refs
  rebase -i: exchange all "if [ .. ]" by "if test .."
  Shut "git rebase -i" up when no --verbose was given
  mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'
  gitweb: Fix support for legacy gitweb config for snapshots
  fsck --lost-found: write blob's contents, not their SHA-1
  Avoid to duplicate commit message when is not encoded
  Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp
  Documentation/gitignore.txt: Fix the seriously misleading priority explanation
  Fix VISUAL/EDITOR preference order in Documentation/config.txt.
  gitweb: snapshot cleanups & support for offering multiple formats
  rebase -i: call editor just once for a multi-squash
  Fix up duplicate parents removal
  gitweb cleanup: Move @diff_opts declaration earlier
  Add GIT_EDITOR environment and core.editor configuration variables
  Document how to tell git to not launch a pager
  Rename read_pipe() with read_fd() and make its buffer nul-terminated.
  ...