Skip to content

Commit

Permalink
cleanup: remove deprecated git.io link
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Apr 27, 2022
1 parent 0beba05 commit c4fb1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions git-branchless/src/commands/undo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ fn render_cursor_smartlog(
}

fn describe_event(glyphs: &Glyphs, repo: &Repo, event: &Event) -> eyre::Result<Vec<StyledString>> {
// Links to https://github.com/arxanas/git-branchless/issues/57
const EMPTY_EVENT_MESSAGE: &str =
"This may be an unsupported use-case; see https://git.io/J0b7z";
"This may be an unsupported use-case; see https://github.com/arxanas/git-branchless/issues/57";

let result = match event {
Event::CommitEvent {
Expand Down
2 changes: 1 addition & 1 deletion git-branchless/tests/command/test_undo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ fn test_git_bisect_produces_empty_event() -> eyre::Result<()> {
┌──────────────────────────────────────────────────────┤ Events ├──────────────────────────────────────────────────────┐
│Repo after transaction 3 (event 4). Press 'h' for help, 'q' to quit. │
│1. Empty event for BISECT_HEAD │
│ This may be an unsupported use-case; see https://git.io/J0b7z
│ This may be an unsupported use-case; see https://github.com/arxanas/git-branchless/issues/57
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
"###);

Expand Down

0 comments on commit c4fb1a4

Please sign in to comment.