-
**Is your feature request related to a problem? Please describe.**
I am using infection on a moodle plugin and now want to use the git-diff-lines/filter feature. The issue is that the project root (w…
-
**Is your feature request related to a problem? Please describe.**
It feels frustrating when even the `help` command gives an error.
```
$ jj help annotate
error: unrecognized subcommand 'annotate…
-
# Issue
Some of the git commands issued by ASV are failing on GitHub CI. More precisely
```
·· Running '/usr/local/bin/git name-rev --name-only --exclude=remotes/* --no-undefined 285bdfd58cc1cc045f…
-
Hello,
This is a continuation of git/git-scm.com#744
> A chapter on extending git e.g `git-my-command` would be nice. There doesn't seem to be a reference or guide on doing it. There's always […
ghost updated
6 months ago
-
When trying to parse a minimal diff using `git diff --unified=0` the resulting `lines` in `toFileRange` is the same as the `start` value.
The following example (adding a single line):
```diff
d…
-
```
git shortlog HEAD -sn --no-merges
```
-
git commands
-
```
seth@SJB:~/Proj/FeatherstoneHoltzmanZola_3210_Project3$ git checkout interior
Downloading assets/fantasy_interior/scene.bin (29 MB)
Error downloading object: assets/fantasy_interior/scene.bin (7f…
-
### Description of the bug:
HEAD is now at 751d4d8e PR #229: Allow lint configuration to be placed in files I am opening this early to ask for comments.
Extracting Bazel installation...
Startin…
-
I have a bulk rename function:
```fish
177 function git-rename
178 for old_file in $argv[3..-1]
179 set new_file (echo $old_file | perl -pe "s/$argv[1]/$argv[2]/")
180 if test $old_fi…