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
f72fecee9b34bbde83dbe3ba449b0a010d7896fc
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
18
Jul
17
16
15
14
13
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
tweaks: delete some old debugging code that no longer seems useful
bindings: bind M-Q to 'findprevious' by default, and M-W to 'findnext'
input: fully consume modified PgUp and PgDn keys also in the tiny version
tweaks: recognize escape sequences of modified Ins/Del more precisely
input: stop <Alt+Insert> from entering "3~" into the buffer
input: stop a modified Delete key from entering stuff into the buffer
tweaks: close a temp file only when descriptor is valid [coverity scan]
tweaks: don't call va_start() without calling va_end() [coverity scan]
tweaks: move a call to where it will be executed [coverity scan]
mouse: put the row/column arguments in the proper order [coverity scan]
tweaks: avoid dereferencing a pointer when it is NULL [coverity scan]
tweaks: use a shorter message, because when the screen is small...
bindings: rename two bindable functions: copytext to copy, uncut to paste
docs: reshuffle a bindable function to a slightly better position
easter: show the crawl only when there is room enough for the lines
files: add the file format on the status bar when switching buffers
startup: show the correct number of lines when opening multiple files
input: ignore any <Escape>s before a valid command keystroke
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
Menu
Projects
Groups
Snippets
Help