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
c19f0c732ef060e7e686303bc1f4d434b33d00c6
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
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
4
3
2
1
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
tweaks: reshuffle a test to a better place
tweaks: differentiate single-regex matches from paired-regex matches
painting: when skipping a zero-length match, skip a character, not a byte
painting: stay within the line when skipping zero-length matches
painting: do not bluntly ignore zero-length start matches -- handle them
painting: do not let a match for 'end' overlap a match for 'start'
startup: report an error when the given line or column number is invalid
files: leave out the confusing "[from ./]" when prompting for a command
search: begin from where we are, to be able to find the first \B
tweaks: use a subtraction instead of a counter
tweaks: swap two blocks of code to reduce the number of #ifdefs
tweaks: rearrange some code to separate softwrap and normal mode more
tweaks: chuck some obscuring debugging stuff
tweaks: let update_line() return the correct value on error
tweaks: improve comments and formatting in update_line()
tweaks: condense a comment, rename a variable, and use a while loop
tweaks: rename some variables, to better distinguish rows from lines
tweaks: rename some variables, to show they refer to screen rows
tweaks: rename a function, to show it refers to screen rows
tweaks: rename a variable -- lines refers to buffer, rows to screen
Menu
Projects
Groups
Snippets
Help