Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
616fe00
Refactor README intro for clarity and layout
RafaelJohn9 May 23, 2025
61b0883
Add detailed Table of Contents for project documentation
RafaelJohn9 May 23, 2025
6fad6bf
Add "Getting Started" section with recommended cloning method
RafaelJohn9 May 23, 2025
000aad3
Remove $ from shell commands to improve copy-pasting
RafaelJohn9 May 23, 2025
b167db0
Add manual sparse clone instructions and remove $ from commands
RafaelJohn9 May 23, 2025
0c06fa8
Refine note on using sparse-checkout with existing full clones
RafaelJohn9 May 23, 2025
5481388
Add detailed directory structure section with descriptions
RafaelJohn9 May 23, 2025
289edb6
Revamp local development section with prerequisites and serving instr…
RafaelJohn9 May 23, 2025
3461aa1
Clarify usage of Hugo’s built-in server with ugly URLs disabled
RafaelJohn9 May 23, 2025
283537a
Add "Enabling Search Locally" section and clean up shell command form…
RafaelJohn9 May 23, 2025
3f0cb77
Update Pagefind server instructions and add note on performance impact
RafaelJohn9 May 23, 2025
d9c5731
Revise Testing section for clarity and improved formatting
RafaelJohn9 May 23, 2025
aaf72d5
Clarify Playwright setup and testing instructions
RafaelJohn9 May 23, 2025
3adf702
Refactor manual pages section for clarity and structure
RafaelJohn9 May 23, 2025
bf34f05
Clarify manual page generation instructions and add localized build s…
RafaelJohn9 May 23, 2025
b33b0f8
Refactor instructions for downloads data and ProGit book updates
RafaelJohn9 May 23, 2025
ef25c49
Improve ProGit book update instructions
RafaelJohn9 May 23, 2025
b5f4412
Improve contribution instructions
RafaelJohn9 May 23, 2025
aee7190
Add detailed instructions for adding new GUI clients
RafaelJohn9 May 23, 2025
1311004
Refactor and enhance Useful Links section
RafaelJohn9 May 23, 2025
863f29f
Improve formatting and clarity of License section
RafaelJohn9 May 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ To add a new GUI client to the [list of GUI clients](https://git-scm.com/downloa

---

The source code for the site is licensed under the MIT license, which you can find in
the MIT-LICENSE.txt file.
## License

All graphical assets are licensed under the
[Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
The source code for this site is licensed under the MIT license (see `MIT-LICENSE.txt`).
All graphical assets are licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
Comment on lines -255 to +292
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing that line break makes the diff less clear.

Loading