it would be great if there would be some screenshots of configuration and usage

Moderators: Hacker, petermad, Stefan2, white
Code: Select all
[CustomFields]
Widths3=91,30,-40,60,220
Headers3=Size\nDate\nCommit
Contents3=[=gitcmd.SizeAndBranch]\n[=gitcmd.LastDate]\n[=gitcmd.FallAuthor]: [=gitcmd.FallMessage] ([=gitcmd.FallAge])
Options3=1786|1|96
Thanks for the follow-up! Do you know if there is somewhere another plugin (x64) that adds Git information in TC ?deus-ex wrote: 2021-01-22, 13:32 UTC The plugin author stated back in 2017 that he wouldn't have the capacities to do it by himself. The GitHub project hasn't been updated since its last release in April 2015.
Code: Select all
"LastMessage","LastAuthor","LastMail","LastDate", "LastAge",
"FallMessage","FallAuthor","FallMail","FallDate", "FallAge",
Oh great! Thanks for your time buddy!tbeu wrote: 2021-01-23, 21:17 UTC I could easily recompile that repository in Visual Studio while also updating to latest libgit2. Thus, working on it, but needs some more clean up, since a modified libgit2 was used previously.
The meaning of the "fallthrough" and "last" values is (briefly) explained in a code comment in gitcmd.cpp https://github.com/Darthholi/WDX_GitCommander/blob/master/gitcmd.cpp#L54:tbeu wrote: 2021-01-23, 21:17 UTC Does anyone know the meaning of the Fall* fields? Are the Last* fields are needed?
How those enum values correspond to the Last* and Fall* fields should become apparent by looking at the switch block in the function ContentGetValue in the same gitcmd.cpp file. (https://github.com/Darthholi/WDX_GitCommander/blob/3d22fe2ad631ec4bffa93add98264ec4632dc475/gitcmd.cpp#L466-L504)enum EGitWantSrc{ENone,EThisCommit,ELastAffecting,ELastFallthrough};//the checkout-commit where we stand, the last commit affected file OR empty, the last commit affected file OR currentcheckout
I could easily recompile that repository in Visual Studio while also updating to latest libgit2. Thus, working on it, [...]
The plugin installed fine, but I totally don't understand how to use it.tbeu wrote: 2021-01-30, 20:56 UTC Version 2.0.0 with 64-bit support finally is available from totalcmd.net.