Skip to content

Commit 2fabcfa

Browse files
author
Erich Keane
committed
Remove misleading line about git's lack of revision numbers.
Change-Id: I8a22cb4b4bef9bceee1f43381435d664c2cfd770 llvm-svn: 351357
1 parent 2623870 commit 2fabcfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/docs/Proposals/GitHubMove.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ A single revision number (e.g. r123456) thus identifies a consistent version of
105105
all LLVM sub-projects.
106106

107107
Git does not use sequential integer revision number but instead uses a hash to
108-
identify each commit. (Linus mentioned that the lack of such revision number
109-
is "the only real design mistake" in Git [TorvaldRevNum]_.)
108+
identify each commit.
110109

111110
The loss of a sequential integer revision number has been a sticking point in
112111
past discussions about Git:
@@ -860,7 +859,6 @@ References
860859
.. [LattnerRevNum] Chris Lattner, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041739.html
861860
.. [TrickRevNum] Andrew Trick, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041721.html
862861
.. [JSonnRevNum] Joerg Sonnenberg, http://lists.llvm.org/pipermail/llvm-dev/2011-July/041688.html
863-
.. [TorvaldRevNum] Linus Torvald, http://git.661346.n2.nabble.com/Git-commit-generation-numbers-td6584414.html
864862
.. [MatthewsRevNum] Chris Matthews, http://lists.llvm.org/pipermail/cfe-dev/2016-July/049886.html
865863
.. [submodules] Git submodules, https://git-scm.com/book/en/v2/Git-Tools-Submodules)
866864
.. [statuschecks] GitHub status-checks, https://help.github.com/articles/about-required-status-checks/

0 commit comments

Comments
 (0)