[llvm] r351357 - Remove misleading line about git's lack of revision numbers.

Erich Keane via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 08:59:11 PST 2019


Author: erichkeane
Date: Wed Jan 16 08:59:11 2019
New Revision: 351357

URL: http://llvm.org/viewvc/llvm-project?rev=351357&view=rev
Log:
Remove misleading line about git's lack of revision numbers.

Change-Id: I8a22cb4b4bef9bceee1f43381435d664c2cfd770

Modified:
    llvm/trunk/docs/Proposals/GitHubMove.rst

Modified: llvm/trunk/docs/Proposals/GitHubMove.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Proposals/GitHubMove.rst?rev=351357&r1=351356&r2=351357&view=diff
==============================================================================
--- llvm/trunk/docs/Proposals/GitHubMove.rst (original)
+++ llvm/trunk/docs/Proposals/GitHubMove.rst Wed Jan 16 08:59:11 2019
@@ -105,8 +105,7 @@ A single revision number (e.g. r123456)
 all LLVM sub-projects.
 
 Git does not use sequential integer revision number but instead uses a hash to
-identify each commit. (Linus mentioned that the lack of such revision number
-is "the only real design mistake" in Git [TorvaldRevNum]_.)
+identify each commit.
 
 The loss of a sequential integer revision number has been a sticking point in
 past discussions about Git:
@@ -860,7 +859,6 @@ References
 .. [LattnerRevNum] Chris Lattner, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041739.html
 .. [TrickRevNum] Andrew Trick, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041721.html
 .. [JSonnRevNum] Joerg Sonnenberg, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041688.html
-.. [TorvaldRevNum] Linus Torvald, http://git.661346.n2.nabble.com/Git-commit-generation-numbers-td6584414.html
 .. [MatthewsRevNum] Chris Matthews, http://lists.llvm.org/pipermail/cfe-dev/2016-July/049886.html
 .. [submodules] Git submodules, https://git-scm.com/book/en/v2/Git-Tools-Submodules)
 .. [statuschecks] GitHub status-checks, https://help.github.com/articles/about-required-status-checks/




More information about the llvm-commits mailing list