Autogenerated HTML docs for v1.5.0-31-g78e90
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 14 Feb 2007 23:45:04 +0000 (23:45 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 14 Feb 2007 23:45:04 +0000 (23:45 +0000)
RelNotes-1.5.0.1.txt [new file with mode: 0644]
RelNotes-1.5.0.txt
RelNotes-1.5.1.txt [new file with mode: 0644]
diff-options.txt
git-diff-files.html
git-diff-index.html
git-diff-tree.html
git-diff.html

diff --git a/RelNotes-1.5.0.1.txt b/RelNotes-1.5.0.1.txt
new file mode 100644 (file)
index 0000000..982282a
--- /dev/null
@@ -0,0 +1,20 @@
+GIT v1.5.0.1 Release Notes
+==========================
+
+Fixes since v1.5.0
+------------------
+
+* Documentation updates
+
+  - Clarifications and corrections to 1.5.0 release notes.
+  - The main documentation did not link to git-remote documentation.
+
+* Bugfixes
+
+  - git-daemon marks the listening sockets with FD_CLOEXEC so
+    that it won't be leaked into the children.
+
+--
+O=v1.5.0-7-g37b73cf
+echo O=`git describe maint`
+git shortlog --no-merges $O..
index f0120e1f5aed1c18c875535b6b3e33e538994229..599efb8c908d96e4de938458654cbbe907cf00bb 100644 (file)
@@ -25,12 +25,18 @@ Specifically, the available options are:
    older clients over dumb transports (e.g. http) using older
    versions of git will also be affected.
 
+   To let git use the new loose object format, you have to
+   set core.legacyheaders to false.
+
  - Since v1.4.3, configuration repack.usedeltabaseoffset allows
    packfile to be created in more space efficient format, which
    cannot be read by git older than that version.
 
-The above two are not enabled by default and you explicitly have
-to ask for them, because these two features make repositories
+   To let git use the new format for packfiles, you have to
+   set repack.usedeltabaseoffset to true.
+
+The above two new features are not enabled by default and you
+have to explicitly ask for them, because they make repositories
 unreadable by older versions of git, and in v1.5.0 we still do
 not enable them by default for the same reason.  We will change
 this default probably 1 year after 1.4.2's release, when it is
@@ -217,7 +223,7 @@ Updates in v1.5.0 since v1.4.4 series
    "branch@{Nth}" notation.
 
  - "git show-branch" learned showing the reflog data with the
-   new -g option.  "git log" has -s option to view reflog
+   new -g option.  "git log" has -g option to view reflog
    entries in a more verbose manner.
 
  - git-branch knows how to rename branches and moves existing
@@ -253,9 +259,6 @@ Updates in v1.5.0 since v1.4.4 series
    above sentence, as git-prune does not remove things reachable
    from reflog entries.
 
- - 'git-prune' by default does not remove _everything_
-   unreachable, as there is a one-day grace period built-in.
-
  - There is a toplevel garbage collector script, 'git-gc', that
    runs periodic cleanup functions, including 'git-repack -a -d',
    'git-reflog expire', 'git-pack-refs --prune', and 'git-rerere
diff --git a/RelNotes-1.5.1.txt b/RelNotes-1.5.1.txt
new file mode 100644 (file)
index 0000000..1bb6cc1
--- /dev/null
@@ -0,0 +1,39 @@
+GIT v1.5.1 Release Notes
+========================
+
+Updates since v1.5.0
+--------------------
+
+* Deprecated commands and options.
+
+  - git-diff-stages and git-resolve have been removed.
+
+* New commands and options.
+
+  - "git log" and friends take --reverse.  This makes output
+    that typically goes reverse order in chronological order.
+    "git shortlog" usually lists commits in chronological order,
+    but with "--reverse", they are shown in reverse
+    chronological order.
+
+  - "git diff" learned --ignore-space-at-eol.  This is a weaker
+    form of --ignore-space-change.
+
+* Updated behaviour of existing commands.
+
+ - "git diff" outputs a trailing HT when pathnames have embedded
+   SP on +++/--- header lines, in order to help "GNU patch" to
+   parse its output.  "git apply" was already updated to accept
+   this modified output format since ce74618d (Sep 22, 2006).
+
+* Hooks
+
+ - The sample update hook to show how to send out notification
+   e-mail was updated to show only new commits that appeared in
+   the repository.  Earlier, it showed new commits that appeared
+   on the branch.
+
+--
+O=v1.5.0-20-ga44a0c9
+echo O=`git describe master`
+git shortlog --no-merges $O..
index 019a39f2bf7253f3938d87a21a5467e37e33a2e0..d8696b7b36ff81f47214da9d7c4ec53142b97653 100644 (file)
 -a::
        Shorthand for "--text".
 
+--ignore-space-at-eol::
+       Ignore changes in white spaces at EOL.
+
 --ignore-space-change::
        Ignore changes in amount of white space.  This ignores white
        space at line end, and consider all other sequences of one or
index 7405535ce66d7b7847fc46d5aa6035b8c9b99dd9..655fa2794dbf4c12c48dfe2cb7772d1f4e51296f 100644 (file)
@@ -592,6 +592,14 @@ same as "git-diff-index" and "git-diff-tree".</p>
 </p>\r
 </dd>\r
 <dt>\r
+--ignore-space-at-eol\r
+</dt>\r
+<dd>\r
+<p>\r
+        Ignore changes in white spaces at EOL.\r
+</p>\r
+</dd>\r
+<dt>\r
 --ignore-space-change\r
 </dt>\r
 <dd>\r
@@ -995,7 +1003,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:41 UTC\r
+Last updated 14-Feb-2007 23:44:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8fea5dedeea22ab67c22b24111a1bc595e8a5f3d..0e564002db24d4c29f79b67696a1027f1330e186 100644 (file)
@@ -593,6 +593,14 @@ entries in the index are compared.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--ignore-space-at-eol\r
+</dt>\r
+<dd>\r
+<p>\r
+        Ignore changes in white spaces at EOL.\r
+</p>\r
+</dd>\r
+<dt>\r
 --ignore-space-change\r
 </dt>\r
 <dd>\r
@@ -1085,7 +1093,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:42 UTC\r
+Last updated 14-Feb-2007 23:44:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2920f5f2c52058f665431d91b332e4343f354273..e37c93479e6f5b84087420929a9082556578559f 100644 (file)
@@ -595,6 +595,14 @@ git-diff-tree(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
+--ignore-space-at-eol\r
+</dt>\r
+<dd>\r
+<p>\r
+        Ignore changes in white spaces at EOL.\r
+</p>\r
+</dd>\r
+<dt>\r
 --ignore-space-change\r
 </dt>\r
 <dd>\r
@@ -1289,7 +1297,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:43 UTC\r
+Last updated 14-Feb-2007 23:44:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8374fdb261e73a12ef80fc7949daab1adc15d617..580b204051a7aa837b7b5e816b299ba06061f3cf 100644 (file)
@@ -641,6 +641,14 @@ any &lt;tree-ish&gt;.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--ignore-space-at-eol\r
+</dt>\r
+<dd>\r
+<p>\r
+        Ignore changes in white spaces at EOL.\r
+</p>\r
+</dd>\r
+<dt>\r
 --ignore-space-change\r
 </dt>\r
 <dd>\r
@@ -828,7 +836,7 @@ output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Jan-2007 10:29:09 UTC\r
+Last updated 14-Feb-2007 23:44:52 UTC\r
 </div>\r
 </div>\r
 </body>\r