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
4781d4d351bcea44065856cbb5fbf102d6a984f3
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
12
Nov
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
3
2
31
Mar
29
28
27
26
24
23
22
20
16
14
9
8
6
1
28
Feb
27
26
25
24
23
22
21
17
16
14
13
12
10
copyright: update some years, and standardize on the dashed format
tweaks: reshuffle a bit of code and elide an unneeded variable
tweaks: rename a function plus two parameters, to be more fitting
tweaks: move a general function to the utils.c file
tweaks: adjust a comment, and condense a fragment of code
tweaks: constify the result strings of getenv(), as a reminder
general: do not free strings gotten from getenv(), to avoid a crash
gnulib: update to its current upstream state
ouch: set the positions-file name also when using the legacy state dir
tweaks: don't construct the positions-history filename time and again
history: prevent overwriting of positions between multiple instances
input: ensure that standard input uses blocking mode
tweaks: add a translator hint, and adjust two others
tweaks: change some mayday messages, to urge the user to report a bug
tweaks: use printf's z modifier for most of the size_t/ssize_t types
history: fix the check for an existing $HOME/.nano/ directory
startup: look for nanorc and history files also in the XDG directories
startup: when an rcfile contains errors, report this on the status bar
options: remove '--quiet' and 'set quiet', because they hide problems
startup: don't ask the user to press Enter upon an rcfile error
tweaks: transform the token DISABLE_EXTRA to ENABLE_EXTRA
tweaks: avoid an unused-variable warning with --disable-nanorc
tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR
tweaks: transform the token DISABLE_SPELLER to ENABLE_SPELLER
tweaks: transform the token DISABLE_WRAPJUSTIFY to ENABLED_WRAPORJUSTIFY
tweaks: transform the token DISABLE_JUSTIFY to ENABLE_JUSTIFY
tweaks: reshuffle some code in order to elide a variable
tweaks: adjust two comments, and correct and a few cosmetic mistakes
tweaks: transform the token DISABLE_OPERATINGDIR to ENABLE_OPERATINGDIR
tweaks: transform the token DISABLE_WRAPPING to ENABLE_WRAPPING
tweaks: remove another bit of conditional compilation
tweaks: transform the token DISABLE_HISTORIES to ENABLE_HISTORIES
tweaks: get rid of some cluttering conditional compilation
tweaks: fix compilation with --enable-tiny --enable-histories
files: avoid an abortion when excuting a command in a new buffer
tweaks: rename some constants, to follow the same underscoreless scheme
tweaks: remove a useless prefix from a hundred constants
tweaks: rename a macro, to make a little more sense
tweaks: remove a superfluous no-op function call
syntax: default: use colors that are readable also on dark backgrounds
Menu
Projects
Groups
Snippets
Help