Warning, /frameworks/syntax-highlighting/autotests/input/git-rebase is written in an unsupported language. File is not indexed.
0001 pick 318aceb Add test for Makefile highlighting 0002 p 4c7182a Add first batch of test files resurrected from Kate 4.6 0003 r 6f7d8a7 Sync xml files with KTextEditor 0004 reword 8f0dbdc Add another batch of resurrected tests from Kate 4.6 0005 e 828de45 Add some more resurrected tests from Kate 4.6 0006 edit 6aa6264 Add simple coverage information for syntax definition tests 0007 s 63df253 Add more syntax highlighting tests from Kate 4.6 0008 squash 3e7771f Add three more tests recovered from Kate 4.6 0009 f 5c7fd91 Add Kate 4.6 ASP syntax test 0010 f -c 5c7fd91 Add Kate 4.6 ASP syntax test 0011 fixup 7a777ff Implement case-sensitive overrides for keyword rules 0012 fixup -C 7a777ff Implement case-sensitive overrides for keyword rules 0013 exec 2b16665 Implement dynamic DetectChar rules 0014 x 0b703a3 Add a few more tests from the Kate 4.6 test suite 0015 d dd808dc Quote captured strings we replace in regular expressions 0016 drop dd808dc Quote captured strings we replace in regular expressions 0017 b afafafaffa 0018 break afafafaffa 0019 l label 0020 label afafafaffa 0021 t label 0022 reset afafafaffa 0023 m label # bla bla bla 0024 merge -c afafafaffa label 0025 u ref 0026 update-ref ref 0027 0028 # Rebase a27a854..0b703a3 onto a27a854 (13 command(s)) 0029 # 0030 # Commands: 0031 # p, pick <commit> = use commit 0032 # r, reword <commit> = use commit, but edit the commit message 0033 # e, edit <commit> = use commit, but stop for amending 0034 # s, squash <commit> = use commit, but meld into previous commit 0035 # f, fixup [-C | -c] <commit> = like "squash" but keep only the previous 0036 # commit's log message, unless -C is used, in which case 0037 # keep only this commit's message; -c is same as -C but 0038 # opens the editor 0039 # x, exec <command> = run command (the rest of the line) using shell 0040 # b, break = stop here (continue rebase later with 'git rebase --continue') 0041 # d, drop <commit> = remove commit 0042 # l, label <label> = label current HEAD with a name 0043 # t, reset <label> = reset HEAD to a label 0044 # m, merge [-C <commit> | -c <commit>] <label> [# <oneline>] 0045 # create a merge commit using the original merge commit's 0046 # message (or the oneline, if no original merge commit was 0047 # specified); use -c <commit> to reword the commit message 0048 # u, update-ref <ref> = track a placeholder for the <ref> to be updated 0049 # to this position in the new commits. The <ref> is 0050 # updated at the end of the rebase 0051 # 0052 # These lines can be re-ordered; they are executed from top to bottom. 0053 # 0054 # If you remove a line here THAT COMMIT WILL BE LOST. 0055 # 0056 # However, if you remove everything, the rebase will be aborted. 0057 # 0058 # Note that empty commits are commented out