Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hope to support more parameter of git log #999
Comments
|
I found that I can use |
|
I've also run into this for I wonder, why not just pass through all options to |
|
Wait, scratch my comment, that's a different problem. Seems I should specify The options you name, It seems that tig is smart enough to also pass I would expect |
Avid fan of tig!!!
I want to use tig to compare different branches. For example,
tig master..devtig master ^devtig master...dev, they all work well.But when I use some parameter of git log, it doesn't work as expected. For example,
tig --left-right master...dev, the prefix is allways '>', which is not correct.Also, I found that
--cherry-markand--cherry-pickdo not work too. These parameters are very usefull when compare branches.Would you consider supporting these parameters? Or is there any other solution to my problem?
git version 2.25.1
tig version 2.5.0
ncurses version 5.7.20081102
readline version 8.0