Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jul 2009 17:42:23 +0000 (10:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jul 2009 17:42:23 +0000 (10:42 -0700)
* maint:
Documentation: update description of shell aliases

1  2 
Documentation/config.txt
diff --combined Documentation/config.txt
index 2fecbe32a68bd981959735dd14e6e311d16b233a,c06eca43d797385461d3cf2f046cb78c5c34fc54..bf97e1dee2b3507ded3ced00e9656bdf0b42f43b
@@@ -438,11 -438,6 +438,11 @@@ On some file system/operating system co
  Set this config setting to 'rename' there; However, This will remove the
  check that makes sure that existing object files will not get overwritten.
  
 +add.ignore-errors::
 +      Tells 'git-add' to continue adding files when some files cannot be
 +      added due to indexing errors. Equivalent to the '--ignore-errors'
 +      option of linkgit:git-add[1].
 +
  alias.*::
        Command aliases for the linkgit:git[1] command wrapper - e.g.
        after defining "alias.last = cat-file commit HEAD", the invocation
@@@ -456,7 -451,9 +456,9 @@@ If the alias expansion is prefixed wit
  it will be treated as a shell command.  For example, defining
  "alias.new = !gitk --all --not ORIG_HEAD", the invocation
  "git new" is equivalent to running the shell command
- "gitk --all --not ORIG_HEAD".
+ "gitk --all --not ORIG_HEAD".  Note that shell commands will be
+ executed from the top-level directory of a repository, which may
+ not necessarily be the current directory.
  
  apply.whitespace::
        Tells 'git-apply' how to handle whitespaces, in the same way
@@@ -609,12 -606,6 +611,12 @@@ color.pager:
        A boolean to enable/disable colored output when the pager is in
        use (default is true).
  
 +color.showbranch::
 +      A boolean to enable/disable color in the output of
 +      linkgit:git-show-branch[1]. May be set to `always`,
 +      `false` (or `never`) or `auto` (or `true`), in which case colors are used
 +      only when the output is to a terminal. Defaults to false.
 +
  color.status::
        A boolean to enable/disable color in the output of
        linkgit:git-status[1]. May be set to `always`,
@@@ -1319,9 -1310,6 +1321,9 @@@ remote.<name>.url:
        The URL of a remote repository.  See linkgit:git-fetch[1] or
        linkgit:git-push[1].
  
 +remote.<name>.pushurl::
 +      The push URL of a remote repository.  See linkgit:git-push[1].
 +
  remote.<name>.proxy::
        For remotes that require curl (http, https and ftp), the URL to
        the proxy to use for that remote.  Set to the empty string to