[PATCH] graph.c: log.showRootMark to indicate root commits

2018-04-01 Thread Lyubomyr Shaydariv
When log.showRootMark is set, root commits are marked with the at sign (@). When log.showRootMark is not set, root commits are marked with the asterisk sign (*). This is the default behavior. Signed-off-by: Lyubomyr Shaydariv --- Documentation/config.txt | 5 + Documentation/git-log.txt

[PATCH] git-remote-mediawiki: support subpages as subdirectories

2015-08-27 Thread Lyubomyr Shaydariv
This is a fix for https://github.com/moy/Git-Mediawiki/issues/22 The subdirectories option is enabled using -c remote.origin.subpageDirs=true during the cloning and it is not recommended to be modified in or removed from .git/config after the cloning. Signed-off-by: Lyubomyr Shaydariv Reported