]> git.neil.brown.name Git - edlib.git/commit
Start git-mode: selection menu item to view git commit.
authorNeilBrown <neil@brown.name>
Sat, 30 Sep 2023 22:59:55 +0000 (09:59 +1100)
committerNeilBrown <neil@brown.name>
Sun, 1 Oct 2023 09:37:37 +0000 (20:37 +1100)
commit4d4a1af6b995578be5516f4cc36e6927eadb637f
treeaa1136720ded5c82d262e64e76bb777ff34398b7
parent09edcf2711035b0d62991a4a0adab6a416002d10
Start git-mode: selection menu item to view git commit.

The selection menu now has a "git view" entry. If the seleciton is a git
commit hash which can be found in a visited directory, then show it.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
data/modules.ini
mode-emacs.c
python/lib-git.py [new file with mode: 0644]
python/lib-shellcmd.py