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
244de605a7dbf2ae7402b94115d50aa0cd87a033
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
13
Feb
12
10
5
26
Jan
25
24
22
21
20
19
17
13
12
11
10
9
8
6
5
4
3
2
1
31
Dec
30
29
28
27
26
25
24
23
22
21
20
19
18
15
13
12
11
10
9
7
5
4
3
2
1
30
Nov
29
27
26
23
20
17
14
13
12
30
Oct
29
28
27
24
23
22
21
20
18
15
12
11
10
20
Sep
14
13
11
8
6
3
2
1
30
Aug
29
28
27
26
25
21
17
16
15
14
12
10
7
6
5
4
3
2
1
31
Jul
30
29
28
27
25
24
22
21
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
tweaks: rename two variables, to avoid double negatives
tweaks: rename a function, and drop an unneeded parameter
tweaks: reshuffle an assignment and trim some comments
tweaks: scrap some debugging stuff
tweaks: discard the now unused multidata-resetting routine
painting: mark an unpaired start match as CWOULDBE
painting: don't look at the current multidata when coloring a line
painting: make use of the multidata of the preceding line
tweaks: fiddle with some wordings in the texinfo document
docs: mention the ability to read from stdin
tweaks: reduce duplicate code in new_magicline() and move_to_filestruct()
spelling: don't unnecessarily fiddle with the viewport
tweaks: rename a variable and condense an if
replacing: stop searching in a region when edge of buffer is reached
tweaks: rename a variable and adjust some types in edit_scroll()
tweaks: rename a variable in edit_scroll(), to make sense
tweaks: do a comparison a bit differently in do_output() and do_deletion()
tweaks: rename mouse_x & mouse_y to mouse_col & mouse_row in do_mouse()
tweaks: rename a variable in edit_redraw(), to make sense
tweaks: adjust and correct some comments
replacing: start at the region's edge instead of one step before it
replacing: detect when the whole region has already been covered
general: stop the spell checker from crashing after the changes in search
replacing: ignore the first match when the user said no
search: make the \b and \B anchors work correctly in both directions
replacing: don't go outside of the selected region
replacing: compensate cursor position only for replacements /before/ it
tweaks: slightly speed up the change detection for multiline matches
painting: account for index maybe being zero after the preceding change
painting: advance only when both start /and/ end match are zero-length
tweaks: use a cheaper way to detect an end-of-line
tweaks: and rename another variable, to keep in style
tweaks: rename another variable, to be shorter
tweaks: rename a variable, to be more general and match one elsewhere
tweaks: adjust some comments, reshuffle a line, and use a while loop
tweaks: elide a variable plus its corresponding dark logic
tweaks: scrap a bunch of debugging lines -- they obscure the logic
tweaks: normalize some paragraph formatting in the FAQ
painting: properly look for a new start match only after the end match
tweaks: reshuffle three variables
Menu
Projects
Groups
Snippets
Help