You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not related to any problem. When I want to see the current directory changes and log use gitui . or gitui -d <dir>, will always use whole git repository changes and log.
Describe the solution you'd like
Want to add an option like gitui . to see the changes and logs only is this directory, not the whole repository.
Describe alternatives you've considered
Now I can use git log ., git status . or tig .
This discussion was converted from issue #788 on October 11, 2021 06:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Not related to any problem. When I want to see the current directory changes and log use
gitui .
orgitui -d <dir>
, will always use whole git repository changes and log.Describe the solution you'd like
Want to add an option like
gitui .
to see the changes and logs only is this directory, not the whole repository.Describe alternatives you've considered
Now I can use
git log .
,git status .
ortig .
Additional context
None
Thanks~
Beta Was this translation helpful? Give feedback.
All reactions