search for: gfdb08034fd8

Displaying 4 results from an estimated 4 matches for "gfdb08034fd8".

2018 Nov 16
6
New LLVM git repository conversion prototype
...ge-base HEAD origin/release_70)..HEAD | tail -1 63297479398 Bump the trunk version to 8.0.0svn $ git tag -m 'Begin development of 8.0.0.' '8.0.0svn' 63297479398 Then, `git describe` can give a useful result that would be stable(-ish [*]): $ git describe --match=\*svn 8.0.0svn-7878-gfdb08034fd8 ([*] Subject to the normal caveat for git-describe: the trailing short hash may become non-unique over time. This is mentioned in the git help.) Again, I think these tags could probably be added later, but it would be nice to have a single source of truth (especially since the tag annotation is i...
2018 Nov 17
2
New LLVM git repository conversion prototype
...ump the trunk version to 8.0.0svn >> $ git tag -m 'Begin development of 8.0.0.' '8.0.0svn' 63297479398 >> >> Then, `git describe` can give a useful result that would be stable(-ish >> [*]): >> >> $ git describe --match=\*svn >> 8.0.0svn-7878-gfdb08034fd8 >> >> ([*] Subject to the normal caveat for git-describe: the trailing short >> hash may become non-unique over time. This is mentioned in the git help.) >> >> Again, I think these tags could probably be added later, but it would be >> nice to have a single sourc...
2018 Nov 15
2
New LLVM git repository conversion prototype
On 10/11/2018 03:27 PM, James Y Knight via llvm-dev wrote: > TLDR: https://github.com/llvm-git-prototype/ exists as a read-only mirror of SVN, and is being updated continuously with a script running on an llvm-project AWS VM. > Hi James, What is the current status of the monorepo, have you resolved all the known issues with the history? Are there any other changes that need to be made
2018 Nov 17
4
New LLVM git repository conversion prototype
...<dlj at google.com> wrote: >> $ git tag -m 'Begin development of 8.0.0.' '8.0.0svn' 63297479398 >> >> Then, `git describe` can give a useful result that would be stable(-ish >> [*]): >> >> $ git describe --match=\*svn >> 8.0.0svn-7878-gfdb08034fd8 >> >> ([*] Subject to the normal caveat for git-describe: the trailing short >> hash may become non-unique over time. This is mentioned in the git help.) >> >> Again, I think these tags could probably be added later, but it would be >> nice to have a single sourc...