renaming history of a single file.
- "git-filter-branch" lets you rewrite the revision history of
- the current branch, creating a new branch. You can specify a
- number of filters to modify the commits, files and trees.
+ specified branches. You can specify a number of filters to
+ modify the commits, files and trees.
- "git-cvsserver" learned new options (--base-path, --export-all,
--strict-paths) inspired by git-daemon.
--
exec >/var/tmp/1
-O=v1.5.3-rc3-119-g50cff52
+O=v1.5.3-rc4
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
# Proxy settings
[core]
- gitProxy="ssh" for "ssh://kernel.org/"
+ gitProxy="ssh" for "kernel.org"
gitProxy=default-proxy ; for the rest
Variables
<div class="content">\r
<pre><tt>; Proxy settings\r
[core]\r
- gitproxy="ssh" for "ssh://kernel.org/"\r
gitproxy="proxy-command" for kernel.org\r
- gitproxy="myprotocol-command" for "my://"\r
gitproxy=default-proxy ; for all the rest</tt></pre>\r
</div></div>\r
<p>you can set the filemode to true with</p>\r
<p>To add a new proxy, without altering any of the existing ones, use</p>\r
<div class="listingblock">\r
<div class="content">\r
-<pre><tt>% git config core.gitproxy '"proxy" for example.com'</tt></pre>\r
+<pre><tt>% git config core.gitproxy '"proxy-command" for example.com'</tt></pre>\r
</div></div>\r
</div>\r
<h2>CONFIGURATION FILE</h2>\r
<div class="content">\r
<pre><tt># Proxy settings\r
[core]\r
- gitProxy="ssh" for "ssh://kernel.org/"\r
+ gitProxy="ssh" for "kernel.org"\r
gitProxy=default-proxy ; for the rest</tt></pre>\r
</div></div>\r
<h3>Variables</h3>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 01-Aug-2007 08:42:09 UTC\r
+Last updated 04-Aug-2007 00:27:12 UTC\r
</div>\r
</div>\r
</body>\r
; Proxy settings
[core]
- gitproxy="ssh" for "ssh://kernel.org/"
gitproxy="proxy-command" for kernel.org
- gitproxy="myprotocol-command" for "my://"
gitproxy=default-proxy ; for all the rest
you can set the filemode to true with
To add a new proxy, without altering any of the existing ones, use
------------
-% git config core.gitproxy '"proxy" for example.com'
+% git config core.gitproxy '"proxy-command" for example.com'
------------