* Comes with an updated git-gui 0.7.0
+* Updated gitweb:
+
+ - can show combined diff for merges;
+ - uses font size of user's preference, not hardcoded in pixels;
+
* New commands and options.
- "git bisect start" can optionally take a single bad commit and
- Optimized "git-add $path" in a large directory, most of
whose contents are ignored.
+ - Optimized "git-diff-tree" for reduced memory footprint.
+
- The recursive merge strategy updated a worktree file that
was changed identically in two branches, when one of them
renamed it. We do not do that when there is no rename, so
--
exec >/var/tmp/1
-O=v1.5.2-rc2-45-g618e613
+O=v1.5.2-rc2-91-g616e40b
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
<pre><tt> 'tag' SP <name> LF\r
'from' SP <committish> LF\r
'tagger' SP <name> SP LT <email> GT SP <when> LF\r
- data\r
- LF</tt></pre>\r
+ data</tt></pre>\r
</div></div>\r
<p>where <tt><name></tt> is the name of the tag to create.</p>\r
<p>Tag names are automatically prefixed with <tt>refs/tags/</tt> when stored\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:40 UTC\r
+Last updated 10-May-2007 23:24:40 UTC\r
</div>\r
</div>\r
</body>\r
'from' SP <committish> LF
'tagger' SP <name> SP LT <email> GT SP <when> LF
data
- LF
....
where `<name>` is the name of the tag to create.
</p>\r
</dd>\r
<dt>\r
+--decorate\r
+</dt>\r
+<dd>\r
+<p>\r
+ Print out the ref names of any commits that are shown.\r
+</p>\r
+</dd>\r
+<dt>\r
<paths>…\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Apr-2007 01:28:35 UTC\r
+Last updated 10-May-2007 23:24:40 UTC\r
</div>\r
</div>\r
</body>\r
a record about how the tip of a reference was changed.
See also gitlink:git-reflog[1].
+--decorate::
+ Print out the ref names of any commits that are shown.
+
<paths>...::
Show only commits that affect the specified paths.
<p>A similar notation "<tt>r1...r2</tt>" is called symmetric difference\r
of <tt>r1</tt> and <tt>r2</tt> and is defined as\r
"<tt>r1 r2 --not $(git-merge-base --all r1 r2)</tt>".\r
-It it the set of commits that are reachable from either one of\r
+It is the set of commits that are reachable from either one of\r
<tt>r1</tt> or <tt>r2</tt> but not from both.</p>\r
<p>Two other shorthands for naming a set that is formed by a commit\r
and its parent commits exists. <tt>r1^@</tt> notation means all\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:13 UTC\r
+Last updated 10-May-2007 23:24:42 UTC\r
</div>\r
</div>\r
</body>\r
A similar notation "`r1\...r2`" is called symmetric difference
of `r1` and `r2` and is defined as
"`r1 r2 --not $(git-merge-base --all r1 r2)`".
-It it the set of commits that are reachable from either one of
+It is the set of commits that are reachable from either one of
`r1` or `r2` but not from both.
Two other shorthands for naming a set that is formed by a commit