Skip to content

Instantly share code, notes, and snippets.

@pepeiborra
Created December 29, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepeiborra/bafe95aa245181513f9f726f7a428077 to your computer and use it in GitHub Desktop.
Save pepeiborra/bafe95aa245181513f9f726f7a428077 to your computer and use it in GitHub Desktop.
ghcide merge into HLS
git filter-repo --paths-from-file ../ghcide-move.txt --tag-rename '':'ghcide-' --message-callback 'return re.sub(b"#([0-9]*)", b"haskell/ghcide#\\1", message)'
.azure/==>ghcide/.azure/
azure-pipelines.yml==>ghcide/azure-pipelines.yml
cabal.project==>ghcide/cabal.project
hie.yaml==>ghcide/hie.yaml
shell.nix==>ghcide/shell.nix
nix==>ghcide/nix
.ghci==>ghcide/.ghci
CHANGELOG.md==>ghcide/CHANGELOG.md
LICENSE==>ghcide/LICENSE
README.md==>ghcide/README.md
install.bat==>ghcide/install.bat
stack-windows.yaml==>ghcide/stack-windows.yaml
stack.yaml==>ghcide/stack.yaml
hie-cabal.yaml==>ghcide/hie-cabal.yaml
hie-stack.yaml==>ghcide/hie-stack.yaml
ghcide.cabal==>ghcide/ghcide.cabal
bench/==>ghcide/bench/
bench-results/==>ghcide/bench-results/
cbits==>ghcide/cbits
docs==>ghcide/docs
exe==>ghcide/exe
img==>ghcide/img
include==>ghcide/include
session-loader==>ghcide/session-loader
src==>ghcide/src
test==>ghcide/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment