-
Notifications
You must be signed in to change notification settings - Fork 621
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
Log view fixes #1128
Merged
Merged
Log view fixes #1128
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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 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 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 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#!/bin/sh | ||
|
||
. libtest.sh | ||
. libgit.sh | ||
|
||
steps ' | ||
:save-display log-graph.screen | ||
' | ||
|
||
in_work_dir create_repo_from_tgz "$base_dir/files/scala-js-benchmarks.tgz" | ||
|
||
test_tig log --graph e59a941 | ||
|
||
assert_equals 'log-graph.screen' <<EOF | ||
* commit e59a941c4e7d51cd172ee2767a031f5f3fd25d05 | ||
|\ Merge: 110e090 940efaf | ||
| | Author: Jonas Fonseca <[email protected]> | ||
| | Date: Thu Jan 16 07:47:58 2014 -0800 | ||
| | | ||
| | Merge pull request #4 from phaller/patch-1 | ||
| | | ||
| | Fix link to Dart benchmark harness | ||
| | | ||
| | README.md | 2 +- | ||
| | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| | | ||
| * commit 940efafc379db7c6df99449d6c4da98c6a2b3d07 | ||
|/ Author: Philipp Haller <[email protected]> | ||
| Date: Thu Jan 16 15:32:52 2014 +0100 | ||
| | ||
| Fix link to Dart benchmark harness | ||
| | ||
| README.md | 2 +- | ||
| 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| | ||
* commit 110e090f815f40d649f5432172584057b550a160 | ||
| Author: Jonas Fonseca <[email protected]> | ||
| Date: Tue Dec 17 00:02:15 2013 +0100 | ||
| | ||
| Update links to reflect project name change | ||
| | ||
| scalajs-benchmarks -> scala-js-benchmarks | ||
[log] e59a941c4e7d51cd172ee2767a031f5f3fd25d05 - line 1 of 559 5% | ||
EOF |
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.
Changes look good, I just have a related question - I can't figure out how to make
set refresh-mode = after-command
work. It doesn't refresh after I run:!echo
and typeq
.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.
I must say that I don't use it either. Wondering if anyone does... WATCH_EVENT_AFTER_COMMAND seems to be trigged only after opening an editor or running a command requiring confirmation.
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.
Hehm, yeah, the refresh code is really buggy unfortunately. It probably needs to be completely redesigned. Might be better to rip it out.