Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST PR: speed up index load through parallelization #20

Closed
wants to merge 905 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
905 commits
Select commit Hold shift + click to select a range
7a13547
Merge branch 'es/test-fixes'
gitster Aug 2, 2018
a81575a
Merge branch 'sb/diff-color-move-more'
gitster Aug 2, 2018
50858ed
Merge branch 'ab/checkout-default-remote'
gitster Aug 2, 2018
af8ac73
Merge branch 'jt/fetch-pack-negotiator'
gitster Aug 2, 2018
6566a91
Merge branch 'is/parsing-line-range'
gitster Aug 2, 2018
3a2a1dc
Merge branch 'sb/object-store-lookup'
gitster Aug 2, 2018
84e74c6
Merge branch 'en/t6042-insane-merge-rename-testcases'
gitster Aug 2, 2018
30bf8d9
Merge branch 'jt/fetch-nego-tip'
gitster Aug 2, 2018
ae533c4
Merge branch 'jm/cache-entry-from-mem-pool'
gitster Aug 2, 2018
562413e
Merge branch 'kg/gc-auto-windows-workaround'
gitster Aug 2, 2018
87ece7c
Merge branch 'tb/grep-only-matching'
gitster Aug 2, 2018
2b9afea
Merge branch 'js/rebase-merge-octopus'
gitster Aug 2, 2018
c18ac30
Merge branch 'en/dirty-merge-fixes'
gitster Aug 2, 2018
e6da45c
Merge branch 'en/t6036-merge-recursive-tests'
gitster Aug 2, 2018
c990330
Merge branch 'en/t7405-recursive-submodule-conflicts'
gitster Aug 2, 2018
cd3f067
Merge branch 'bc/sequencer-export-work-tree-as-well'
gitster Aug 2, 2018
d6873a3
Merge branch 'jm/send-email-tls-auth-on-batch'
gitster Aug 2, 2018
7c85ee6
Merge branch 'jt/fetch-negotiator-skipping'
gitster Aug 2, 2018
09ca613
Merge branch 'jt/tags-to-promised-blobs-fix'
gitster Aug 2, 2018
cfec613
Merge branch 'es/chain-lint-in-subshell'
gitster Aug 2, 2018
78a72ad
Merge branch 'jt/commit-graph-per-object-store'
gitster Aug 2, 2018
1d89318
Fifth batch for 2.19 cycle
gitster Aug 2, 2018
c67318e
push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets
avar Aug 1, 2018
8b5ebbe
add, update-index: fix --chmod argument help
rscharfe Aug 2, 2018
9f6013a
difftool: remove angular brackets from argument help
rscharfe Aug 2, 2018
cbd23de
pack-objects: specify --index-version argument help explicitly
rscharfe Aug 2, 2018
1758abe
send-pack: specify --force-with-lease argument help explicitly
rscharfe Aug 2, 2018
b8ade4c
shortlog: correct option help for -w
rscharfe Aug 2, 2018
5f0df44
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
rscharfe Aug 2, 2018
65bb21e
color: protect against out-of-bounds reads and writes
sunshineco Aug 3, 2018
45635ec
apply.h: drop extern on func declaration
pclouds Jun 30, 2018
c30f2e2
attr.h: drop extern from function declaration
pclouds Jun 30, 2018
fde9522
blame.h: drop extern on func declaration
pclouds Jun 30, 2018
9ab34f9
cache-tree.h: drop extern from function declaration
pclouds Jun 30, 2018
546f70f
convert.h: drop 'extern' from function declaration
pclouds Jun 30, 2018
78d70d9
diffcore.h: drop extern from function declaration
pclouds Jun 30, 2018
f758a7f
diff.h: remove extern from function declaration
pclouds Jun 30, 2018
5146f1f
line-range.h: drop extern from function declaration
pclouds Jun 30, 2018
d2865da
rerere.h: drop extern from function declaration
pclouds Jun 30, 2018
c2ec417
repository.h: drop extern from function declaration
pclouds Jun 30, 2018
d16ec9c
revision.h: drop extern from function declaration
pclouds Jun 30, 2018
4dcd706
submodule.h: drop extern from function declaration
pclouds Jun 30, 2018
69885ab
t3031: update test description to mention desired behavior
newren Aug 3, 2018
8578037
config.txt: reorder blame stuff to keep config keys sorted
pclouds Aug 4, 2018
8ad169c
config: document git config getter return value
hanwen Aug 6, 2018
beb188e
add a script to diff rendered documentation
peff Aug 6, 2018
46af44b
pull --rebase=<type>: allow single-letter abbreviations for the type
dscho Aug 4, 2018
b7446fc
t4150: fix broken test for am --scissors
rybak Aug 6, 2018
f0880f7
t3430: demonstrate what -r, --autosquash & --exec should do
dscho Aug 6, 2018
5d14258
Makefile: add missing dependency for command-list.h
pclouds Aug 6, 2018
6ec6330
t: factor out FUNNYNAMES as shared lazy prereq
wchargin Aug 6, 2018
0ed8d8d
doc hash-function-transition: pick SHA-256 as NewHash
jrn Aug 4, 2018
1976311
git-instaweb: support Fedora/Red Hat apache module path
skisela Aug 8, 2018
757b124
git-instaweb: fix apache2 config with apache >= 2.4
skisela Aug 7, 2018
c70e1b0
git-compat-util.h: fix typo
dscho Aug 8, 2018
a813241
remote-curl: remove spurious period
dscho Aug 8, 2018
0df90bd
t7406: fix call that was failing for the wrong reason
newren Aug 8, 2018
602813c
t7406: simplify by using diff --name-only instead of diff --raw
newren Aug 8, 2018
65799fb
t7406: avoid having git commands upstream of a pipe
newren Aug 8, 2018
7e9055b
t7406: prefer test_* helper functions to test -[feds]
newren Aug 8, 2018
9fd1080
t7406: avoid using test_must_fail for commands other than git
newren Aug 8, 2018
2d84f13
config: fix case sensitive subsection names on writing
stefanbeller Aug 8, 2018
bff7df7
git-config: document accidental multi-line setting in deprecated syntax
stefanbeller Aug 8, 2018
388d0ff
git-update-index.txt: reword possibly confusing example
newren Aug 8, 2018
e05aa68
update-index: there no longer is `apply --index-info`
gitster Aug 8, 2018
bf1a11f
sideband: highlight keywords in remote sideband output
hanwen Aug 7, 2018
1ace63b
rebase --exec: make it work with --rebase-merges
dscho Aug 9, 2018
2b958e7
repack: refactor setup of pack-objects cmd
jonathantanmy Aug 8, 2018
5d19e81
repack: repack promisor objects if -a or -A is set
jonathantanmy Aug 8, 2018
4e5dc9c
gpg-interface: propagate exit status from gpg back to the callers
gitster Aug 9, 2018
b6e7fc4
t5552: suppress upload-pack trace output
peff Aug 10, 2018
22d8733
linear-assignment: a function to solve least-cost assignment problems
dscho Aug 13, 2018
348ae56
Introduce `range-diff` to compare iterations of a topic branch
dscho Aug 13, 2018
d9c66f0
range-diff: first rudimentary implementation
dscho Aug 13, 2018
9dc46e0
range-diff: improve the order of the shown commits
dscho Aug 13, 2018
c8c5e43
range-diff: also show the diff between patches
dscho Aug 13, 2018
a142f97
range-diff: right-trim commit messages
dscho Aug 13, 2018
5e242e6
range-diff: indent the diffs just like tbdiff
dscho Aug 13, 2018
1cdde29
range-diff: suppress the diff headers
dscho Aug 13, 2018
eb0be38
range-diff: adjust the output of the commit pairs
dscho Aug 13, 2018
4eba1fe
range-diff: do not show "function names" in hunk headers
dscho Aug 13, 2018
8884cf1
range-diff: add tests
trast Aug 13, 2018
faa1df8
range-diff: use color for the commit pairs
dscho Aug 13, 2018
7188260
color: add the meta color GIT_COLOR_REVERSE
dscho Aug 13, 2018
f7c3b4e
diff: add an internal option to dual-color diffs of diffs
dscho Aug 13, 2018
31cf61a
range-diff: offer to dual-color the diffs
dscho Aug 13, 2018
0b91faa
range-diff --dual-color: skip white-space warnings
dscho Aug 13, 2018
ba931ed
range-diff: populate the man page
dscho Aug 13, 2018
7190a67
completion: support `git range-diff`
dscho Aug 13, 2018
d1f87a2
range-diff: left-pad patch numbers
dscho Aug 13, 2018
2752679
range-diff: make --dual-color the default mode
dscho Aug 13, 2018
a7be92a
range-diff: use dim/bold cues to improve dual color mode
dscho Aug 13, 2018
eb7cc5b
t5318: use 'test_cmp_bin' to compare commit-graph files
szeder Aug 13, 2018
3c45863
t5318: avoid unnecessary command substitutions
szeder Aug 13, 2018
d651a54
mergetool: don't suggest to continue after last file
mymedia2 Aug 13, 2018
c2c29cc
chainlint: match arbitrary here-docs tags rather than hard-coded names
sunshineco Aug 13, 2018
7e32a31
chainlint: match 'quoted' here-doc tags
sunshineco Aug 13, 2018
06fc5c9
chainlint: recognize multi-line $(...) when command cuddled with "$("
sunshineco Aug 13, 2018
d938711
chainlint: let here-doc and multi-line string commence on same line
sunshineco Aug 13, 2018
22e3e02
chainlint: recognize multi-line quoted strings more robustly
sunshineco Aug 13, 2018
4f69176
chainlint: add test of pathological case which triggered false positive
sunshineco Aug 13, 2018
d365112
fetch tests: correct a comment "remove it" -> "remove them"
avar Aug 13, 2018
b81699a
pull doc: fix a long-standing grammar error
avar Aug 13, 2018
202e7f1
for_each_*_object: store flag definitions in a single location
peff Aug 10, 2018
a7ff6f5
for_each_*_object: take flag arguments as enum
peff Aug 10, 2018
8b36155
for_each_*_object: give more comprehensive docstrings
peff Aug 10, 2018
736eb88
for_each_packed_object: support iterating in pack-order
peff Aug 10, 2018
aa2f5ef
t1006: test cat-file --batch-all-objects with duplicates
peff Aug 10, 2018
b1adb38
cat-file: rename batch_{loose,packed}_object callbacks
peff Aug 10, 2018
0750bb5
cat-file: support "unordered" output for --batch-all-objects
peff Aug 10, 2018
ff7fe37
diff.c: move read_index() code back to the caller
pclouds Aug 13, 2018
07096c9
cache-tree: wrap the_index based wrappers with #ifdef
pclouds Aug 13, 2018
7a400a2
attr: remove an implicit dependency on the_index
pclouds Aug 13, 2018
7f944e2
convert.c: remove an implicit dependency on the_index
pclouds Aug 13, 2018
6d2df28
dir.c: remove an implicit dependency on the_index in pathspec code
pclouds Aug 13, 2018
f9beff0
preload-index.c: use the right index instead of the_index
pclouds Aug 13, 2018
a52b321
ls-files: correct index argument to get_convert_attr_ascii()
pclouds Aug 13, 2018
340f4bc
unpack-trees: remove 'extern' on function declaration
pclouds Aug 13, 2018
383480b
unpack-trees: add a note about path invalidation
pclouds Aug 13, 2018
86016ec
unpack-trees: don't shadow global var the_index
pclouds Aug 13, 2018
27c82fb
unpack-trees: convert clear_ce_flags* to avoid the_index
pclouds Aug 13, 2018
c7f3259
unpack-trees: avoid the_index in verify_absent()
pclouds Aug 13, 2018
d17ef3a
pathspec.c: use the right index instead of the_index
pclouds Aug 13, 2018
68f08b4
submodule.c: use the right index instead of the_index
pclouds Aug 13, 2018
74cfc0e
entry.c: use the right index instead of the_index
pclouds Aug 13, 2018
c4500e2
attr: remove index from git_attr_set_direction()
pclouds Aug 13, 2018
a4009b0
grep: use the right index instead of the_index
pclouds Aug 13, 2018
b612ee2
archive.c: avoid access to the_index
pclouds Aug 13, 2018
b67b551
archive-*.c: use the right repository
pclouds Aug 13, 2018
ff82d12
resolve-undo.c: use the right index instead of the_index
pclouds Aug 13, 2018
332a82a
apply.c: pass struct apply_state to more functions
pclouds Aug 13, 2018
82ea77e
apply.c: make init_apply_state() take a struct repository
pclouds Aug 13, 2018
1b5c6c1
apply.c: remove implicit dependency on the_index
pclouds Aug 13, 2018
ecbbc0a
blame.c: remove implicit dependency on the_index
pclouds Aug 13, 2018
d641097
mingw: enable atomic O_APPEND
j6t Aug 13, 2018
10c6001
t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
szeder Aug 14, 2018
ced9fff
cat-file: use oidset check-and-insert
peff Aug 14, 2018
54d2f0d
cat-file: split batch "buf" into two variables
peff Aug 14, 2018
79ed0a5
cat-file: use a single strbuf for all output
peff Aug 14, 2018
0889aae
for_each_*_object: move declarations to object-store.h
peff Aug 14, 2018
e84c3cf
git-submodule.sh: accept verbose flag in cmd_update to be non-quiet
stefanbeller Aug 14, 2018
2711b1a
submodule: add more exhaustive up-path testing
avar Aug 14, 2018
5641eb9
partial-clone: render design doc using asciidoc
jrn Aug 14, 2018
1ce2b45
chainlint: fix for core.autocrlf=true
dscho Aug 15, 2018
dd2e36e
rebase -i: fix numbering in squash message
phillipwood Aug 15, 2018
ef3ca95
Add missing includes and forward declarations
newren Aug 15, 2018
1731310
alloc: make allocate_alloc_state and clear_alloc_state more consistent
newren Aug 15, 2018
e730b81
Move definition of enum branch_track from cache.h to branch.h
newren Aug 15, 2018
64e68a3
urlmatch.h: fix include guard
newren Aug 15, 2018
f790d81
compat/precompose_utf8.h: use more common include guard style
newren Aug 15, 2018
1076f1e
Remove forward declaration of an enum
newren Aug 15, 2018
5a66930
Merge branch 'jk/ui-color-always-to-auto'
gitster Aug 15, 2018
ae4e3f4
Merge branch 'sb/trailers-docfix'
gitster Aug 15, 2018
1638a62
Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'
gitster Aug 15, 2018
ea30f53
Merge branch 'bw/fetch-pack-i18n'
gitster Aug 15, 2018
10639c3
Merge branch 'js/t7406-recursive-submodule-update-order-fix'
gitster Aug 15, 2018
94f879c
Merge branch 'sg/travis-cocci-diagnose-failure'
gitster Aug 15, 2018
1ba2fc6
Merge branch 'bw/protocol-v2'
gitster Aug 15, 2018
706b0b5
Merge branch 'es/diff-color-moved-fix'
gitster Aug 15, 2018
8cabe16
Merge branch 'bb/make-developer-pedantic'
gitster Aug 15, 2018
a14a9bf
Merge branch 'jh/json-writer'
gitster Aug 15, 2018
1689c22
Merge branch 'jk/core-use-replace-refs'
gitster Aug 15, 2018
2d7a202
Merge branch 'bw/clone-ref-prefixes'
gitster Aug 15, 2018
3ec5ebe
Merge branch 'hs/gpgsm'
gitster Aug 15, 2018
4bea848
Merge branch 'nd/i18n'
gitster Aug 15, 2018
57fbd8e
Merge branch 'sb/histogram-less-memory'
gitster Aug 15, 2018
bce8031
Merge branch 'sg/coccicheck-updates'
gitster Aug 15, 2018
7d020f5
Merge branch 'jk/size-t'
gitster Aug 15, 2018
d6628c9
Merge branch 'jt/tag-following-with-proto-v2-fix'
gitster Aug 15, 2018
e4095da
Merge branch 'en/merge-recursive-skip-fix'
gitster Aug 15, 2018
e28daf2
Merge branch 'jk/banned-function'
gitster Aug 15, 2018
88f2407
Merge branch 'bb/redecl-enum-fix'
gitster Aug 15, 2018
30cf191
Merge branch 'js/vscode'
gitster Aug 15, 2018
dd4ab3e
Merge branch 'cb/p4-pre-submit-hook'
gitster Aug 15, 2018
ab53920
Merge branch 'jn/subtree-test-fixes'
gitster Aug 15, 2018
2e2c24f
Merge branch 'nd/pack-objects-threading-doc'
gitster Aug 15, 2018
dca64ed
Merge branch 'ms/http-proto-doc'
gitster Aug 15, 2018
c5c26f7
Merge branch 'es/mw-to-git-chain-fix'
gitster Aug 15, 2018
11ea82a
Merge branch 'rs/remote-mv-leakfix'
gitster Aug 15, 2018
6be44b5
Merge branch 'sg/travis-retrieve-trash-upon-failure'
gitster Aug 15, 2018
b160b6e
Merge branch 'jt/connectivity-check-after-unshallow'
gitster Aug 15, 2018
63749b2
Sixth batch for 2.19 cycle
gitster Aug 15, 2018
d54e189
t3430: add conflicting commit
phillipwood Aug 15, 2018
bc9238b
rebase -i: fix SIGSEGV when 'merge <branch>' fails
phillipwood Aug 15, 2018
3e7dd99
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
pclouds Aug 16, 2018
31158c7
t7410: update to new style
stefanbeller Aug 16, 2018
e6b09b1
builtin/submodule--helper: remove stray new line
stefanbeller Aug 16, 2018
f8ca718
Merge branch 'ab/fsck-transfer-updates'
gitster Aug 17, 2018
1bc505b
Merge branch 'es/rebase-i-author-script-fix'
gitster Aug 17, 2018
28bdd99
Merge branch 'ab/test-must-be-empty'
gitster Aug 17, 2018
60858f3
Merge branch 'jk/merge-subtree-heuristics'
gitster Aug 17, 2018
72c11b7
Merge branch 'jt/refspec-dwim-precedence-fix'
gitster Aug 17, 2018
28dbabb
Merge branch 'ab/fetch-nego'
gitster Aug 17, 2018
8963bb0
Merge branch 'rs/parse-opt-lithelp'
gitster Aug 17, 2018
d1b0164
Merge branch 'ab/sha1dc'
gitster Aug 17, 2018
271940c
Merge branch 'es/want-color-fd-defensive'
gitster Aug 17, 2018
0194c9a
Merge branch 'nd/no-extern'
gitster Aug 17, 2018
c83149a
Merge branch 'ot/ref-filter-object-info'
gitster Aug 17, 2018
c5d276c
Merge branch 'mk/http-backend-content-length'
gitster Aug 17, 2018
8ba8642
Merge branch 'en/abort-df-conflict-fixes'
gitster Aug 17, 2018
791ad49
Merge branch 'sb/indent-heuristic-optim'
gitster Aug 17, 2018
b576cf7
Merge branch 'en/t3031-title-fix'
gitster Aug 17, 2018
3146f8a
Merge branch 'nd/config-blame-sort'
gitster Aug 17, 2018
f382c24
Merge branch 'hn/config-in-code-comment'
gitster Aug 17, 2018
f74e7b8
Merge branch 'jk/diff-rendered-docs'
gitster Aug 17, 2018
c757aa2
Merge branch 'js/pull-rebase-type-shorthand'
gitster Aug 17, 2018
2c8c407
Merge branch 'ar/t4150-am-scissors-test-fix'
gitster Aug 17, 2018
4e0ea8e
Merge branch 'nd/complete-config-vars'
gitster Aug 17, 2018
fa03cdc
Seventh batch for 2.19 cycle
gitster Aug 17, 2018
59a255a
sideband: do not read beyond the end of input
gitster Aug 18, 2018
3338e99
t2024: mark test using "checkout -p" with PERL prerequisite
avar Aug 18, 2018
34f2297
Merge branch 'ab/newhash-is-sha256'
gitster Aug 20, 2018
14677d2
Merge branch 'ab/test-must-be-empty-for-master'
gitster Aug 20, 2018
750eb11
Merge branch 'js/rebase-merges-exec-fix'
gitster Aug 20, 2018
02c51a2
Merge branch 'en/t7406-fixes'
gitster Aug 20, 2018
93ded33
Merge branch 'sk/instaweb-rh-update'
gitster Aug 20, 2018
13bf260
Merge branch 'js/typofixes'
gitster Aug 20, 2018
7d91699
Merge branch 'en/update-index-doc'
gitster Aug 20, 2018
6e8f3d1
Merge branch 'jc/update-index-doc'
gitster Aug 20, 2018
4d34122
Merge branch 'jc/gpg-status'
gitster Aug 20, 2018
c5c2162
Merge branch 'jt/fetch-negotiator-skipping'
gitster Aug 20, 2018
5dd5474
Merge branch 'ds/commit-graph-fsck'
gitster Aug 20, 2018
3bc484a
Merge branch 'jt/commit-graph-per-object-store'
gitster Aug 20, 2018
03e904c
Merge branch 'ng/mergetool-lose-final-prompt'
gitster Aug 20, 2018
42a6274
Merge branch 'ab/fetch-tags-noclobber'
gitster Aug 20, 2018
0c54cda
Merge branch 'jk/for-each-object-iteration'
gitster Aug 20, 2018
d18d09b
Merge branch 'js/mingw-o-append'
gitster Aug 20, 2018
a15bfa5
Merge branch 'sg/t5310-empty-input-fix'
gitster Aug 20, 2018
ace1f99
Merge branch 'es/chain-lint-more'
gitster Aug 20, 2018
dc0f6f9
Merge branch 'nd/no-the-index'
gitster Aug 20, 2018
81eab68
Merge branch 'js/range-diff'
gitster Aug 20, 2018
ce9c6a3
Merge branch 'sb/pull-rebase-submodule'
gitster Aug 20, 2018
4601516
Merge branch 'js/chain-lint-attrfix'
gitster Aug 20, 2018
6bbd103
Merge branch 'jh/partial-clone-doc'
gitster Aug 20, 2018
e72db08
Merge branch 'wc/make-funnynames-shared-lazy-prereq'
gitster Aug 20, 2018
36f0f34
Merge branch 'jt/repack-promisor-packs'
gitster Aug 20, 2018
5ade034
Merge branch 'en/incl-forward-decl'
gitster Aug 20, 2018
87aa159
Merge branch 'ab/submodule-relative-url-tests'
gitster Aug 20, 2018
2a2c18f
Merge branch 'sb/config-write-fix'
gitster Aug 20, 2018
36fd1e8
Merge branch 'pw/rebase-i-squash-number-fix'
gitster Aug 20, 2018
5a5c5e9
Merge branch 'pw/rebase-i-merge-segv-fix'
gitster Aug 20, 2018
85c54ec
Merge branch 'sb/submodule-cleanup'
gitster Aug 20, 2018
39e415c
Merge branch 'nd/cherry-pick-quit-fix'
gitster Aug 20, 2018
d280170
Merge branch 'hn/highlight-sideband-keywords'
gitster Aug 20, 2018
273b0a1
Merge branch 'ab/checkout-default-remote'
gitster Aug 20, 2018
7e8bfb0
Git 2.19-rc0
gitster Aug 20, 2018
29d9e3e
Merge branch 'nd/pack-deltify-regression-fix'
gitster Aug 22, 2018
5b14ff1
read-cache: speed up index load through parallelization
benpeart Aug 20, 2018
5e3174d
read-cache: load cache extensions on worker thread
benpeart Aug 27, 2018
5418eb0
read-cache: micro-optimize expand_name_field() to speed up V4 index p…
benpeart Aug 27, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@
/git-pull
/git-push
/git-quiltimport
/git-range-diff
/git-read-tree
/git-rebase
/git-rebase--am
/git-rebase--helper
/git-rebase--interactive
/git-rebase--merge
/git-rebase--preserve-merges
/git-receive-pack
/git-reflog
/git-remote
Expand Down Expand Up @@ -206,6 +208,7 @@
/config.mak.autogen
/config.mak.append
/configure
/.vscode/
/tags
/TAGS
/cscope*
Expand Down
11 changes: 10 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ Chris Wright <[email protected]> <[email protected]>
Cord Seele <[email protected]> <[email protected]>
Christian Couder <[email protected]> <[email protected]>
Christian Stimming <[email protected]> <[email protected]>
Christopher Díaz Riveros <[email protected]> Christopher Diaz Riveros
Csaba Henk <[email protected]> <[email protected]>
Dan Johnson <[email protected]>
Dana L. How <[email protected]> <[email protected]>
Dana L. How <[email protected]> Dana How
Daniel Barkalow <[email protected]>
Daniel Knittl-Frank <[email protected]> knittl
Daniel Trstenjak <[email protected]> <[email protected]>
Daniel Trstenjak <[email protected]> <[email protected]>
David Brown <[email protected]> <[email protected]>
Expand All @@ -57,6 +59,7 @@ Eric S. Raymond <[email protected]>
Eric Wong <[email protected]> <[email protected]>
Erik Faye-Lund <[email protected]> <[email protected]>
Eyvind Bernhardsen <[email protected]> <[email protected]>
Fangyi Zhou <[email protected]> Zhou Fangyi
Florian Achleitner <[email protected]> <[email protected]>
Franck Bui-Huu <[email protected]> <[email protected]>
Frank Lichtenheld <[email protected]> <[email protected]>
Expand Down Expand Up @@ -86,6 +89,8 @@ Jason McMullan <[email protected]>
Jason Riedy <[email protected]> <[email protected]>
Jason Riedy <[email protected]> <[email protected]>
Jay Soffian <[email protected]> <[email protected]>
Jean-Noël Avila <[email protected]> Jean-Noel Avila
Jean-Noël Avila <[email protected]> Jean-Noël AVILA
Jeff King <[email protected]> <[email protected]>
Jeff Muizelaar <[email protected]> <[email protected]>
Jens Axboe <[email protected]> <[email protected]>
Expand Down Expand Up @@ -149,6 +154,7 @@ Matt Draisey <[email protected]> <[email protected]>
Matt Kraai <[email protected]> <[email protected]>
Matt McCutchen <[email protected]> <[email protected]>
Matthias Kestenholz <[email protected]> <[email protected]>
Matthias Rüster <[email protected]> Matthias Ruester
Matthias Urlichs <[email protected]> <smurf@kiste.(none)>
Matthias Urlichs <[email protected]> <[email protected]>
Michael Coleman <[email protected]>
Expand Down Expand Up @@ -213,6 +219,8 @@ Sean Estabrooks <[email protected]>
Sebastian Schuberth <[email protected]> <[email protected]>
Seth Falcon <[email protected]> <[email protected]>
Shawn O. Pearce <[email protected]>
Wei Shuyu <[email protected]> Shuyu Wei
Sidhant Sharma <[email protected]> Sidhant Sharma [:tk]
Simon Hausmann <[email protected]> <[email protected]>
Simon Hausmann <[email protected]> <[email protected]>
Stefan Beller <[email protected]> <[email protected]>
Expand Down Expand Up @@ -253,7 +261,8 @@ Uwe Kleine-König <[email protected]> <[email protected]
Uwe Kleine-König <[email protected]> <[email protected]>
Uwe Kleine-König <[email protected]> <[email protected]>
Ville Skyttä <[email protected]> <[email protected]>
Vitaly "_Vi" Shukela <[email protected]>
Vitaly "_Vi" Shukela <[email protected]> <[email protected]>
Vitaly "_Vi" Shukela <[email protected]> Vitaly _Vi Shukela
W. Trevor King <[email protected]> <[email protected]>
William Pursell <[email protected]>
YONETANI Tomokazu <[email protected]> <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions Documentation/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ cmds-*.txt
mergetools-*.txt
manpage-base-url.xsl
SubmittingPatches.txt
tmp-doc-diff/
1 change: 1 addition & 0 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ TECH_DOCS += technical/long-running-process-protocol
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol
TECH_DOCS += technical/partial-clone
TECH_DOCS += technical/protocol-capabilities
TECH_DOCS += technical/protocol-common
TECH_DOCS += technical/protocol-v2
Expand Down
Loading