forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 140
built-in add -p: add support for the same config settings as the Perl version #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dscho
wants to merge
10
commits into
gitgitgadget:js/patch-mode-in-others-in-c
from
dscho:add-p-in-c-config-settings
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e12df77
t3701: adjust difffilter test
dscho 413a87b
built-in add -p: support interactive.diffFilter
dscho 062c624
built-in add -p: handle diff.algorithm
dscho 09a8946
terminal: make the code of disable_echo() reusable
dscho a81304c
terminal: accommodate Git for Windows' default terminal
dscho 8d9c703
terminal: add a new function to read a single keystroke
dscho 8ed4487
built-in add -p: respect the `interactive.singlekey` config setting
dscho cdc609f
built-in add -p: handle Escape sequences in interactive.singlekey mode
dscho 80b0f25
built-in add -p: handle Escape sequences more efficiently
dscho 7ab7ec6
ci: include the built-in `git add -i` in the `linux-gcc` job
dscho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ linux-gcc) | |
export GIT_TEST_OE_DELTA_SIZE=5 | ||
dscho marked this conversation as resolved.
Show resolved
Hide resolved
dscho marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, Derrick Stolee wrote (reply to this):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
||
export GIT_TEST_COMMIT_GRAPH=1 | ||
export GIT_TEST_MULTI_PACK_INDEX=1 | ||
export GIT_TEST_ADD_I_USE_BUILTIN=1 | ||
make test | ||
;; | ||
linux-gcc-4.8) | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Git mailing list, SZEDER Gábor wrote (reply to this):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the Git mailing list, Johannes Schindelin wrote (reply to this):