-
Notifications
You must be signed in to change notification settings - Fork 186
Tienmax1 #124
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
Closed
0352397554
wants to merge
17
commits into
github:elhmn-limit-tree-traversal-to-refs-passed-by-arguments
from
0352397554:master
Closed
Tienmax1 #124
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e8d9c2e
Update the installation steps to use 'go install'
rajhawaldar 1b0ecde
Upgrade build scripts to go1.21
elhmn 9640559
Merge pull request #114 from github/elhmn-upgrade-go-version
elhmn b171275
Generate automatic draft release
elhmn 8452791
Merge pull request #115 from github/elhmn-automate-relase-asset-upload
elhmn 2ed1053
Stop using deprecated function `ioutil.TempDir()`
mhagger c20cbb8
Repository.gitDir: rename member from `path`
mhagger 29fc882
Repository.GitPath(): new method, extracted from `NewRepository()`
mhagger 1d75c74
Repository.IsFull(): new method
mhagger 39102df
findGitBin(): memoize the result
mhagger 51cf26b
smartJoin(): improve docstring
mhagger 02928f1
NewRepositoryFromGitDir(): new function
mhagger f9aec50
NewRepositoryFromPath(): function renamed from `NewRepository()`
mhagger d605cdb
TestRepo: for bare repositories, use `NewRepositoryFromGitDir()`
mhagger a4fb754
Merge pull request #111 from rajhawaldar/master
mhagger fb78b41
Be mindful of `safe.bareRepository` in the tests
dscho b84ee4d
Merge pull request #117 from github/improve-repository-detection
elhmn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| name: Release | ||
|
|
||
| on: | ||
| push: | ||
| tags: | ||
| - "v*" | ||
|
|
||
| permissions: | ||
| contents: write | ||
|
|
||
| jobs: | ||
| lint: | ||
| name: Release | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Setup | ||
| uses: | ||
| actions/setup-go@v4 | ||
| with: | ||
| go-version: 1.21 | ||
|
|
||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Build releases | ||
| run: | | ||
| make releases VERSION=$GITHUB_REF_NAME | ||
|
|
||
| - name: Release | ||
| uses: softprops/action-gh-release@v1 | ||
| with: | ||
| draft: true | ||
| files: | | ||
| releases/git-sizer-* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.