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
4c566c79033ea106588afd23389452588246a18f
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
27
Dec
26
25
24
23
22
21
20
19
18
15
13
12
11
10
9
7
5
4
3
2
1
30
Nov
29
27
26
23
20
17
14
13
12
30
Oct
29
28
27
24
23
22
21
20
18
15
12
11
10
20
Sep
14
13
11
8
6
3
2
1
30
Aug
29
28
27
26
25
21
17
16
15
14
12
10
7
6
5
4
3
2
1
31
Jul
30
29
28
27
25
24
22
21
17
16
14
13
12
11
10
4
3
2
1
30
Jun
29
27
26
25
24
23
22
21
20
17
16
15
14
13
12
8
7
6
4
3
2
1
31
May
30
28
27
25
24
23
22
21
18
17
16
15
14
12
10
6
5
4
3
2
1
29
Apr
27
26
25
24
23
17
16
15
13
12
11
10
8
7
5
4
31
Mar
30
29
28
23
22
21
20
19
input: discard a verbatim 0x0A or 0x00 byte, depending on the mode
tweaks: chuck a special case, and reduce the scope of two variables
prompt: represent newlines as ^J instead of breaking the bar
files: show newlines in filenames as ^J also in error messages
utils: go on to parse the line number even if the column number is bad
tweaks: rename four variables, for density and aptness
tweaks: use memory on the stack instead of calling malloc() and free()
tweaks: remove pointless or obscuring asserts
tweaks: condense the setting of three flags
text: discard the undo stack after formatting and after spell checking
text: avoid a crash when a spell-checked line has gotten shorter
tweaks: retype, rename, and reshuffle a function
tweaks: rename three variables, to be more fitting
screen: display byte value 0x0A in the right places as ^@ or as ^J
history: search items *can* contain newlines -- encoded NUL bytes
syntax: nftables: add two new families, and add set references
screen: draw new content immediately, to prevent color flashes
tweaks: move a setting to a better place -- it needs setting just once
prompt: do not treat a leading newline in a filename specially
binding: use the code for the Enter directly instead of a function call
tweaks: rename a function to something less abbrevy
binding: use plain codes instead of function calls for the jumping keys
input: detect again when both Shift and Ctrl are being held on a VT
input: don't crash when receiving a KEY_CANCEL
history: avoid crashing when the positionlog file is malformed
chars: use memory on the stack instead of calling malloc() and free()
tweaks: use a faster comparison
undo: there are just two forms of deletion: backspacing and deleting
tweaks: rename five variables, for uniformity with a few others
general: simplify the detection of a SIGWINCH
tweaks: start searching at a better place
tweaks: elide a counter and a comparison
history: search for the two position numbers from EOL instead of BOL
tweaks: rename three variables, for visibility
tweaks: drive closer to the edge
history: don't bother encoding search items -- they cannot contain newlines
tweaks: don't bother trimming the final newline from a position item
tweaks: rename a variable and rewrap two lines
history: encode newlines in filenames as nulls
files: don't change embedded newlines into nulls in filenames
Menu
Projects
Groups
Snippets
Help