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
21a59780271677e38a87a58dc566deee8a7c8c39
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
Jan
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
6
3
31
Jul
29
27
26
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
5
3
2
30
Jun
29
27
25
23
20
18
8
7
6
4
2
31
May
29
24
23
21
19
18
17
16
15
11
9
8
7
5
4
3
2
1
30
Apr
28
26
25
24
21
19
17
16
12
11
10
9
7
6
5
4
tweaks: swap the row and col parameters to a more consistent order
tweaks: rename two variables, and swap their declaration order
tweaks: move two functions to their proper place, orderingwise
docs: remove the note about needing a recent ncurses for macros to work
tweaks: rename a function, to be more distinct
syntax: go: colorize only valid octal numbers
prompt: show whitespace only in the filename, not in the whole line
tweaks: drop a useless assert, and don't abort over an unhandled option
copyright: update the years for the FSF
gnulib: update to its current upstream state
tweaks: exclude --trimblanks when no wrapping or justifying is configured
input: recognize more escape sequences for <Shift+Home> and <Shift+End>
input: recognize escape sequences for <Shift+PageUp> and <Shift+PageDown>
build: let ./configure fail (not just warn) when curses.h is missing
tweaks: mark the two blocks that have a deviant indentation
input: consume only the actual length of an escape sequence
input: make <Shift+Tab> do an unindent also on a Manjaro console
options: recognize -M and --trimblanks on the command line
tweaks: rename a variable, to better fit its usage
wrapping: don't trim a blank character that the user just typed
painting: look for an end match only after a start match, if any
tweaks: rename a variable, for more contrast
tweaks: reshuffle a couple of lines, to make a bit more sense
tweaks: remove a handful of redundant (because always true) asserts
tweaks: change a 'do' to a 'while', and return early to elide an 'if'
tweaks: remove a fragment of dead code
startup: allow a named pipe as file argument when --noread is used
tweaks: transform a parameter, from a pointer to the value itself
tweaks: drop a superfluous parameter, as it is always 1
tweaks: don't bother to reallocate when the keybuffer size decreases
tweaks: rewrap a bunch of lines in the NEWS file
tweaks: rename two variables, for preciseness and shortness
startup: make an error message succinct and to the point
tweaks: set a modifier in a single place, for conciseness
tweaks: reshuffle some stuff, and avoid a memory leak
startup: parse interface colors when they are read, not when initialized
search: suppress the occurrence at the cursor only when replacing
docs: update the FAQ for the changed default location of history files
startup: move the initialization of colors, so any error gets printed
tweaks: check for the type of terminal far earlier
Menu
Projects
Groups
Snippets
Help