Skip to content

Commit ca997cb

Browse files
committed
Fix links in git-absorb.txt
They are rendering inline as `[GIT_SEQUENCE_EDITOR][]` etc., with a block below that supplies the mapping. Unsightly.
1 parent 142f60e commit ca997cb

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Documentation/git-absorb.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,14 @@ SHA of the commit it should be squashed into.
102102

103103
3. If you are satisfied with the output, `git rebase -i --autosquash` to
104104
squash the `fixup!` commits into their predecessors. You can set the
105-
[GIT_SEQUENCE_EDITOR][] environment variable if you don't need to edit
106-
the rebase TODO file.
105+
https://stackoverflow.com/a/29094904[GIT_SEQUENCE_EDITOR] environment
106+
variable if you don't need to edit the rebase TODO file.
107107

108108
4. If you are not satisfied (or if something bad happened), `git reset
109109
--soft` to the pre-absorption commit to recover your old state. (You can
110-
find the commit in question with `git reflog`.) And if you think `git
111-
absorb` is at fault, please [file an issue][].
112-
113-
.............................................................................
114-
[GIT_SEQUENCE_EDITOR]: https://stackoverflow.com/a/29094904
115-
[file an issue]: https://github.com/tummychow/git-absorb/issues/new
116-
.............................................................................
110+
find the commit in question with `git reflog`.) And if you think
111+
`git absorb` is at fault, please
112+
https://github.com/tummychow/git-absorb/issues/new[file an issue].
117113

118114
CONFIGURATION
119115
-------------

0 commit comments

Comments
 (0)