summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason2021-08-301-16/+21
| * | | | | | | | commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason2021-08-301-4/+0
| * | | | | | | | commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason2021-08-301-14/+17
* | | | | | | | | Merge branch 'mh/send-email-reset-in-reply-to'Junio C Hamano2021-09-102-9/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | send-email: avoid incorrect header propagationMarvin Häuser2021-08-302-9/+62
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rs/more-fspathcmp'Junio C Hamano2021-09-101-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge-recursive: use fspathcmp() in path_hashmap_cmp()René Scharfe2021-08-301-4/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sg/set-ceiling-during-tests'Junio C Hamano2021-09-101-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repositorySZEDER Gábor2021-08-301-1/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jh/sparse-index-resize-fix'Junio C Hamano2021-09-101-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler2021-08-301-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'es/walken-tutorial-fix'Junio C Hamano2021-09-101-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | doc: fix syntax error and the format of printfZoker2021-08-301-2/+2
* | | | | | | | | | Merge branch 'tb/add-objects-in-unpacked-packs-simplify'Junio C Hamano2021-09-104-74/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2021-08-292-11/+1
| * | | | | | | | | | builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()Taylor Blau2021-08-291-68/+16
| * | | | | | | | | | object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2021-08-292-0/+12
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/fetch-omit-formatting-under-quiet'Junio C Hamano2021-09-101-5/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt2021-08-301-5/+12
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ka/want-ref-in-namespace'Junio C Hamano2021-09-103-48/+192
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs: clarify the interaction of transfer.hideRefs and namespacesKim Altintop2021-09-011-5/+9
| * | | | | | | | | | upload-pack.c: treat want-ref relative to namespaceKim Altintop2021-09-012-7/+146
| * | | | | | | | | | t5730: introduce fetch command helperKim Altintop2021-09-011-36/+37
* | | | | | | | | | | Merge branch 'zh/cherry-pick-advice'Junio C Hamano2021-09-103-11/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cherry-pick: use better advice messageZheNing Hu2021-08-233-11/+42
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano2021-09-107-6/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sequencer: advise if skipping cherry-picked commitJosh Steadmon2021-08-307-6/+38
| |/ / / / / / / / / /
* | | | | | | | | | | The fourth batchJunio C Hamano2021-09-081-0/+33
* | | | | | | | | | | Merge branch 'sg/column-nl'Junio C Hamano2021-09-083-2/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | column: fix parsing of the '--nl' optionSZEDER Gábor2021-08-263-2/+20
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'cb/makefile-apple-clang'Junio C Hamano2021-09-081-6/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | build: catch clang that identifies itself as "$VENDOR clang"Junio C Hamano2021-08-061-5/+2
| * | | | | | | | | | | build: clang version may not be followed by extra wordsJeff King2021-08-061-2/+2
| * | | | | | | | | | | build: update detect-compiler for newer Xcode versionCarlo Marcelo Arenas Belón2021-08-061-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ps/ls-refs-strbuf-optim'Junio C Hamano2021-09-081-8/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ls-refs: reuse buffer when sending refsPatrick Steinhardt2021-08-251-8/+11
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rs/branch-allow-deleting-dangling'Junio C Hamano2021-09-083-2/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | branch: allow deleting dangling branches with --forceRené Scharfe2021-08-273-2/+16
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mt/quiet-with-delayed-checkout'Junio C Hamano2021-09-085-5/+80
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares2021-08-265-5/+80
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-0816-53/+36
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-2515-52/+33
| * | | | | | | | | | | xopen: explicitly report creation failuresRené Scharfe2021-08-251-1/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano2021-09-082-0/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh2021-08-252-0/+57
* | | | | | | | | | | | Merge branch 'dd/t6300-wo-gpg-fix'Junio C Hamano2021-09-081-11/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t6300: check for cat-file exit status codeĐoàn Trần Công Danh2021-08-251-1/+3
| * | | | | | | | | | | | t6300: don't run cat-file on non-existent objectĐoàn Trần Công Danh2021-08-251-11/+16
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'mh/credential-leakfix'Junio C Hamano2021-09-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | credential: fix leak in credential_apply_config()Mike Hommey2021-08-251-0/+1
| |/ / / / / / / / / / /