tig icon indicating copy to clipboard operation
tig copied to clipboard

Text-mode interface for git

Results 197 tig issues
Sort by recently updated
recently updated
newest added

I installed `git-windows` 2.35.1. which has `tig` 2.5.5. Cursor up and down keys are bound to weird actions. Rebinding in the config doesn't change that: ``` bind generic move-up bind...

When having very long lines in a file, and trying to use `tig status` the preview of a file breaks when it contains long lines (>2048). Running on a recent...

type:bug

In the blame view of a renamed file, the `%(file)` contains the name of the file at each row's creation. For example, running `:echo %(file)` on the two lines below...

component:blame

Sorry, I've bought this up before https://github.com/jonas/tig/issues/1006 Though just to capture my thoughts and what workflow I'm after, it's this: https://s.natalian.org/2022-07-28/greenred.mp4 Being able to see the whole file, with the...

I get a similar issue as #371 when I try to list multiple tokens inside a single `%(prompt)` call. Sometimes you want to list multiple tokens to be given to...

git add has the "intent to add" option for new files, when a new file can be added, but not staged. tig does not seem to support this behaviour at...

component:status

The key binding @ in [contrib/vim.tigrc](https://github.com/jonas/tig/blob/master/contrib/vim.tigrc) is not working, ``` bind generic @ none bind generic @j :/^@@ bind generic @k :?^@@ bind generic @- :toggle diff-context -1 bind generic...

A second attempt (after #1139) to add two features: - autoscroll in pager, - regex matching lines colorization in pager. In this attempt I've did what has been recommended to...

After rather unfun `FILE *f = fopen("…"); fprintf(f,"…"); …` or `report("…");` experiences when needed to debug something I've decided to write a debugging function&macro for the 21th century. Features: -...

Untracked files are `not shown` even with ``` set status-show-untracked-dirs = yes # Show files in untracked directories? (status) set status-show-untracked-files = yes # Show untracked files? ``` in my...