-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Auto-init repo on license, .gitignore select #12202
Merged
lafriks
merged 8 commits into
go-gitea:master
from
cipherboy:detect-auto-init-repository
Jul 23, 2020
Merged
Auto-init repo on license, .gitignore select #12202
lafriks
merged 8 commits into
go-gitea:master
from
cipherboy:detect-auto-init-repository
Jul 23, 2020
Commits on Jul 9, 2020
-
Auto-init repo on license, .gitignore select
When a .gitignore or LICENSE file is added, the user is expecting the repository to be auto-initialized. However, nothing sets the auto_init value, so it remains at its default. We should set it to checked when a .gitignore or LICENSE file is added, matching user expectations. If the user clears .gitignore or LICENSE, it will leave repository creation enabled. If the user changes the value again, it will re-check the box if the user has since de-checked it. This behavior is at least consistent. Resolves: go-gitea#11071 Signed-off-by: Alexander Scheel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63a0256 - Browse repository at this point
Copy the full SHA 63a0256View commit details
Commits on Jul 20, 2020
-
Update web_src/js/index.js per @silverwind's suggestion.
Co-authored-by: silverwind <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74530b1 - Browse repository at this point
Copy the full SHA 74530b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224d7b0 - Browse repository at this point
Copy the full SHA 224d7b0View commit details
Commits on Jul 22, 2020
-
Co-authored-by: Lauris BH <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e60072 - Browse repository at this point
Copy the full SHA 5e60072View commit details -
Co-authored-by: Lauris BH <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c25ef4d - Browse repository at this point
Copy the full SHA c25ef4dView commit details -
Co-authored-by: Lauris BH <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f07d415 - Browse repository at this point
Copy the full SHA f07d415View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a5758 - Browse repository at this point
Copy the full SHA b8a5758View commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cf6052a - Browse repository at this point
Copy the full SHA cf6052aView commit details
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.