summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | upload-pack: move "shallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-131-10/+15
| * | | | | | | | | | | | | | upload-pack: move shallow deepen code out of receive_needs()Nguyễn Thái Ngọc Duy2016-06-131-47/+52
| * | | | | | | | | | | | | | transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-131-14/+23
| * | | | | | | | | | | | | | remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-131-28/+18
* | | | | | | | | | | | | | | Merge branch 'cp/completion-negative-refs'Junio C Hamano2016-10-101-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | completion: support excluding refscp/completion-negative-refsChris Packham2016-08-241-3/+4
* | | | | | | | | | | | | | | | Merge branch 'dp/autoconf-curl-ssl'Junio C Hamano2016-10-101-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ./configure.ac: detect SSL in libcurl using curl-configdp/autoconf-curl-sslДилян Палаузов2016-06-281-10/+11
* | | | | | | | | | | | | | | | | Merge branch 'ak/curl-imap-send-explicit-scheme'Junio C Hamano2016-10-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | imap-send: Tell cURL to use imap:// or imaps://ak/curl-imap-send-explicit-schemeAnders Kaseorg2016-08-171-0/+1
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-107-12/+227
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | pack-objects: use mru list when iterating over packsjk/pack-objects-optim-mruJeff King2016-08-111-3/+7
| * | | | | | | | | | | | | | | | | pack-objects: break delta cycles before delta-search phaseJeff King2016-08-113-0/+206
| * | | | | | | | | | | | | | | | | sha1_file: make packed_object_info publicJeff King2016-08-112-2/+3
| * | | | | | | | | | | | | | | | | provide an initializer for "struct object_info"Jeff King2016-08-114-8/+12
* | | | | | | | | | | | | | | | | | Merge branch 'rs/qsort'Junio C Hamano2016-10-1035-78/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | show-branch: use QSORTrs/qsortRené Scharfe2016-10-031-4/+2
| * | | | | | | | | | | | | | | | | | use QSORT, part 2René Scharfe2016-09-292-3/+2
| * | | | | | | | | | | | | | | | | | coccicheck: use --all-includes by defaultRené Scharfe2016-09-291-1/+2
| * | | | | | | | | | | | | | | | | | remove unnecessary check before QSORTRené Scharfe2016-09-293-8/+23
| * | | | | | | | | | | | | | | | | | use QSORTRené Scharfe2016-09-2930-65/+44
| * | | | | | | | | | | | | | | | | | add QSORTRené Scharfe2016-09-292-0/+27
* | | | | | | | | | | | | | | | | | | Eighth batch for 2.11Junio C Hamano2016-10-061-0/+34
* | | | | | | | | | | | | | | | | | | Merge branch 'sg/ref-filter-parse-optim'Junio C Hamano2016-10-061-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | ref-filter: strip format option after a field name only once while parsingsg/ref-filter-parse-optimSZEDER Gábor2016-10-031-11/+11
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/cocci'Junio C Hamano2016-10-066-6/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe2016-10-031-3/+26
| * | | | | | | | | | | | | | | | | | | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-274-4/+9
| * | | | | | | | | | | | | | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-273-2/+8
| * | | | | | | | | | | | | | | | | | | gitignore: ignore output files of coccicheck make targetRené Scharfe2016-09-271-0/+1
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/c-auto-resets-attributes'Junio C Hamano2016-10-062-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | pretty: avoid adding reset for %C(auto) if output is emptyrs/c-auto-resets-attributesRené Scharfe2016-09-292-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ps/http-gssapi-cred-delegation'Junio C Hamano2016-10-062-0/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | http: control GSSAPI credential delegationps/http-gssapi-cred-delegationPetr Stodulka2016-09-292-0/+51
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/graph-padding-fix'Junio C Hamano2016-10-061-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | graph: fix extra spaces in graph_padding_linejk/graph-padding-fixJeff King2016-09-291-4/+12
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/blame-abbrev'Junio C Hamano2016-10-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | blame: use DEFAULT_ABBREV macrojc/blame-abbrevJunio C Hamano2016-09-281-1/+1
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'vn/revision-shorthand-for-side-branch-log'Junio C Hamano2016-10-064-19/+180
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | revision: new rev^-n shorthand for rev^n..revVegard Nossum2016-09-274-19/+180
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/ambiguous-short-object-names'Junio C Hamano2016-10-0611-65/+250
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: make default disambiguation configurableJeff King2016-09-274-0/+51
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: list ambiguous objects on errorJeff King2016-09-262-2/+72
| * | | | | | | | | | | | | | | | | | | | for_each_abbrev: drop duplicate objectsJeff King2016-09-262-4/+22
| * | | | | | | | | | | | | | | | | | | | sha1_array: let callbacks interrupt iterationJeff King2016-09-267-12/+24
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: mark ambiguity error for translationJeff King2016-09-261-1/+1
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: NUL-terminate hex prefixJeff King2016-09-261-3/+3
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: refactor init of disambiguation codeJeff King2016-09-261-44/+35
| * | | | | | | | | | | | | | | | | | | | get_short_sha1: parse tags when looking for treeishJeff King2016-09-262-1/+8
| * | | | | | | | | | | | | | | | | | | | get_sha1: propagate flags to child functionsJeff King2016-09-262-7/+25