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
b55e8d7b34d50e2482af16283f17ebbbc6961ce5
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
24
Jul
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
17
14
13
12
11
10
9
4
1
29
Feb
28
26
25
24
23
22
21
20
18
16
15
14
13
12
11
10
9
7
6
5
31
Jan
29
26
25
24
22
21
20
17
15
14
13
12
11
10
9
7
4
3
2
31
Dec
30
29
23
22
20
18
11
8
7
6
5
4
3
2
1
30
Nov
29
28
26
25
24
23
22
tweaks: trim some comments, and simplify a condition
tweaks: shuffle the resetting of a counter to the tail of the routine
tweaks: don't bother resetting the Unicode code holder
input: provide feedback on the Unicode digits typed so far
new feature: functions to jump to previous or following block of text
screen: include a workaround only when compiling against older ncurses
tweaks: adjust a comment for removed definitions
tweaks: avoid two compiler warnings
tweaks: avoid a runtime error when compiled with -fsanitize=undefined
chars: plug a gushing memory leak
syntax: allow capital letters in Rust struct/trait names
tweaks: reduce the number of wattron/wattrof calls
debug: remove duplicate information
chars: don't try to see a character in an empty line
input: don't crash when the window is resized during verbatim input
input: plug a memory leak
input: report keystroke M-[ as being unbindable instead of just unbound
tweaks: correct a comment
tweaks: rename a variable and a type, to be less confusing
build-sys: ignore the revision header file
color: refresh the screen whenever the active syntax changes
color: forget about aborting the precalculation for multiline regexes
tweaks: rename a variable, to clarify it refers to columns, not to bytes
new feature: add the option --wordchars, to set extra word characters
tweaks: move a debug statement to its proper place, and improve aspect
tweaks: don't call a thing malloc... when it doesn't call malloc()
browser: elide a variable by fusing the uses of 'newpath' and 'path'
input: accept only the four iTerm sequences that actually get handled
input: treat Ctrl+Alt+key different from Esc followed by Ctrl+key
input: consider only O, o and [ as starters of multi-character sequences
screen: avoid converting each character twice from multibyte to wide
screen: elide another intermediate buffer for every visible character
tweaks: elide a typedef, as it now has just one element
tweaks: delete an element that is always FALSE and never used
color: integrate the hilite attribute into the pair number
tweaks: use mallocstrcpy() instead of strdup(), for a graceful death
tweaks: improve two comments
tweaks: fuse two handlings of a delete key, and fix a comment
tweaks: put the case labels (the keycodes) in a more sensible order
tweaks: put some case labels closer to their statements
Menu
Projects
Groups
Snippets
Help