File: git-rebase

package info (click to toggle)
kf6-syntax-highlighting 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 47,568 kB
  • sloc: xml: 197,750; cpp: 12,850; python: 3,023; sh: 955; perl: 546; ruby: 488; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; erlang: 54; sql: 51; java: 47; objc: 37; awk: 31; asm: 30; tcl: 29; fortran: 18; cs: 10
file content (58 lines) | stat: -rw-r--r-- 2,612 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
pick 318aceb Add test for Makefile highlighting
p 4c7182a Add first batch of test files resurrected from Kate 4.6
r 6f7d8a7 Sync xml files with KTextEditor
reword 8f0dbdc Add another batch of resurrected tests from Kate 4.6
e 828de45 Add some more resurrected tests from Kate 4.6
edit 6aa6264 Add simple coverage information for syntax definition tests
s 63df253 Add more syntax highlighting tests from Kate 4.6
squash 3e7771f Add three more tests recovered from Kate 4.6
f 5c7fd91 Add Kate 4.6 ASP syntax test
f -c 5c7fd91 Add Kate 4.6 ASP syntax test
fixup 7a777ff Implement case-sensitive overrides for keyword rules
fixup -C 7a777ff Implement case-sensitive overrides for keyword rules
exec 2b16665 Implement dynamic DetectChar rules
x 0b703a3 Add a few more tests from the Kate 4.6 test suite
d dd808dc Quote captured strings we replace in regular expressions
drop dd808dc Quote captured strings we replace in regular expressions
b afafafaffa
break afafafaffa
l label
label afafafaffa
t label
reset afafafaffa
m label # bla bla bla
merge -c afafafaffa label
u ref
update-ref ref

# Rebase a27a854..0b703a3 onto a27a854 (13 command(s))
#
# Commands:
# p, pick <commit> = use commit
# r, reword <commit> = use commit, but edit the commit message
# e, edit <commit> = use commit, but stop for amending
# s, squash <commit> = use commit, but meld into previous commit
# f, fixup [-C | -c] <commit> = like "squash" but keep only the previous
#                    commit's log message, unless -C is used, in which case
#                    keep only this commit's message; -c is same as -C but
#                    opens the editor
# x, exec <command> = run command (the rest of the line) using shell
# b, break = stop here (continue rebase later with 'git rebase --continue')
# d, drop <commit> = remove commit
# l, label <label> = label current HEAD with a name
# t, reset <label> = reset HEAD to a label
# m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]
#         create a merge commit using the original merge commit's
#         message (or the oneline, if no original merge commit was
#         specified); use -c <commit> to reword the commit message
# u, update-ref <ref> = track a placeholder for the <ref> to be updated
#                       to this position in the new commits. The <ref> is
#                       updated at the end of the rebase
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
#
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out