-
```
What steps will reproduce the problem?
iptables -F -t mangle
iptables -t mangle -A PREROUTING -p udp -j CONNMARK --restore-mark
iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark
…
-
```
What steps will reproduce the problem?
iptables -F -t mangle
iptables -t mangle -A PREROUTING -p udp -j CONNMARK --restore-mark
iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark
…
-
```
What steps will reproduce the problem?
iptables -F -t mangle
iptables -t mangle -A PREROUTING -p udp -j CONNMARK --restore-mark
iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark
…
-
Untracked files:
(use "git add ..." to include in what will be committed)
bot/cake
bot/cake.cmd
bot/coffee
bot/coffee.cmd
bot/express
bot/e…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Precommit has been failing for me recently with odd exceptions like this:
```Java
* What went wrong:
Execution failed for task ':checkWorkingCopyClean'.
> Working copy is not a clean git checkout (s…
-
### OpenShift version
Not related to OpenShift
### Problem description
Untracked commit is showing wrong number
### Steps to reproduce
1. Create commit and deployment
### Current behavior
Unt…
-
```
What steps will reproduce the problem?
iptables -F -t mangle
iptables -t mangle -A PREROUTING -p udp -j CONNMARK --restore-mark
iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark
…
-
Preact signals allow a read during a subscription, ie:
```ts
signal.subscribe((value) => console.log(value));
```
This seems impossible with watchers, as this code throws:
```ts
const watche…
-
## Reproduction:
- edit some tracked files (1)
- create one or more new files, i.e. "untracked" (2), but do not stage them
- create a stash of everything in the working directory: `$ git stash -u -…