paulwkc

Results 3 comments of paulwkc

Add support of toggling commit and author (name and date) 1. author name and committer name, toggle option=m 2. author-date and commit-date, toggle option=M This is effective in views: main,...

> > > Tried this PR, rebased onto current upstream master, and noticed: > > The 'm' shortcut is set for toggling the commit-date. It doesn't work, because m is...

I do this in some builds: ``` ./autogen.sh ./configure --prefix='{{ cfg_prefix }}' LDFLAGS='-Wl,-rpath,{{cfg_prefix}}/lib/ --static' LIBS='-pthread' make -j sudo make install ``` Replace `{{cfg_prefix}}` with your desired path like `/usr/local`.