index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strbuf.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
submodule.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-08-13
pathspec.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
unpack-trees: avoid the_index in verify_absent()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
unpack-trees: convert clear_ce_flags* to avoid the_index
Nguyễn Thái Ngọc Duy
1
-13
/
+18
2018-08-13
unpack-trees: don't shadow global var the_index
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2018-08-13
unpack-trees: add a note about path invalidation
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2018-08-13
unpack-trees: remove 'extern' on function declaration
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
ls-files: correct index argument to get_convert_attr_ascii()
Nguyễn Thái Ngọc Duy
1
-8
/
+9
2018-08-13
preload-index.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
21
-45
/
+54
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
10
-33
/
+45
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
10
-32
/
+55
2018-08-13
cache-tree: wrap the_index based wrappers with #ifdef
Nguyễn Thái Ngọc Duy
3
-17
/
+16
2018-08-13
diff.c: move read_index() code back to the caller
Nguyễn Thái Ngọc Duy
3
-14
/
+5
2018-08-03
submodule.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-56
/
+56
2018-08-03
revision.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-34
/
+35
2018-08-03
repository.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-14
/
+11
2018-08-03
rerere.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2018-08-03
line-range.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-08-03
diff.h: remove extern from function declaration
Nguyễn Thái Ngọc Duy
1
-60
/
+60
2018-08-03
diffcore.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-25
/
+25
2018-08-03
convert.h: drop 'extern' from function declaration
Nguyễn Thái Ngọc Duy
1
-27
/
+29
2018-08-03
cache-tree.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-03
blame.h: drop extern on func declaration
Nguyễn Thái Ngọc Duy
1
-12
/
+16
2018-08-03
attr.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
1
-12
/
+12
2018-08-03
apply.h: drop extern on func declaration
Nguyễn Thái Ngọc Duy
1
-12
/
+11
2018-08-03
Fifth batch for 2.19 cycle
Junio C Hamano
1
-0
/
+107
2018-07-31
t/chainlint.sed: drop extra spaces from regex character class
Eric Sunshine
1
-4
/
+4
2018-07-24
Fourth batch for 2.19 cycle
Junio C Hamano
1
-0
/
+80
2018-07-19
diff.c: offer config option to control ws handling in move detection
Stefan Beller
3
-2
/
+19
2018-07-19
diff.c: add white space mode to move detection that allows indent changes
Stefan Beller
4
-2
/
+252
2018-07-18
Third batch for 2.19 cycle
Junio C Hamano
1
-1
/
+59
2018-07-18
commit-graph: add repo arg to graph readers
Jonathan Tan
13
-42
/
+162
2018-07-18
commit-graph: store graph in struct object_store
Jonathan Tan
3
-21
/
+27
2018-07-18
commit-graph: add free_commit_graph
Jonathan Tan
3
-10
/
+18
2018-07-18
commit-graph: add missing forward declaration
Jonathan Tan
1
-0
/
+2
2018-07-18
object-store: add missing include
Jonathan Tan
1
-0
/
+3
2018-07-18
commit-graph: refactor preparing commit graph
Jonathan Tan
1
-11
/
+17
2018-07-17
diff.c: factor advance_or_nullify out of mark_color_as_moved
Stefan Beller
1
-12
/
+20
2018-07-17
diff.c: decouple white space treatment from move detection algorithm
Stefan Beller
4
-6
/
+113
2018-07-17
diff.c: add a blocks mode for moved code detection
Stefan Beller
4
-8
/
+60
2018-07-17
diff.c: adjust hash function signature to match hashmap expectation
Stefan Beller
1
-7
/
+9
2018-07-17
diff.c: do not pass diff options as keydata to hashmap
Stefan Beller
1
-2
/
+2
2018-07-17
t4015: avoid git as a pipe input
Stefan Beller
1
-30
/
+20
2018-07-17
xdiff/xdiffi.c: remove unneeded function declarations
Stefan Beller
1
-17
/
+0
2018-07-17
xdiff/xdiff.h: remove unused flags
Stefan Beller
1
-8
/
+0
2018-07-17
t/chainlint: add chainlint "specialized" test cases
Eric Sunshine
4
-0
/
+31
2018-07-17
t/chainlint: add chainlint "complex" test cases
Eric Sunshine
8
-0
/
+82
2018-07-17
t/chainlint: add chainlint "cuddled" test cases
Eric Sunshine
6
-0
/
+70
2018-07-17
t/chainlint: add chainlint "loop" and "conditional" test cases
Eric Sunshine
10
-0
/
+200
[next]