Skip to content

Commit

Permalink
DEBUG: skip Win err and debug filter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd8088 committed Jan 5, 2024
1 parent e58e885 commit 1c81ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions git/filter_process_scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func (o *FilterProcessScanner) readRequest() (*Request, error) {
v := strings.SplitN(pair, "=", 2)
if len(v) > 1 {
req.Header[v[0]] = v[1]
tracerx.Printf("filter-process header: %s", pair)
}
}

Expand Down
1 change: 1 addition & 0 deletions t/t-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ begin_test "does not look in current directory for git with credential helper"
# (which contains the malicious Git), so for now we remove the malicious
# Git as soon as possible.
cp "$BINPATH/lfstest-badpathcheck$X" "git$X"
GODEBUG=execerrdot=0 \
GIT_TRACE=1 PATH="$BINPATH:$GITPATH:$SHELLPATH" "$GITPATH/git$X" add "git$X"
rm "git$X"

Expand Down

0 comments on commit 1c81ed9

Please sign in to comment.