Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 $ git add file.txt | |
| 2 foo@foobar ~ $ git diff --cached | |
| 3 $ git log -p -i | |
| 4 | |
| 5 ---------------------------------------------------- | |
| 6 | |
| 7 [ | |
| 8 ["command", ["$ git add file.txt"]], | |
| 9 ["command", ["foo@foobar ~ $ git diff", ["parameter", " --cached"]]], | |
| 10 ["command", ["$ git log", ["parameter", " -p"], ["parameter", " -i"]]] | |
| 11 ] | |
| 12 | |
| 13 ---------------------------------------------------- | |
| 14 | |
| 15 Checks for git commands, with and without parameters. | |
| OLD | NEW |