-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newvers.sh: add support for gitup(1) #449
Conversation
|
@emaste Here it is. Please have a look. This is how it looks for me: This is an upport to current. I use |
ec2df52
to
458234c
Compare
|
I'm currently blocked on johnmehr/gitup#36 for testing |
|
Here's what a stable/12 .gituprevision looks like in my tree |
458234c
to
0ffeda3
Compare
gitup writes a .gituprevision file into the shallow clone directory. Read that file and print commit information only.
0ffeda3
to
1f8d163
Compare
gitup writes a .gituprevision file into the shallow clone directory. Read that file and print commit information only. Submitted by: Michael Osipov <michael.osipov@siemens.com> Pull Request: #449 While here, drop the redundant branch name from the git output and don't count commits in shallow clones. Reported by: Michael Osipov <michael.osipov@siemens.com> MFC after: 2 weeks
|
Everything has been merged. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git branch information is not redundant in my context of use and my local git branches now put the lines back in after the lines were removed from FreeBSD's main. (This does not deal with the lack of redundancy for pure FreeBSD branches in my context, unfortunately.)
I advocated to have them, but committers thought otherwise. |
I would also like to point out that I created two distinct commits with proper messages. They were needlessly squashed into one. |
gitup writes a .gituprevision file into the shallow clone directory. Read that file and print commit information only. Submitted by: Michael Osipov <michael.osipov@siemens.com> Pull Request: freebsd/freebsd-src#449 While here, drop the redundant branch name from the git output and don't count commits in shallow clones. Reported by: Michael Osipov <michael.osipov@siemens.com> MFC after: 2 weeks
gitup writes a .gituprevision file into the shallow clone directory. Read that file and print commit information only. Submitted by: Michael Osipov <michael.osipov@siemens.com> Pull Request: #449 While here, drop the redundant branch name from the git output and don't count commits in shallow clones. Reported by: Michael Osipov <michael.osipov@siemens.com> MFC after: 2 weeks PR: 252507 (cherry picked from commit a9fc14f)
* Improve testing of memcpy including adding perf test. * Change remaining_bytes to be branch free. Use reciprocal division followed by multiply to remove a branch.
gitup writes a .gituprevision file into the shallow clone directory. Read that file and print commit information only. Submitted by: Michael Osipov <michael.osipov@siemens.com> Pull Request: freebsd/freebsd-src#449 While here, drop the redundant branch name from the git output and don't count commits in shallow clones. Reported by: Michael Osipov <michael.osipov@siemens.com> MFC after: 2 weeks PR: 252507 (cherry picked from commit a9fc14fbf445cffd18f34f6a602bdba84bb5a867)
gitup writes a .gituprevision file into the shallow clone directory. Read that
file and print commit plus branch information along with other version information.