1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/diffusion
epriestley 58ed932e53 Fix some small Diffusion file browse view bugs
Summary:
"--date short" was introduced to git somewhere between 1.7.2.2 and 1.7.3.4,
despite 1.7.2.2 saying "--date <format>" in "git help blame". The older version
of git accepts "--date=short", however.

Also, the URI construction means you get "?view=" if you click a line number to
get a deep link, which I found vaguely annoying. Drop 'view' if we don't need
it.

Test Plan:
Looked at blame in my sandbox, although it worked before the date patch since I
have 1.7.3.4. Clicked a line number. Switched viewmodes.

Reviewed By: codeblock
Reviewers: codeblock, jungejason, tuomaspelkonen, aran
CC: aran, codeblock
Differential Revision: 423
2011-06-09 15:53:40 -07:00
..
controller Fix some small Diffusion file browse view bugs 2011-06-09 15:53:40 -07:00
data Restore some commit metadata to browse views. 2011-03-30 22:41:31 -07:00
query Fix some small Diffusion file browse view bugs 2011-06-09 15:53:40 -07:00
request Fix Diffusion line number links in Git 2011-05-18 09:24:50 -07:00
view Fix Diffusion line number links in Git 2011-05-18 09:24:50 -07:00