mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-15 10:06:26 -04:00
Detect the repository's object format by checking the commit hash length and use the appropriate empty tree commit hash. SHA-256 repos use 64-character hashes and a different empty tree hash than SHA-1, which caused the initial commit to show no files in the Commit pane. Closes #5385 |
||
|---|---|---|
| .. | ||
| git_commands | ||
| git_config | ||
| hosting_service | ||
| models | ||
| oscommands | ||
| patch | ||
| testdata | ||
| git.go | ||
| git_cmd_obj_builder.go | ||
| git_cmd_obj_runner.go | ||