mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
XOR operation now supports both input and output differentials. Fixes #17
This commit is contained in:
parent
fc9d0a63c2
commit
20d9903572
7 changed files with 47 additions and 39 deletions
|
@ -445,7 +445,8 @@ module.exports = function(grunt) {
|
|||
deploy_gh_pages: {
|
||||
command: [
|
||||
"git add build/prod/index.html -v",
|
||||
"git commit -m 'GitHub Pages release'",
|
||||
"COMMIT_HASH=$(git rev-parse HEAD)",
|
||||
"git commit -m \"GitHub Pages release for ${COMMIT_HASH}\"",
|
||||
"git push origin `git subtree split --prefix build/prod master`:gh-pages --force",
|
||||
"git reset HEAD~",
|
||||
"git checkout build/prod/index.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue