-
Notifications
You must be signed in to change notification settings - Fork 155
difftool.c: learn a new way start at specified file #870
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
difftool.c: learn a new way start at specified file #870
Conversation
/submit |
Submitted as pull.870.git.1612711153591.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, 胡哲宁 wrote (reply to this):
|
e77c3e3
to
2468eaf
Compare
/submit |
Submitted as pull.870.v2.git.1612803744188.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, David Aguilar wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into seen via git@607ce86. |
On the Git mailing list, 胡哲宁 wrote (reply to this):
|
On the Git mailing list, 胡哲宁 wrote (reply to this):
|
2468eaf
to
29fc6b4
Compare
/submit |
Submitted as pull.870.v3.git.1612884654078.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, 胡哲宁 wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, ZheNing Hu wrote (reply to this):
|
29fc6b4
to
3accfb9
Compare
/submit |
Submitted as pull.870.v4.git.1613308167239.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
Preview email sent as pull.870.v6.git.1613633185.gitgitgadget@gmail.com |
@dscho Hello, I have a question for you. How can I send my patch completely based on the gitster patch and not send the gitster patch (because my previous practice always sends gitster patches) |
On the Git mailing list, ZheNing Hu wrote (reply to this):
|
@adlternative, try setting the base branch of this PR to Also, instead of cherry-picking Junio's patch, make sure that you're rebased on top of his series: |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
Thanks, i will try! |
On the Git mailing list, ZheNing Hu wrote (reply to this):
|
10aec91
to
5cadecf
Compare
`git difftool` only allow us to select file to view in turn. If there is a commit with many files and we exit in the middle, we will have to traverse list again to get the file diff which we want to see. Therefore,teach the command an option `--skip-to=<path>` to allow the user to say that diffs for earlier paths are not interesting (because they were already seen in an earlier session) and start this session with the named path. Signed-off-by: ZheNing Hu <adlternative@gmail.com>
5cadecf
to
4377a91
Compare
/submit |
Submitted as pull.870.v6.git.1613739235241.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, ZheNing Hu wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into seen via git@83e7245. |
This patch series was integrated into next via git@eeff734. |
This patch series was integrated into seen via git@5f1ceaf. |
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
User |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This patch series was integrated into seen via git@9966f27. |
This patch series was integrated into seen via git@6eea44c. |
This patch series was integrated into next via git@6eea44c. |
This patch series was integrated into master via git@6eea44c. |
Closed via 6eea44c. |
through environment variables. The current version is based on the
"diff --skip-to=" feature implemented by gitster,
which implements a possible solution for the jump of difftool.
cc: Denton Liu liu.denton@gmail.com
cc: David Aguilar davvid@gmail.com
cc: John Keeping john@keeping.me.uk
cc: Junio C Hamano gitster@pobox.com
cc: Ryan Zoeller rtzoeller@rtzoeller.com
cc: Johannes Schindelin Johannes.Schindelin@gmx.de