summaryrefslogtreecommitdiffstats
path: root/templates/this--description (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-28path.h: make REPO_GIT_PATH_FUNC repository agnosticStefan Beller1-1/+1
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller6-12/+15
2018-12-28commit-graph: convert remaining functions to handle any repoStefan Beller1-16/+24
2018-12-28submodule: don't add submodule as odb for pushStefan Beller1-3/+0
2018-12-28submodule: use submodule repos for object lookupStefan Beller1-15/+60
2018-11-14pretty: prepare format_commit_message to handle arbitrary repositoriesStefan Beller3-8/+24
2018-11-14commit: prepare logmsg_reencode to handle arbitrary repositoriesStefan Beller3-6/+24
2018-11-14commit: prepare repo_unuse_commit_buffer to handle any repoStefan Beller3-3/+18
2018-11-14commit: prepare get_commit_buffer to handle any repoStefan Beller3-4/+19
2018-11-14commit-reach: prepare in_merge_bases[_many] to handle any repoStefan Beller3-8/+36
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