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
e291131d0a0744858c8c6e6b2a947df3c88deb68
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
21
Jul
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
21
12
11
10
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
input: add some missing keycodes to the parsing routine
utils: accept mistypings and common separators between line and column
tweaks: rearrange a function in my style, and rename a variable
utils: don't bother to check line and column for NULL
browser: elide another call of opendir()
tweaks: rename a variable -- to match others and to be more concise
input: don't drop the first byte when user starts typing during loading
color: push the resets further when start and end match are equal
tweaks: rename a variable to be more accurate
browser: trim all trailing slashes (just in case there are more)
browser: select an inaccessible directory also when tabbed
Menu
Projects
Groups
Snippets
Help