-
Running:
```
buildbot try --builder=runtests --vc=git --connect=pb --master=localhost:8031 --username=foo --passwd=bar
```
Would result in the builder failing with:
```
git apply --index -p …
-
Hi,
After to updated git version to 2.39.1 ubuntu focal version the git-crypt not working for merge command.
```sh
> GIT_CURL_VERBOSE=1 GIT_TRACE=1 git merge master
14:35:12.818355 git.c:460 …
-
**Version info**
- OS: Windows 10 Pro Version 22H2, 64-bit operating system
- Build: 2091
**Description**
This issue occurs inconsistently. When adding files, committing changes, or pushin…
-
Hi,
I'm doing this on the git.git repository.
```
$ git log >/tmp/log
$ git log | e-sink.pl # save the buffer as /tmp/log.2
$ git diff /tmp/log /tmp/log.2
diff --git a/tmp/log b/tmp/log.2
index 52b4…
-
![grafik](https://user-images.githubusercontent.com/12561505/36924388-ae3deb16-1e6e-11e8-9f4e-397b280a95f1.png)
The checkbox is disabled and cannot be checked.
Git version: 2.16.1.windows.2
Git…
-
**Problem description**
[`textconv`](https://git.wiki.kernel.org/index.php/Textconv) tells git to use an external program to convert binary files to text, so diffs can be computed for them. That li…
-
## Practice: git environment settings
1. Download git: https://git-scm.com/downloads
2. Execute below command and check if git has been downloaded.
```sh
$ git --version
```
3. Set user configur…
-
This plugin does not play nice with various git-related plugins such as [fugitive][], [gitgutter][] and [signify][].
For `gitgutter`, bogus signs are shown, based on the output of
git diff -…
goerz updated
4 years ago
-
Type: Bug
Any action in Git takes ages (minutes). The Git output window shows that each command which VSCode executes takes 3-20 seconds (!). However, if I manually copy those commands into the con…
-
Here we have the actual command and a brief listing of all options and positional parameters.
For subcommands there will be the space, unlike the manual page `NAME` section as shown in #154
exa…