- "git --bare command" overrode existing GIT_DIR setting and always
made it treat the current working directory as GIT_DIR.
+ - "git ls-files --error-unmatch" does not complain if you give the
+ same path pattern twice by mistake.
+
+ - "git init" autodetected core.filemode but not core.symlinks, which
+ made a new directory created automatically by "git clone" cumbersome
+ to use on filesystems that require these configurations to be set.
+
+ - "git log" family of commands behaved differently when run as "git
+ log" (no pathspec) and as "git log --" (again, no pathspec). This
+ inconsistency was introduced somewhere in v1.3.0 series but now has
+ been corrected.
+
--
exec >/var/tmp/1
-O=v1.5.3-rc7
+O=v1.5.3-rc7-15-ga65f200
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
</dt>\r
<dd>\r
<p>\r
- Save the process id in <em>file</em>.\r
+ Save the process id in <em>file</em>. Ignored when the daemon\r
+ is run under <tt>--inetd</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<h2>SERVICES</h2>\r
<div class="sectionbody">\r
+<p>These services can be globally enabled/disabled using the\r
+command line options of this command. If a finer-grained\r
+control is desired (e.g. to allow <tt>git-archive</tt> to be run\r
+against only in a few selected repositories the daemon serves),\r
+the per-repository configuration file can be used to enable or\r
+disable them.</p>\r
<dl>\r
<dt>\r
upload-pack\r
</dt>\r
<dd>\r
<p>\r
- This serves <tt>git-archive --remote</tt>.\r
+ This serves <tt>git-archive --remote</tt>. It is disabled by\r
+ default, but a repository can enable it by setting\r
+ <tt>daemon.uploadarchive</tt> configuration item to <tt>true</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
+receive-pack\r
+</dt>\r
+<dd>\r
+<p>\r
+ This serves <tt>git-send-pack</tt> clients, allowing anonymous\r
+ push. It is disabled by default, as there is _no_\r
+ authentication in the protocol (in other words, anybody\r
+ can push anything into the repository, including removal\r
+ of refs). This is solely meant for a closed LAN setting\r
+ where everybody is friendly. This service can be\r
+ enabled by <tt>daemon.receivepack</tt> configuration item to\r
+ <tt>true</tt>.\r
</p>\r
</dd>\r
</dl>\r
they correspond to these IP addresses.</p>\r
</dd>\r
</dl>\r
+<p>To enable <tt>git-archive --remote</tt> and disable <tt>git-fetch</tt> against\r
+a repository, have the following in the configuration file in the\r
+repository (that is the file <em>config</em> next to <em>HEAD</em>, <em>refs</em> and\r
+<em>objects</em>).</p>\r
+<p>+</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>[daemon]\r
+ uploadpack = false\r
+ uploadarchive = true</tt></pre>\r
+</div></div>\r
</div>\r
<h2>Author</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 01-Aug-2007 08:42:09 UTC\r
+Last updated 31-Aug-2007 07:55:56 UTC\r
</div>\r
</div>\r
</body>\r
Detach from the shell. Implies --syslog.
--pid-file=file::
- Save the process id in 'file'.
+ Save the process id in 'file'. Ignored when the daemon
+ is run under `--inetd`.
--user=user, --group=group::
Change daemon's uid and gid before entering the service loop.
SERVICES
--------
+These services can be globally enabled/disabled using the
+command line options of this command. If a finer-grained
+control is desired (e.g. to allow `git-archive` to be run
+against only in a few selected repositories the daemon serves),
+the per-repository configuration file can be used to enable or
+disable them.
+
upload-pack::
This serves `git-fetch-pack` and `git-peek-remote`
clients. It is enabled by default, but a repository can
item to `false`.
upload-archive::
- This serves `git-archive --remote`.
+ This serves `git-archive --remote`. It is disabled by
+ default, but a repository can enable it by setting
+ `daemon.uploadarchive` configuration item to `true`.
+
+receive-pack::
+ This serves `git-send-pack` clients, allowing anonymous
+ push. It is disabled by default, as there is _no_
+ authentication in the protocol (in other words, anybody
+ can push anything into the repository, including removal
+ of refs). This is solely meant for a closed LAN setting
+ where everybody is friendly. This service can be
+ enabled by `daemon.receivepack` configuration item to
+ `true`.
EXAMPLES
--------
they correspond to these IP addresses.
+To enable `git-archive --remote` and disable `git-fetch` against
+a repository, have the following in the configuration file in the
+repository (that is the file 'config' next to 'HEAD', 'refs' and
+'objects').
++
+----------------------------------------------------------------
+[daemon]
+ uploadpack = false
+ uploadarchive = true
+----------------------------------------------------------------
+
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>, YOSHIFUJI Hideaki
[--index-filter <command>] [--parent-filter <command>]\r
[--msg-filter <command>] [--commit-filter <command>]\r
[--tag-name-filter <command>] [--subdirectory-filter <directory>]\r
- [-d <directory>] [-f | --force] [<rev-list options>…]</div></div>\r
+ [--original <namespace>] [-d <directory>] [-f | --force]\r
+ [<rev-list options>…]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+--original <namespace>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Use this option to set the namespace where the original commits\r
+ will be stored. The default value is <em>refs/original</em>.\r
+</p>\r
+</dd>\r
+<dt>\r
-d <directory>\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 18-Aug-2007 07:20:22 UTC\r
+Last updated 31-Aug-2007 07:55:56 UTC\r
</div>\r
</div>\r
</body>\r
[--index-filter <command>] [--parent-filter <command>]
[--msg-filter <command>] [--commit-filter <command>]
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
- [-d <directory>] [-f | --force] [<rev-list options>...]
+ [--original <namespace>] [-d <directory>] [-f | --force]
+ [<rev-list options>...]
DESCRIPTION
-----------
The result will contain that directory (and only that) as its
project root.
+--original <namespace>::
+ Use this option to set the namespace where the original commits
+ will be stored. The default value is 'refs/original'.
+
-d <directory>::
Use this option to set the path to the temporary directory used for
rewriting. When applying a tree filter, the command needs to