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
ca8317e82058c30b2d18f28b00d099a6dee04098
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
17
Mar
12
11
10
9
8
6
5
4
3
1
28
Feb
27
25
24
23
20
16
14
8
7
5
4
29
Jan
28
27
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
tweaks: remove an inconsistent space from two pointer declarations
docs: clarify what the scrollup and scrolldown bindable functions do
tweaks: elide two parameters and thus a pair of wrapper functions
tweaks: reshuffle some movement code, to reduce the number of conditions
scrolling: let Scroll-Up/Down keep the cursor in the same text position
tweaks: fix a typo and adjust some wording and formatting in the FAQ
tweaks: reduce the font size of the questions in the FAQ
docs: mention in the FAQ that <Shift+Insert> pastes from the clipboard
cut: avoid calling renumber() on what might be NULL
memory: plug a leak, by actually freeing a discarded undo struct
tweaks: elide a parameter that is always 1
help: do not reserve space for line numbers, as they are absent
po: update translations and regenerate POT file and PO files
bump version numbers and add a news item for the 2.9.4 release
gnulib: update to its current upstream state
tweaks: exclude an unlikely warning from the tiny version
tweaks: don't call strcmp() to determine whether a string is empty
color: remove unneeded bright comparision to prevent duplicate pairs
tweaks: drop an assert, add a warning, and change a 'for' to a 'while'
tweaks: rename a parameter and a variable, to be more fitting
tweaks: exclude an unlikely error message from the tiny version
tweaks: appease valgrind concerning syscalls with uninitialized values
tweaks: adjust two comments, move two declarations, rewrap three lines
tweaks: reshuffle the undo types into mostly the same order everywhere
tweaks: drop some debugging stuff, and adjust what remains of it
tweaks: do not needlessly renumber the lines in the buffer
tweaks: make the fsfromline() call only for the undo types that need it
undo: when redoing, don't try to find a line number that might not exist
tweaks: condense a comment and elide an 'if'
tweaks: reshuffle some code, to be slightly less ugly
bindings: make a key defined as string work also in browser and viewer
syntax: nanorc: color also bindings to a string as valid
bindings: revert the ^/ changes, as ^/ is not always Go-To-Line
docs: mention that a key can be bound to a string
help: tweak the descriptions of ^X and ^R
selecting: cancel the softmark upon any attempt to move the cursor
syntax: color also ^/ in nano's help texts and in nanorc files
tweaks: refactor the implanting of a key expansion
input: handle the implant() function separately also for the prompt
input: handle the implant() function separately, as it is special
Menu
Projects
Groups
Snippets
Help