summaryrefslogtreecommitdiffstats
path: root/thread-utils.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-14commit-reach: prepare get_merge_bases to handle any repoStefan Beller3-20/+56
2018-11-14commit-reach.c: allow get_merge_bases_many_0 to handle any repoStefan Beller1-6/+7
2018-11-14commit-reach.c: allow remove_redundant to handle any repoStefan Beller1-5/+5
2018-11-14commit-reach.c: allow merge_bases_many to handle any repoStefan Beller1-5/+7
2018-11-14commit-reach.c: allow paint_down_to_common to handle any repoStefan Beller1-6/+9
2018-11-14commit: allow parse_commit* to handle any repoStefan Beller3-11/+48
2018-11-14object: parse_object to honor its repository argumentStefan Beller1-3/+3
2018-11-14object-store: prepare has_{sha1, object}_file to handle any repoStefan Beller3-11/+56
2018-11-14object-store: prepare read_object_file to deal with any repoStefan Beller2-2/+20
2018-11-14object-store: allow read_object_file_extended to read from any repoStefan Beller3-8/+10
2018-10-19packfile: allow has_packed_and_bad to handle arbitrary repositoriesStefan Beller3-4/+5
2018-10-19sha1_file: allow read_object to read objects in arbitrary repositoriesStefan Beller1-4/+6
2018-10-19Fifth batch for 2.20Junio C Hamano1-0/+82
2018-10-16Fourth batch for 2.20Junio C Hamano1-0/+50
2018-10-11read-cache: load cache entries on worker threadsBen Peart1-37/+193
2018-10-11ieot: add Index Entry Offset Table (IEOT) extensionBen Peart2-3/+211
2018-10-11read-cache: load cache extensions on a worker threadBen Peart1-16/+79
2018-10-11config: add new index.threads config settingBen Peart5-0/+36
2018-10-11eoie: add End of Index Entry (EOIE) extensionBen Peart3-12/+177
2018-10-11read-cache: clean up casting and byte decodingBen Peart1-12/+11
2018-10-10Third batch for 2.20Junio C Hamano1-0/+16
2018-10-10cache-tree: skip some blob checks in partial cloneJonathan Tan2-1/+38
2018-10-10Declare that the next one will be named 2.20Junio C Hamano2-167/+168
2018-10-09transport.c: introduce core.alternateRefsPrefixesTaylor Blau3-0/+20
2018-10-09transport.c: introduce core.alternateRefsCommandTaylor Blau3-4/+59
2018-10-09transport.c: extract 'fill_alternate_refs_command'Taylor Blau1-6/+12
2018-10-09transport: drop refnames from for_each_alternate_refJeff King4-8/+6
2018-10-07docs: typo: s/isimilar/similar/Michael Witten1-1/+1
2018-10-07docs: graph: remove unnecessary `graph_update()' callMichael Witten1-1/+0
2018-10-07docs: typo: s/go/to/Michael Witten1-1/+1
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez1-0/+3
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan3-6/+54
2018-10-07transport: list refs before fetch if necessaryJonathan Tan3-0/+19
2018-10-07transport: do not list refs if possibleJonathan Tan3-3/+16
2018-10-07transport: allow skipping of ref listingJonathan Tan1-4/+25
2018-10-07tests: order arguments to git-rev-list properlyMatthew DeVore3-29/+44
2018-10-07t9109: don't swallow Git errors upstream of pipesMatthew DeVore1-13/+21
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore3-132/+141
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore32-112/+112
2018-10-07tests: standardize pipe placementMatthew DeVore7-250/+344
2018-10-07Documentation: add shell guidelinesMatthew DeVore2-0/+45
2018-10-07t/README: reformat Do, Don't, Keep in mind listsMatthew DeVore1-22/+20
2018-10-07commit-graph: reduce initial oid allocationDerrick Stolee1-1/+1
2018-10-07builtin/commit-graph.c: UNLEAK variablesMartin Ă…gren1-5/+6
2018-10-07commit-graph: clean up leaked memory during writeDerrick Stolee1-5/+9
2018-10-05diff --color-moved: fix a memory leakPhillip Wood1-2/+2
2018-10-05diff --color-moved-ws: fix another memory leakPhillip Wood1-0/+2
2018-10-05diff --color-moved-ws: fix a memory leakPhillip Wood1-1/+4
2018-10-05diff --color-moved-ws: fix out of bounds string accessPhillip Wood1-1/+1
2018-10-05diff --color-moved-ws: fix double free crashPhillip Wood1-37/+45