mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/250
Author: @ggtakec
Created: 8/21/2015
Status: ✅ Merged
Merged: 8/21/2015
Merged by: @ggtakec
Base:
master← Head:issue#228📝 Commits (2)
751c868s3fs can print version with short commit hash - #2288f8e52bs3fs can print version with short commit hash(2) - #228📊 Changes
7 files changed (+66 additions, -9 deletions)
View changed files
📝
Makefile.am(+1 -1)📝
autogen.sh(+22 -0)📝
configure.ac(+35 -3)📝
src/Makefile.am(+1 -1)📝
src/common.h(+3 -0)📝
src/s3fs.cpp(+2 -2)📝
src/s3fs_util.cpp(+2 -2)📄 Description
Added commit short hash in version string.
autogen.sh puts default_commit_hash in source root directory, and configure.ac makes config.h with it.
Because Makefile which is made by s3fs configure can build tar ball including source codes, it does not have .git directory.
But we should print commit hash base of source files which is made, when developer who has only tar ball builds binary.
So default_commit_hash file is included in tar ball, it can be printed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.