This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
61135
Commits
6
Branches
36
Tags
131 MiB
Tree:
883b98efad
git
/
t
/
t4018
/
matlab-section
4 lines
78 B
Raw
Normal View
History
Unescape
Escape
userdiff: add Octave Octave pattern is almost the same as matlab, except that '%%%' and '##' can also be used to begin code sections, in addition to '%%' that is understood by both. Octave pattern is merged into Matlab pattern. Test cases for the hunk header patterns of matlab and octave under t/t4018 are added. Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 years ago
%% RIGHT section
% this is understood by both matlab and octave
ChangeMe = 1;