You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+28-35Lines changed: 28 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -205,46 +205,30 @@ <h1>
205
205
<h2>Installation</h2>
206
206
<p><atarget="_blank" href="https://flatpak.org/">Flatpak</a> - is the proper way to install Stage on your linux desktop. Further commands are for terminal.</p>
207
207
<p>Add <ahref="https://flathub.org/apps/io.github.aganzha.Stage" target="_blank">Flathub</a> to flatpak remotes <br/>
<li><code>Ctrl</code> + <code>b</code> blame line under cursor</li>
275
+
</ul>
276
+
287
277
<h4>Command for displaying additional windows</h4>
288
278
<ul>
289
279
@@ -338,7 +328,10 @@ <h3>Stashes panel</h3>
338
328
<p>Hitting <code>z</code> or <imgclass="inline" src="https://raw.githubusercontent.com/keenlycode/gnomicon/refs/heads/main/src/icon/sidebar-show-symbolic.svg"/> icon will open stashes panel. Hitting <code>z</code> one more time will stash all changes.</p>
339
329
<h3>Tags window</h3>
340
330
<p>Hitting <code>t</code> in Status window brings up Tags window. That window behave as a simple list where you can <code>c</code>reate, <code>k</code> delete (as in <b>K</b>ill) and <code>p</code> push tags to remote.</p>
341
-
<p></p>
331
+
<h3>Blame</h3>
332
+
<p>Git blame in Stage is a bit strange :) Stage do not want to read your files directly. It only operates on diffs produced by libgit2. So, to view history of some line in code this line must somehow apear in Stage. This means you have to edit or delete this line :) Or line nearby (each change in git surrounded by 3 lines of context above and below). When you see your line in Stage you can put cursor on it and hit <code>Ctrl</code>+<code>b</code>. This will open up commit window pointing this line origin. Again, this works in Commit window to: hitting any line (except green one) in Commit window will bring another window with commit which contains this line adding.
0 commit comments