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
cf0c9403e1fc52b0e63447b704271c076e9443be
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
29
Mar
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
8
7
6
2
31
Oct
29
28
27
5
Sep
4
29
Aug
16
13
12
11
9
8
6
4
3
2
1
31
Jul
30
29
28
26
25
23
22
19
18
17
15
13
12
10
6
5
28
Jun
27
23
20
18
17
14
11
7
4
2
31
May
28
21
20
8
3
28
Apr
25
21
20
18
17
14
13
12
11
8
7
5
3
28
Mar
27
25
23
22
21
20
17
15
14
8
7
27
Feb
25
21
18
16
15
9
7
3
1
20
Jan
14
6
3
28
Dec
30
Nov
21
Sep
29
Aug
10
7
Improving the wording of an error message: the confinement of
Placing the cursor in the edit window again also after a Justify, after an
Placing the cursor in the edit window also when --constantshow is in effect.
Deleting a no-op.
Removing the 'last_replace' variable that is never used.
Providing feedback when searching takes longer than roughly half a second.
Not bothering to put back the cursor in the edit window, as it is off
Eliding an unneeded 'if' and unneeded variable.
Tidying up and renaming a variable.
Removing a pointless condition, and making use of an existing intermediary
Polling the keyboard once per second instead of once per two seconds.
Cleaning up, improving comments, and renaming a variable.
Preventing the internal spell checker from finding the first occurrence of
Checking for the existence of the REG_ENHANCED regex flag, and
Renaming four variables.
Trimming a duplicate variable.
Factoring out the common part of do_search() and do_research()
Not bothering to set 'answer'; just using 'last_search', which has already
Using a 'return' instead of an 'else'.
Always asking whether it's okay when the name of the file was changed.
Cycling through the tab-completion items from newest to oldest.
Not putting cut words into the cutbuffer -- which means: treating the
Normalizing the punctuation in some prompts: no space before a question mark,
Snipping a useless setting of answer -- the Replace is being /cancelled/,
Reshuffling some stuff to reduce indentation.
Snipping an always-FALSE condition -- do_prompt() will always
Deleting another unneeded variable. Fully redundant.
Deleting a now unneeded variable.
Deleting a snippet of dead code -- the MGOTODIR menu doesn't have any
Not bothering to set the current answer to the empty string,
Storing always the last-typed string, also when it's an invalid regex.
Adjusting some indentation.
Pruning two #ifdefs, like elsewhere, to reduce the clutter.
Removing two redundant returns, and condensing six comments.
Using the Search key bindings also during a Re-search, to enable cancelling.
Rearranging some things to reduce the indentation level by four steps,
Making an error message equal to others, to reduce the msgid count.
Avoiding to dereference a possible NULL.
Giving a central variable a ringing name --
Renaming a variable, from 'endcolor' to 'lastcolor', to fully avoid
Menu
Projects
Groups
Snippets
Help