Skip to content

Commit

Permalink
Autogenerated HTML docs for v1.7.5.2-315-g11bc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed May 20, 2011
1 parent 3d050d6 commit 300d436
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
23 changes: 22 additions & 1 deletion RelNotes/1.7.6.txt
Expand Up @@ -8,6 +8,9 @@ Updates since v1.7.5

* Updates the way content tags are handled in gitweb.

* Similar to branch names, tagnames that begin with "-" are now
disallowed.

* Clean-up of the C part of i18n (but not l10n---please wait)
continues.

Expand Down Expand Up @@ -56,6 +59,8 @@ Updates since v1.7.5
(or not setting it at all) restores the default behaviour of allowing
fast-forward to happen when possible.

* p4-import (from contrib) learned a new option --preserve-user.

* "git rebase" that does not specify on top of which branch to rebase
the current branch now uses @{upstream} of the current branch.

Expand All @@ -65,6 +70,10 @@ Updates since v1.7.5
* "git submodule update" learned "--force" option to get rid of local
changes in submodules and replace them with the up-to-date version.

* "git status" and friends ignore .gitmodules file while the file is
still in a conflicted state during a merge, to avoid using information
that is not final and possibly corrupt with conflict markers.

* Compressed tarball gitweb generates is made without the timestamp of
the tarball generation; snapshot from the same tree should result in
a same tarball.
Expand All @@ -86,14 +95,26 @@ included in this release.

* The bash completion scripts should correctly work using zsh's bash
completion emulation layer now.
(merge either fc/completion-zsh later)
(merge fc/completion-zsh later)

* The logic to handle "&" (expand to UNIX username) in GECOS field
miscounted the length of the name it formatted.
(merge rg/copy-gecos-username later)

* "git cherry-pick -s resolve" failed to cherry-pick a root commit.
(merge jk/cherry-pick-root-with-resolve later)

* "git config" used to choke with an insanely long line.
(merge ef/maint-strbuf-init later)

* "git log --stdin path" with an input that has additional pathspec
used to corrupt memory.
(merge jc/maint-pathspec-stdin-and-cmdline later)

* "git send-pack" (hence "git push") over smalt-HTTP protocol could
deadlock when the client side pack-object died early.
(merge js/maint-send-pack-stateless-rpc-deadlock-fix later)
(merge jk/git-connection-deadlock-fix later)

---
exec >/var/tmp/1
Expand Down
2 changes: 1 addition & 1 deletion git.html
Expand Up @@ -2210,7 +2210,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2011-05-06 20:23:07 UTC
Last updated 2011-05-20 05:45:28 UTC
</div>
</div>
</body>
Expand Down
3 changes: 2 additions & 1 deletion git.txt
Expand Up @@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.7.5.1/git.html[documentation for release 1.7.5.1]
* link:v1.7.5.2/git.html[documentation for release 1.7.5.2]

* release notes for
link:RelNotes/1.7.5.2.txt[1.7.5.2],
link:RelNotes/1.7.5.1.txt[1.7.5.1],
link:RelNotes/1.7.5.txt[1.7.5].

Expand Down

0 comments on commit 300d436

Please sign in to comment.