summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
16 hoursfeat: add compare between latest branch and HEADHEADmainmo khan
16 hoursfix: drop the .html suffix from the compare linksmo khan
16 hoursfeat: add compare pagesmo khan
30 hoursgo mod tidymo khan
36 hoursrefactor: move namespacemo khan
36 hourschore: ignore the binary in the root dirmo khan
40 hoursrefactor: return err instead of panic and use errgroupmo khan
41 hourschore: update chromamo khan
41 hoursrefactor: format html templatesmo khan
41 hoursrefactor: remove duplicate, upgrade go and document routesmo khan
43 hoursfeat: add command to generate css filesmo khan
44 hoursfix: remove duplicate cssmo khan
44 hoursrefactor: fix indentation in some of the html templatesmo khan
44 hoursdocs: add READMEmo khan
44 hoursrefactor: extract css filesmo khan
44 hoursrefactor: remove GITMAL_PPROFmo khan
44 hoursrefactor: remove NO_FILES and NO_COMMITS_LISTmo khan
44 hoursrefactor: replace gitdiff with external packagemo khan
45 hoursrefactor: clean up some duplicationmo khan
45 hoursrefactor: remove unused flagsmo khan
45 hoursrefactor: remove --theme --preview-thems --minify and --gzip flagsmo khan
45 hourschore: remove usage of --thememo khan
46 hoursfeat: add cmdmo khan
46 hoursrefactor: move packages to internal/mo khan
46 hoursrefactor: extract generator packagemo khan
46 hoursrefactor: move main.go to cmd/gitmal/mo khan
46 hoursfeat: add json and atom feedsmo khan
46 hourschore: add a Makefilemo khan
46 hourschore: exclude gitmal binarymo khan
47 hoursinitial commitmo khan
2025-12-29Add git to the docker image for full functionality (#21)Rudolf Horváth
2025-12-25fixing ordering: build before testing (#20)Rudolf Horváth
2025-12-25Merge pull request #19 from R-Rudolf/masterAnton Medvedev
2025-12-25Add smoke test before docker releaseRudolf Horvath
2025-12-25Statically link binary for alpine based Docker imageRudolf Horvath
2025-12-07Update self-hosting guide: clarify clone URLs and web view detailsAnton Medvedev
2025-12-07Add RELEASE.md with steps for creating releases and building binariesAnton Medvedev
2025-12-07Trim `.git` suffix from flag name in `main.go`Anton Medvedev
2025-12-07Refactor menu layout: restructure `.menu` and `.menu-content`, enhance stylin...Anton Medvedev
2025-12-07Update README.mdAnton Medvedev
2025-12-07Replace `flag` with `pflag` and update dependenciesAnton Medvedev
2025-12-07Merge pull request #17 from antonmedv/fix/make-branch-safeAnton Medvedev
2025-12-07Use `DirName` for branch conflict detection in `hasConflictingBranchNames`. I...Anton Medvedev
2025-12-07Add conflict detection for branches with identical namesAnton Medvedev
2025-12-07Update template to use `Branch.DirName` for commit linksAnton Medvedev
2025-12-07Replace `CurrentRef` with `CurrentRefDir` in layout parametersAnton Medvedev
2025-12-07Rename `Ref` method with `String`Anton Medvedev
2025-12-07Refactor code by introducing `Ref` typeAnton Medvedev
2025-12-07fix/make-branch-safeAnton Medvedev
2025-12-07Remove `NO_OUTPUT_DIR_CHECK` and checkAnton Medvedev