summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano2020-02-149-122/+362
|\ \ \ \ \
| * | | | | pack-bitmap: don't rely on bitmap_git->reuse_objectsJeff King2020-01-231-11/+7
| * | | | | pack-objects: add checks for duplicate objectsJeff King2020-01-231-1/+7
| * | | | | pack-objects: improve partial packfile reuseJeff King2020-01-233-86/+281
| * | | | | builtin/pack-objects: introduce obj_is_packed()Jeff King2020-01-231-2/+7
| * | | | | pack-objects: introduce pack.allowPackReuseJeff King2020-01-232-1/+14
| * | | | | csum-file: introduce hashfile_total()Jeff King2020-01-231-0/+9
| * | | | | pack-bitmap: simplify bitmap_has_oid_in_uninteresting()Jeff King2020-01-231-12/+2
| * | | | | pack-bitmap: uninteresting oid can be outside bitmapped packfileJeff King2020-01-231-1/+1
| * | | | | pack-bitmap: introduce bitmap_walk_contains()Jeff King2020-01-232-0/+15
| * | | | | ewah/bitmap: introduce bitmap_word_alloc()Jeff King2020-01-232-4/+10
| * | | | | packfile: expose get_delta_base()Jeff King2019-09-132-5/+8
| * | | | | builtin/pack-objects: report reused packfile objectsJeff King2019-09-131-2/+4
* | | | | | Merge branch 'hw/advice-add-nothing'Junio C Hamano2020-02-146-4/+26
|\ \ \ \ \ \
| * | | | | | add: change advice config variables used by the add APIHeba Waly2020-02-065-7/+22
| * | | | | | add: use advise function to display hintsHeba Waly2020-01-154-3/+8
| | |_|/ / / | |/| | | |
* | | | | | The fourth batch for 2.26Junio C Hamano2020-02-121-0/+44
* | | | | | Merge branch 'js/convert-typofix'Junio C Hamano2020-02-121-1/+1
|\ \ \ \ \ \
| * | | | | | convert: fix typoJohannes Schindelin2020-02-111-1/+1
* | | | | | | Merge branch 'js/ci-squelch-doc-warning'Junio C Hamano2020-02-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ci: ignore rubygems warning in the "Documentation" jobJohannes Schindelin2020-02-101-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jb/multi-pack-index-docfix'Junio C Hamano2020-02-121-2/+3
|\ \ \ \ \ \ \
| * | | | | | | pack-format: correct multi-pack-index descriptionJohannes Berg2020-02-101-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ma/diff-doc-clarify-regexp-example'Junio C Hamano2020-02-121-4/+4
|\ \ \ \ \ \ \
| * | | | | | | diff-options.txt: avoid "regex" overload in exampleMartin Ågren2020-02-091-4/+4
| |/ / / / / /
* | | | | | | Merge branch 'ms/doc-bundle-format'Junio C Hamano2020-02-121-0/+48
|\ \ \ \ \ \ \
| * | | | | | | doc: describe Git bundle formatMasaya Suzuki2020-02-071-0/+48
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'es/submodule-fetch-message-fix'Junio C Hamano2020-02-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | submodule: add newline on invalid submodule errorEmily Shaffer2020-02-071-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jb/parse-options-message-fix'Junio C Hamano2020-02-122-4/+4
|\ \ \ \ \ \ \
| * | | | | | | parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin2020-02-052-4/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ma/filter-branch-doc-caret'Junio C Hamano2020-02-121-3/+3
|\ \ \ \ \ \ \
| * | | | | | | git-filter-branch.txt: wrap "maths" notation in backticksMartin Ågren2020-02-041-3/+3
* | | | | | | | Merge branch 'km/submodule-doc-use-sm-path'Junio C Hamano2020-02-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule foreach: replace $path with $sm_path in exampleKyle Meyer2020-01-311-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/skip-prefix'Junio C Hamano2020-02-128-25/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-318-25/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'pb/do-not-recurse-grep-no-index'Junio C Hamano2020-02-123-4/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain2020-01-303-4/+17
* | | | | | | | | Merge branch 'hw/doc-git-dir'Junio C Hamano2020-02-121-3/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git: update documentation for --git-dirHeba Waly2020-01-301-3/+17
* | | | | | | | | | Merge branch 'jk/push-default-doc'Junio C Hamano2020-02-121-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: drop "explicitly given" from push.default descriptionJeff King2020-01-291-2/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano2020-02-125-15/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | obstack: avoid computing offsets from NULL pointerJeff King2020-01-281-2/+4
| * | | | | | | | | | xdiff: avoid computing non-zero offset from NULL pointerJeff King2020-01-281-2/+6
| * | | | | | | | | | avoid computing zero offsets from NULL pointerJeff King2020-01-283-6/+6
| * | | | | | | | | | merge-recursive: use subtraction to flip stageJunio C Hamano2020-01-271-3/+2
| * | | | | | | | | | merge-recursive: silence -Wxor-used-as-pow warningJeff King2020-01-271-5/+14
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'dt/submodule-rm-with-stale-cache'Junio C Hamano2020-02-122-1/+8
|\ \ \ \ \ \ \ \ \ \