guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

Can not navigate to commit by a hyperlink with log filter applied #1897

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a commit A that has a hash code of another one B entered in comment 
text.
2. Open "Show log" dialog.
3. Type in such filter that A can be shown but B can not.
4. In comment for commit A click on hyperlink

What is the expected output?
You should be refered to commit B
Probably filter should be cleared automatically.

What do you see instead?
Message box "No more revisions found"

What version of TortoiseGit and msysgit are you using? On
what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by gerich.h...@gmail.com on 4 Sep 2013 at 12:59

Attachments:

GoogleCodeExporter commented 9 years ago
TGit should ask if it should disable a filter. Sometimes you don't want to get 
it disabled automatically. Also, can we chack if disabling the filter helps at 
all (e.g. a link to a hash that does not exist at all)?

Original comment by sstrickr...@googlemail.com on 4 Sep 2013 at 3:28

GoogleCodeExporter commented 9 years ago
Ideally, TGit would add that single commit to the list of filtered commits 
shown, while preserving the filter. The extra commit would act as an exception 
to the current filter. The next time the filter was changed, the list of 
exceptions would be deleted.

This might be harder to implement, but it would be worth it.

Original comment by davide.b...@gmail.com on 6 Oct 2013 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by sstrickr...@googlemail.com on 29 Mar 2015 at 6:44