git-crecord icon indicating copy to clipboard operation
git-crecord copied to clipboard

Git subcommand to interactively select changes to commit or stage

Results 16 git-crecord issues
Sort by recently updated
recently updated
newest added

Having seen the mention of `git-crecord`, I tried it out. When running, I get the following error: ``` $ git merge foo bar $ \#There are some merge conflicts at...

Right now, git-crecord calls `git` to perform all Git operations; it uses code derived from Mercurial to do that. However, it’s quite verbose and sometimes using `subprocess` directly was still...

enhancement

When in a git repository with untracked files that are not ignored, it would be nice to be able to stage and or commit those files. ``` pabs@chianamo ~ $...

enhancement

With `git gui` and `git checkout -p` there are command-line and interactive graphical interfaces to discard changes made to existing files. It would be nice for `git crecord` to have...

work in progress

Is it possible to use mouse to select or deselect hunks? Keyboard works pretty well, but sometimes using mouse would be more convenient as well and crecord would give the...

accessibility

![image](https://user-images.githubusercontent.com/471374/55294862-c58f3f80-53bb-11e9-9e92-fb7df8cff59a.png) Using a black background makes it more readable. ![image](https://user-images.githubusercontent.com/471374/55294868-e22b7780-53bb-11e9-8d13-80c15dd13d9c.png) ![image](https://user-images.githubusercontent.com/471374/55294912-654ccd80-53bc-11e9-9b23-4e14a91c3fa3.png) Alternatively in case the legend needs to have a different colors, we can use blue fonts on black background....

partially fixed
accessibility

I just discovered and installed this project and it's really great. I've been looking for a CLI tool to do line-by-line staging for a long time. I think it would...

enhancement

``` 2020-08-06 15:38:07 ~/code/aim-es-v3 (neoface-license-deps) $ git submodule add --name neoface-license-dependencies ssh://[email protected]:7999/did/neoface-license-dependencies.git docker/neoface-license-dependencies 2020-08-06 15:43:07 ~/code/aim-es-v3 (neoface-license-deps) $ git status On branch feature/neoface-license-deps Your branch is up to date with...

work in progress
partially fixed

Hey Andrew. I found a case where I think `crecord` causes corruption (of the merged data), unfortunately I couldn't find a simple reproducer, so I'll mail you my test files...