Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: longturn/freeciv21
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0-rc.3
Choose a base ref
...
head repository: longturn/freeciv21
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
Loading
Showing 3,583 changed files with 82,630 additions and 58,278 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -9,3 +9,6 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# don't export these files
data/graphics/** export-ignore
data/graphics/** export-ignore
.coverity/** export-ignore
.github/** export-ignore
.gitlab-ci.yaml export-ignore
.readthedocs.yaml export-ignore

# text files
* text=auto
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Platform and version (please complete the following information):**
- OS: [e.g. Windows 10]
- Freeciv21 version: [e.g. 3.0-alpha3]
- OS: [e.g. Windows 10 / Linux / macOS]
- Freeciv21 version: [e.g. 3.1-alpha.1]
- Ruleset/Longturn game (if applicable): [e.g. `classic` or `LTEx24`]

**Additional context**
58 changes: 0 additions & 58 deletions .github/workflows/automation.yaml

This file was deleted.

Loading