summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup duplicate name_compare() functionsjm/dedup-name-compareJeremiah Mahler2014-06-205-34/+15
* name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler2014-06-201-1/+1
* Third batch for 2.1Junio C Hamano2014-06-161-0/+80
* Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-163-12/+617
|\
| * t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-162-2/+4
|\ \
| * | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-062-2/+4
* | | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-161-5/+0
|\ \ \
| * | | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
* | | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-162-29/+44
|\ \ \ \
| * | | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-052-29/+44
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-165-22/+28
|\ \ \ \ \
| * | | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-045-22/+28
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-162-3/+3
|\ \ \ \ \
| * | | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindexSteve Hoelzer2014-06-032-3/+3
| |/ / / /
* | | | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-162-107/+105
|\ \ \ \ \
| * | | | | refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-032-107/+105
| |/ / / /
* | | | | Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano2014-06-161-5/+4
|\ \ \ \ \
| * | | | | error_resolve_conflict: drop quotations around operationjk/error-resolve-conflict-adviceJeff King2014-06-031-1/+1
| * | | | | error_resolve_conflict: rewrap advice messageJeff King2014-06-031-4/+3
* | | | | | Merge branch 'rs/pack-objects-no-unnecessary-realloc'Junio C Hamano2014-06-161-2/+2
|\ \ \ \ \ \
| * | | | | | pack-objects: use free()+xcalloc() instead of xrealloc()+memset()rs/pack-objects-no-unnecessary-reallocRené Scharfe2014-06-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-161-0/+2
|\ \ \ \ \ \
| * | | | | | git log: support "auto" decorationslt/log-auto-decorateLinus Torvalds2014-05-301-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jm/doc-wording-tweaks'Junio C Hamano2014-06-162-9/+8
|\ \ \ \ \ \
| * | | | | | Documentation: wording fixes in the user manual and glossaryjm/doc-wording-tweaksJeremiah Mahler2014-05-282-9/+8
* | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-164-2/+93
|\ \ \ \ \ \ \
| * | | | | | | format-patch: add "--signature-file=<file>" optionjm/format-patch-mail-sigJeremiah Mahler2014-05-274-0/+86
| * | | | | | | format-patch: make newline after signature conditionalJeff King2014-05-211-2/+7
* | | | | | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-1612-13/+183
|\ \ \ \ \ \ \ \
| * | | | | | | | http: default text charset to iso-8859-1jk/http-errorsJeff King2014-05-271-0/+3
| * | | | | | | | remote-curl: reencode http error messagesJeff King2014-05-273-7/+19
| * | | | | | | | strbuf: add strbuf_reencode helperJeff King2014-05-273-0/+23
| * | | | | | | | http: optionally extract charset parameter from content-typeJeff King2014-05-272-4/+57
| * | | | | | | | http: extract type/subtype portion of content-typeJeff King2014-05-274-5/+48
| * | | | | | | | t5550: test display of remote http error messagesJeff King2014-05-234-0/+32
| * | | | | | | | t/lib-httpd: use write_script to copy CGI scriptsJeff King2014-05-232-2/+5
| * | | | | | | | test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King2014-05-231-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ow/config-mailmap-pathname'Junio C Hamano2014-06-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | config: respect '~' and '~user' in mailmap.fileow/config-mailmap-pathnameØystein Walle2014-05-271-1/+1
* | | | | | | | | Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-168-14/+141
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | transport-helper: remove unnecessary strbuf resetsfc/remote-helper-refmapFelipe Contreras2014-04-211-4/+0
| * | | | | | | | | transport-helper: add support to delete branchesFelipe Contreras2014-04-212-11/+21
| * | | | | | | | | fast-export: add support to delete refsFelipe Contreras2014-04-212-0/+25
| * | | | | | | | | fast-import: add support to delete refsFelipe Contreras2014-04-213-3/+31
| * | | | | | | | | transport-helper: add support to push symbolic refsFelipe Contreras2014-04-212-1/+18
| * | | | | | | | | transport-helper: add support for old:new refspecFelipe Contreras2014-04-212-4/+11