Mark Fulbright
Mark Fulbright
### Description of the bug I recently ran `git update-index --index-version 4` On the recommendation of others in an attempt to speed up certain Git operations. Since running that, 'git...
The 'move' command will automatically update all branches in the commits being moved, so that they move with the commits. Which is of course very useful. It would be great...
I would find it useful to have a function that allows searching the contents of the diff of a commit. There are already built-in functions for searching by author name,...
I would find a function that filters for commits that have been pushed to a remote repository useful in revsets. Proposed function description: `pushed(x)`: all commits in x that have...
In a typical git alias section, aliases can execute either a git command or a shell command: ``` [alias] # Git command pushForce = push --force-with-lease # Shell command fetchRebase...
Adding an interactive mode for hiding or unhiding commits, similar to how `switch` works, would be useful. The use cases for `hide`/`unhide` and `switch` are similar - they all need...