summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-138-17/+48
|\ \ \ \ \ \ \
| * | | | | | | travis: run tests with GIT_TEST_SPLIT_INDEXtg/split-index-fixesThomas Gummerer2018-01-191-0/+4
| * | | | | | | split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-194-2/+24
| * | | | | | | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-195-15/+20
* | | | | | | | Merge branch 'rs/strbuf-cocci-workaround'Junio C Hamano2018-02-131-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | cocci: use format keyword instead of a literal stringrs/strbuf-cocci-workaroundRené Scharfe2018-01-191-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'mr/packed-ref-store-fix'Junio C Hamano2018-02-131-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | files_initial_transaction_commit(): only unlock if lockedmr/packed-ref-store-fixMathias Rav2018-01-191-2/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jt/http-redact-cookies'Junio C Hamano2018-02-133-8/+117
|\ \ \ \ \ \ \ \
| * | | | | | | | http: support omitting data from tracesjt/http-redact-cookiesJonathan Tan2018-01-193-8/+35
| * | | | | | | | http: support cookie redaction when tracingJonathan Tan2018-01-193-0/+82
* | | | | | | | | Merge branch 'ds/use-get-be64'Junio C Hamano2018-02-132-6/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | packfile: use get_be64() for large offsetsds/use-get-be64Derrick Stolee2018-01-192-6/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'cc/sha1-file-name'Junio C Hamano2018-02-134-27/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_file: improve sha1_file_name() perfscc/sha1-file-nameChristian Couder2018-01-191-2/+2
| * | | | | | | | | sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-174-26/+42
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/trace-with-env'Junio C Hamano2018-02-138-11/+178
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | run-command.c: print new cwd in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-0/+5
| * | | | | | | | | run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-193-0/+109
| * | | | | | | | | run-command.c: print program 'git' when tracing git_cmd modeNguyễn Thái Ngọc Duy2018-01-191-0/+2
| * | | | | | | | | run-command.c: introduce trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-1/+17
| * | | | | | | | | trace.c: move strbuf_release() out of print_trace_line()Nguyễn Thái Ngọc Duy2018-01-161-1/+4
| * | | | | | | | | trace: avoid unnecessary quotingJeff King2018-01-163-2/+36
| * | | | | | | | | sq_quote_argv: drop maxlen parameterJeff King2018-01-165-9/+7
* | | | | | | | | | Merge branch 'pc/submodule-helper'Junio C Hamano2018-02-132-110/+342
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan2018-01-162-54/+148
| * | | | | | | | | | submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan2018-01-162-56/+194
* | | | | | | | | | | Merge branch 'rb/hashmap-h-compilation-fix'Junio C Hamano2018-02-131-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hashmap.h: remove unused variablerb/hashmap-h-compilation-fixRandall S. Becker2018-01-161-2/+1
* | | | | | | | | | | | Merge branch 'nd/diff-flush-before-warning'Junio C Hamano2018-02-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff.c: flush stdout before printing rename warningsnd/diff-flush-before-warningNguyễn Thái Ngọc Duy2018-01-161-0/+1
* | | | | | | | | | | | | Merge branch 'tb/crlf-conv-flags'Junio C Hamano2018-02-138-46/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | convert_to_git(): safe_crlf/checksafe becomes int conv_flagstb/crlf-conv-flagsTorsten Bögershausen2018-01-168-46/+46
* | | | | | | | | | | | | | Merge branch 'rs/describe-unique-abbrev'Junio C Hamano2018-02-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | describe: use strbuf_add_unique_abbrev() for adding short hashesrs/describe-unique-abbrevRené Scharfe2018-01-161-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ks/submodule-doc-updates'Junio C Hamano2018-02-132-29/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Doc/git-submodule: improve readability and grammar of a sentenceks/submodule-doc-updatesKaartic Sivaraam2018-01-161-8/+8
| * | | | | | | | | | | | | | Doc/gitsubmodules: make some changes to improve readability and syntaxKaartic Sivaraam2018-01-161-21/+79
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'cl/t9001-cleanup'Junio C Hamano2018-02-131-10/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t9001: use existing helper in send-email testcl/t9001-cleanupChristian Ludwig2018-01-121-10/+7
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-137-86/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mru: Replace mru.[ch] with list.h implementationgs/retire-mruGargi Sharma2018-01-247-86/+17
* | | | | | | | | | | | | | | Merge branch 'ot/mru-on-list'Junio C Hamano2018-02-134-59/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | mru: use double-linked list from list.hot/mru-on-listOlga Telezhnaya2017-10-014-59/+33
* | | | | | | | | | | | | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-1326-30/+657
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t5616: test bulk prefetch after partial fetchJeff Hostetler2017-12-081-1/+31
| * | | | | | | | | | | | | | | fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-086-7/+89
| * | | | | | | | | | | | | | | t5616: end-to-end tests for partial cloneJeff Hostetler2017-12-081-0/+96
| * | | | | | | | | | | | | | | fetch-pack: restore save_commit_buffer after useJonathan Tan2017-12-081-0/+4
| * | | | | | | | | | | | | | | unpack-trees: batch fetching of missing blobsJonathan Tan2017-12-084-4/+101