aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cleanup duplicate name_compare() functionsJeremiah Mahler2014-06-20
* name-hash.c: replace cache_name_compare() with memcmp(3)Jeremiah Mahler2014-06-20
* Third batch for 2.1Junio C Hamano2014-06-16
* Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-16
|\
| * t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsRamsay Jones2014-06-06
| * test-lib: '--run' to run only specific testsIlya Bobyr2014-06-06
| * test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-06
| * test-lib: document short options in t/READMEIlya Bobyr2014-06-06
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-16
|\ \
| * | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-06
* | | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-16
|\ \ \
| * | | t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler2014-06-05
* | | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-16
|\ \ \ \
| * | | | refs.c: optimize check_refname_component()David Turner2014-06-05
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal2014-06-04
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | environment.c: enable core.preloadindex by defaultSteve Hoelzer2014-06-03
| |/ / / /
* | | | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg2014-06-03
| |/ / / /
* | | | | Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano2014-06-16
|\ \ \ \ \
| * | | | | error_resolve_conflict: drop quotations around operationJeff King2014-06-03
| * | | | | error_resolve_conflict: rewrap advice messageJeff King2014-06-03
* | | | | | Merge branch 'rs/pack-objects-no-unnecessary-realloc'Junio C Hamano2014-06-16
|\ \ \ \ \ \
| * | | | | | pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe2014-06-02
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-16
|\ \ \ \ \ \
| * | | | | | git log: support "auto" decorationsLinus Torvalds2014-05-30
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jm/doc-wording-tweaks'Junio C Hamano2014-06-16
|\ \ \ \ \ \
| * | | | | | Documentation: wording fixes in the user manual and glossaryJeremiah Mahler2014-05-28
* | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \
| * | | | | | | format-patch: add "--signature-file=<file>" optionJeremiah Mahler2014-05-27
| * | | | | | | format-patch: make newline after signature conditionalJeff King2014-05-21
* | | | | | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \ \
| * | | | | | | | http: default text charset to iso-8859-1Jeff King2014-05-27
| * | | | | | | | remote-curl: reencode http error messagesJeff King2014-05-27
| * | | | | | | | strbuf: add strbuf_reencode helperJeff King2014-05-27
| * | | | | | | | http: optionally extract charset parameter from content-typeJeff King2014-05-27
| * | | | | | | | http: extract type/subtype portion of content-typeJeff King2014-05-27
| * | | | | | | | t5550: test display of remote http error messagesJeff King2014-05-23
| * | | | | | | | t/lib-httpd: use write_script to copy CGI scriptsJeff King2014-05-23
| * | | | | | | | test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King2014-05-23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ow/config-mailmap-pathname'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \ \
| * | | | | | | | config: respect '~' and '~user' in mailmap.fileØystein Walle2014-05-27
* | | | | | | | | Merge branch 'fc/remote-helper-refmap'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | transport-helper: remove unnecessary strbuf resetsFelipe Contreras2014-04-21
| * | | | | | | | | transport-helper: add support to delete branchesFelipe Contreras2014-04-21
| * | | | | | | | | fast-export: add support to delete refsFelipe Contreras2014-04-21
| * | | | | | | | | fast-import: add support to delete refsFelipe Contreras2014-04-21
| * | | | | | | | | transport-helper: add support to push symbolic refsFelipe Contreras2014-04-21
| * | | | | | | | | transport-helper: add support for old:new refspecFelipe Contreras2014-04-21