-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
class-declaration-abstractness-changed with adding rules
Signed-off-by: Mamatha Bandi <[email protected]> Signed-off-by: Mamatha Bandi <[email protected]>
- Loading branch information
1 parent
5c1c7a3
commit a7e1689
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
pick b5733c65 class-declaration-abstractness-changed with adding rules | ||
pick b5733c65 wq wq class-declaration-abstractness-changed with adding rules wq Signed-off-by: Mamatha Bandi <[email protected]> | ||
|
||
# Rebase eb1fde0c..b5733c65 onto eb1fde0c (1 command) | ||
# | ||
# 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. | ||
# |