summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-24 17:37:43 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-24 17:42:39 +0200
commit0b3f38b3786c1b738165778d210453e1c2bfe309 (patch)
treef42d9533f1e5eee76b6fe147414dec53bf4eff1f /README.md
parent8f2f0d5d1176794bb7df2c42c54b7211e155d331 (diff)
downloadgit2hugo-0b3f38b3786c1b738165778d210453e1c2bfe309.tar.gz
g2h: Add commit page
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3796be6..e78a55c 100644
--- a/README.md
+++ b/README.md
@@ -39,11 +39,16 @@ For a full list of options, their defaults and how they're changing the behavior
Table with branch/tag, message summary and last modified date columns.
- [ ] Link commit messages to commit page.
- [ ] Tabbed log page.
-- [ ] Commit page.
+- [x] Commit page.
Collection of metadata at the beginning of the page.
- Consisting of commit hash, commit date, author, (redact email), parent(s) and child(ren).
+ Consisting of commit hash, commit date, author
Followed by the commit message and then a list of changed files.
+ - [ ] Add redacted email to authro.
+ - [ ] Add links to parent(s).
+ - [ ] Add links to child(ren).
- [ ] Show diffstat on commit page.
+ - [ ] Add button to browse tree.
+ - [ ] Add button to download tree tarball.
- [ ] Tree view.
Show the state of the tree at the current commit.
Folders should be traversable by clicking and clicking on a file should open that file's page.