mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
626fbee0dd
It's useful to know which commit is checked out in the underlying Git repo (if there is one), so let's show that. This patch indicates that commit with `HEAD@git` in the log output. It's probably not very useful when the Git repo is "internal" (i.e. stored inside `.jj/`), because then it's unlikely to change often. I therefore considered not showing it when the Git repo is internal. However, it turned out that `HEAD` points to a non-existent branch in the repo I use, so it won't get imported anyway (by the function added in the previous patch). We can always review this decision later. This is part of #44. |
||
---|---|---|
.. | ||
commands.rs | ||
diff_edit.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
testutils.rs | ||
ui.rs |