Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
dev
/
ammend-format.sh
blob: 105b67578a913848dc21b648c58d6a97a24e5bf3 [
file
] [
log
] [
blame
]
#!/bin/bash
#Reformats and then ammends the currently checked-out commit
#
#Usually used by rebase-format.sh
#Re-format the code
make format
#Update the commit to include the formatting
git commit
-
a
--
amend
--
no
-
edit