mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Add github commit issue # to todo comment
This commit is contained in:
parent
b939d1e420
commit
336b07d41c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { isServiceError } from "../../lib/utils";
|
|||
import { search } from "./searchApi";
|
||||
import { sew } from "@/actions";
|
||||
import { withOptionalAuthV2 } from "@/withAuthV2";
|
||||
// @todo (bkellam) : We should really be using `git show <hash>:<path>` to fetch file contents here.
|
||||
// @todo (bkellam) #574 : We should really be using `git show <hash>:<path>` to fetch file contents here.
|
||||
// This will allow us to support permalinks to files at a specific revision that may not be indexed
|
||||
// by zoekt.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue