summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-24blame-options.txt: camelcase blame.blankBoundaryLibravatar Junio C Hamano1-1/+1
2021-02-24i18n.txt: camel case and monospace "i18n.commitEncoding"Libravatar Denton Liu3-4/+4
2021-02-24read-cache: make the index write buffer size 128KLibravatar Neeraj Singh1-1/+1
2021-02-24add: propagate --chmod errors to exit statusLibravatar Matheus Tavares2-10/+28
2021-02-24add: mark --chmod error string for translationLibravatar Matheus Tavares2-2/+2
2021-02-24add --chmod: don't update index when --dry-run is usedLibravatar Matheus Tavares2-3/+29
2021-02-24dir: fix malloc of root untracked_cache_dirLibravatar Jeff Hostetler1-5/+2
2021-02-24rebase: add a config option for --no-fork-pointLibravatar Alex Henrie3-17/+61
2021-02-24commit-graph.c: display correct number of chunks when writingLibravatar Taylor Blau1-4/+3
2021-02-23push: do not turn --delete '' into a matching pushLibravatar Junio C Hamano2-1/+6
2021-02-23doc: mention approxidates for git-commit --dateLibravatar Jeff King1-4/+7
2021-02-23replace "parameters" by "arguments" in error messagesLibravatar Johannes Sixt6-18/+18
2021-02-23mergetools/vimdiff: add vimdiff1 merge tool variantLibravatar Seth House1-1/+12
2021-02-23doc/reftable: document how to handle windowsLibravatar Han-Wen Nienhuys1-16/+26
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryLibravatar Eric Sunshine2-17/+46
2021-02-22The tenth batchLibravatar Junio C Hamano1-0/+7
2021-02-22Merge branch 'ab/test-lib'Libravatar Junio C Hamano41-124/+107
2021-02-22Merge branch 'ab/diff-deferred-free'Libravatar Junio C Hamano4-20/+60
2021-02-22Merge branch 'ab/pager-exit-log'Libravatar Junio C Hamano3-13/+142
2021-02-22Merge branch 'ta/hash-function-transition-doc'Libravatar Junio C Hamano2-147/+150
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Libravatar Junio C Hamano12-74/+225
2021-02-22Merge branch 'dl/stash-cleanup'Libravatar Junio C Hamano3-97/+105
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Libravatar Andrzej Hunt1-0/+1
2021-02-22difftool.c: learn a new way start at specified fileLibravatar ZheNing Hu2-0/+40
2021-02-22commit-reach: stale commits may prune generation furtherLibravatar Derrick Stolee1-7/+21
2021-02-22commit-reach: use heuristic in remove_redundant()Libravatar Derrick Stolee1-16/+56
2021-02-22commit-reach: move compare_commits_by_genLibravatar Derrick Stolee1-15/+15
2021-02-22commit-reach: use one walk in remove_redundant()Libravatar Derrick Stolee1-8/+96
2021-02-22doc: mention bigFileThreshold for packingLibravatar Christian Walther2-1/+19
2021-02-22fetch-pack: print and use dangling .gitmodulesLibravatar Jonathan Tan9-22/+165
2021-02-22fetch-pack: with packfile URIs, use index-pack argLibravatar Jonathan Tan1-11/+23
2021-02-22http-fetch: allow custom index-pack argsLibravatar Jonathan Tan4-8/+30
2021-02-22http: allow custom index-pack argsLibravatar Jonathan Tan3-13/+18
2021-02-22Merge branch 'py/commit-comments'Libravatar Pratyush Yadav2-2/+21
2021-02-19Documentation: typofix --column descriptionLibravatar Junio C Hamano3-3/+3
2021-02-18chunk-format: add technical docsLibravatar Derrick Stolee3-0/+122
2021-02-18chunk-format: restore duplicate chunk checksLibravatar Derrick Stolee1-0/+9
2021-02-18midx: use 64-bit multiplication for chunk sizesLibravatar Derrick Stolee1-5/+6
2021-02-18midx: use chunk-format read APILibravatar Derrick Stolee2-50/+29
2021-02-18commit-graph: use chunk-format read APILibravatar Derrick Stolee2-106/+55
2021-02-18chunk-format: create read chunk APILibravatar Derrick Stolee2-0/+127
2021-02-18midx: use chunk-format API in write_midx_internal()Libravatar Derrick Stolee1-86/+20
2021-02-18midx: drop chunk progress during writeLibravatar Derrick Stolee1-7/+0
2021-02-18midx: return success/failure in chunk write methodsLibravatar Derrick Stolee1-36/+27
2021-02-18midx: add num_large_offsets to write_midx_contextLibravatar Derrick Stolee1-7/+10
2021-02-18midx: add pack_perm to write_midx_contextLibravatar Derrick Stolee1-19/+21
2021-02-18midx: add entries to write_midx_contextLibravatar Derrick Stolee1-23/+26
2021-02-18midx: use context in write_midx_pack_names()Libravatar Derrick Stolee1-11/+10
2021-02-18midx: rename pack_info to write_midx_contextLibravatar Derrick Stolee1-65/+65
2021-02-18commit-graph: use chunk-format write APILibravatar Derrick Stolee1-82/+37