Code

Merge branch 'maint' to sync with 1.5.6.3
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Jul 2008 22:45:38 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Jul 2008 22:45:38 +0000 (15:45 -0700)
* maint:
  GIT 1.5.6.3
  git-am: Do not exit silently if committer is unset
  t0004: fix timing bug
  git-mailinfo: document the -n option
  Fix backwards-incompatible handling of core.sharedRepository

1  2 
Documentation/git-mailinfo.txt
Documentation/git.txt
path.c

index cc52db3befda556a92b225539de0a9b95a1bf96c,1e126f4a5c82d5b3829d9826f613a376590c54d8..316bcc679628c47c9734e0906665ce5f6e8e68fb
@@@ -8,7 -8,7 +8,7 @@@ git-mailinfo - Extracts patch and autho
  
  SYNOPSIS
  --------
- 'git mailinfo' [-k] [-u | --encoding=<encoding>] <msg> <patch>
 -'git-mailinfo' [-k] [-u | --encoding=<encoding> | -n] <msg> <patch>
++'git mailinfo' [-k] [-u | --encoding=<encoding> | -n] <msg> <patch>
  
  
  DESCRIPTION
Simple merge
diff --cc path.c
Simple merge