index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
resolve-undo.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
archive-*.c: use the right repository
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2018-08-13
archive.c: avoid access to the_index
Nguyễn Thái Ngọc Duy
4
-21
/
+45
2018-08-13
grep: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
5
-18
/
+8
2018-08-13
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
2
-4
/
+6
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-13
cat-file: support "unordered" output for --batch-all-objects
Jeff King
3
-5
/
+72
2018-08-13
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King
1
-9
/
+9
2018-08-13
t1006: test cat-file --batch-all-objects with duplicates
Jeff King
1
-2
/
+4
2018-08-13
for_each_packed_object: support iterating in pack-order
Jeff King
4
-9
/
+27
2018-08-13
for_each_*_object: give more comprehensive docstrings
Jeff King
2
-7
/
+13
2018-08-13
for_each_*_object: take flag arguments as enum
Jeff King
4
-5
/
+9
2018-08-13
for_each_*_object: store flag definitions in a single location
Jeff King
2
-7
/
+14
2018-08-13
pull doc: fix a long-standing grammar error
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-13
fetch tests: correct a comment "remove it" -> "remove them"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-13
chainlint: add test of pathological case which triggered false positive
Eric Sunshine
2
-0
/
+32
2018-08-13
chainlint: recognize multi-line quoted strings more robustly
Eric Sunshine
4
-13
/
+43
2018-08-13
chainlint: let here-doc and multi-line string commence on same line
Eric Sunshine
7
-3
/
+37
2018-08-13
chainlint: recognize multi-line $(...) when command cuddled with "$("
Eric Sunshine
3
-3
/
+21
2018-08-13
chainlint: match 'quoted' here-doc tags
Eric Sunshine
5
-4
/
+18
2018-08-13
chainlint: match arbitrary here-docs tags rather than hard-coded names
Eric Sunshine
7
-23
/
+67
2018-08-13
mergetool: don't suggest to continue after last file
Nicholas Guriev
1
-3
/
+5
2018-08-13
t5318: avoid unnecessary command substitutions
SZEDER Gábor
1
-5
/
+7
2018-08-13
t5318: use 'test_cmp_bin' to compare commit-graph files
SZEDER Gábor
1
-2
/
+2
2018-08-13
range-diff: use dim/bold cues to improve dual color mode
Johannes Schindelin
5
-13
/
+52
2018-08-13
range-diff: make --dual-color the default mode
Johannes Schindelin
3
-19
/
+25
2018-08-13
range-diff: left-pad patch numbers
Johannes Schindelin
1
-7
/
+9
2018-08-13
completion: support `git range-diff`
Johannes Schindelin
1
-0
/
+14
2018-08-13
range-diff: populate the man page
Johannes Schindelin
1
-0
/
+229
2018-08-13
range-diff --dual-color: skip white-space warnings
Johannes Schindelin
1
-0
/
+1
2018-08-13
range-diff: offer to dual-color the diffs
Johannes Schindelin
1
-0
/
+8
2018-08-13
diff: add an internal option to dual-color diffs of diffs
Johannes Schindelin
2
-15
/
+69
2018-08-13
color: add the meta color GIT_COLOR_REVERSE
Johannes Schindelin
1
-0
/
+1
2018-08-13
range-diff: use color for the commit pairs
Johannes Schindelin
1
-13
/
+38
2018-08-13
range-diff: add tests
Thomas Rast
3
-0
/
+750
2018-08-13
range-diff: do not show "function names" in hunk headers
Johannes Schindelin
1
-0
/
+6
[prev]
[next]