Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Graph
3981217e5a19eaad6544eaaebd151b5f22a76edc
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jul
12
11
10
8
4
Jun
3
2
1
31
May
30
29
28
27
25
24
23
22
21
18
16
15
14
13
12
10
9
6
1
30
Apr
29
28
27
25
24
23
22
21
17
13
12
1
31
Mar
30
29
28
27
26
23
22
20
19
18
17
12
11
10
9
8
6
5
4
3
1
28
Feb
27
25
24
23
20
16
14
8
7
5
4
29
Jan
28
27
26
24
23
22
20
19
16
15
14
12
11
10
9
8
6
2
1
31
Dec
30
29
28
26
25
24
23
21
19
17
16
12
11
10
9
7
6
3
2
30
Nov
27
26
23
22
21
20
19
18
17
13
12
11
10
8
7
5
4
2
1
31
Oct
30
29
28
26
25
19
18
15
14
13
12
11
4
3
27
Sep
26
24
22
20
19
17
15
14
13
12
10
2
31
Aug
29
27
26
22
21
20
19
18
17
16
15
14
13
10
8
input: consume the whole escape sequence for modified PgUp and PgDn keys
files: speed up reading by using getc_unlocked() instead of getc()
rcfile: reject things like "M-Del" and "^{" as invalid key names
syntax: nanorc: show ^@ as validly rebindable, but not any ^digit
docs: mention that "Ins" and "Del" are valid rebindable keys
tweaks: elide a one-line function -- no, a half-line function
tweaks: rename a function, to better state what it does
tweaks: rename a variable, to better match its task
tweaks: rename a function and place its call better
prompt: concentrate manipulations of 'statusbar_x' into a single file
tweaks: remove some braces that are now superfluous
prompt: remove redundant redrawings of the prompt bar
docs: mention that also Ctrl increases the stride when selecting text
build: fix compilation when configured with --enable-tiny
tweaks: elide another function that is used just once
tweaks: normalize the indentation after the previous change
chars: make the UTF-8 case ever so slightly faster by eliding an 'if'
tweaks: adjust two comments, to be more accurate and general
undo: position the cursor properly when undoing/redoing magicline cuts
build: verify that 'msgfmt' is available when building from git
tweaks: drop some old debugging code
tweaks: elide a function that is used just once
chars: speed up the parsing of a character for the plain ASCII case
chars: speed up the counting of string length for the plain ASCII case
debug: add some code to time the performance of get_totsize()
tweaks: reduce the counting of characters to just the needed function
tweaks: elide a subfunction that is used just once
tweaks: remove redundant braces and conditions after the previous change
tweaks: remove the superfluous calls that reset the mbtowc() state
tweaks: remove two superfluous assignments
tweaks: drop a condition that has been made redundant two commits ago
tweaks: correct a comment, rewrap a line, and drop some debugging stuff
cut: concentrate the logic for clearing the cutbuffer mostly in one place
build: add the release script to the repository
po: update translations and regenerate POT file and PO files
bump version numbers and add a news item for the 2.9.8 release
tweaks: improve a couple of comments, and reshuffle a group of lines
docs: improve the description of --nonewlines, and properly sort it
docs: add a missing double quote in the default brackets string
copyright: update the years for significantly changed files
Menu
Projects
Groups
Snippets
Help