aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * revision: convert prepare_show_merge to struct object_idbrian m. carlson2017-05-08
| * notes-utils: convert internals to struct object_idbrian m. carlson2017-05-08
| * http-push: convert some static functions to struct object_idbrian m. carlson2017-05-08
| * tag: convert parse_tag_buffer to struct object_idbrian m. carlson2017-05-08
| * builtin/verify-commit: convert to struct object_idbrian m. carlson2017-05-08
| * reflog_expire: convert to struct object_idbrian m. carlson2017-05-08
| * parse-options-cb: convert to struct object_idbrian m. carlson2017-05-08
| * notes-cache: convert to struct object_idbrian m. carlson2017-05-08
| * submodule: convert merge_submodule to use struct object_idbrian m. carlson2017-05-08
| * fast-import: convert to struct object_idbrian m. carlson2017-05-08
| * fast-import: convert internal structs to struct object_idbrian m. carlson2017-05-02
| * builtin/rev-parse: convert to struct object_idbrian m. carlson2017-05-02
| * builtin/blame: convert static function to struct object_idbrian m. carlson2017-05-02
| * branch: convert to struct object_idbrian m. carlson2017-05-02
| * bundle: convert to struct object_idbrian m. carlson2017-05-02
| * builtin/prune: convert to struct object_idbrian m. carlson2017-05-02
| * builtin/name-rev: convert to struct object_idbrian m. carlson2017-05-02
| * Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-02
| * Clean up outstanding object_id transforms.brian m. carlson2017-05-02
| * fetch-pack: convert to struct object_idbrian m. carlson2017-05-02
* | Second batch for 2.14Junio C Hamano2017-05-23
* | Merge branch 'ab/fix-poison-tests'Junio C Hamano2017-05-23
|\ \
| * | travis-ci: add job to run tests with GETTEXT_POISONLars Schneider2017-05-11
| * | travis-ci: setup "prove cache" in "script" stepLars Schneider2017-05-11
| * | tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason2017-05-11
* | | Merge branch 'tb/dedup-crlf-tests'Junio C Hamano2017-05-23
|\ \ \
| * | | t0027: tests are not expensive; remove t0025Torsten Bögershausen2017-05-10
* | | | Merge branch 'jt/push-options-doc'Junio C Hamano2017-05-23
|\ \ \ \
| * | | | receive-pack: verify push options in certJonathan Tan2017-05-10
| * | | | docs: correct receive.advertisePushOptions defaultJonathan Tan2017-05-09
* | | | | Merge branch 'ab/doc-replace-gmane-links'Junio C Hamano2017-05-23
|\ \ \ \ \
| * | | | | doc: replace more gmane linksJunio C Hamano2017-05-09
| * | | | | doc: replace a couple of broken gmane linksÆvar Arnfjörð Bjarmason2017-05-08
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs/checkout-am-fix-unborn'Junio C Hamano2017-05-23
|\ \ \ \ \
| * | | | | am: check return value of resolve_refdup before using hashRené Scharfe2017-05-08
| * | | | | checkout: check return value of resolve_refdup before using hashRené Scharfe2017-05-08
| | |/ / / | |/| | |
* | | | | Merge branch 'ls/travis-relays-for-windows-ci'Junio C Hamano2017-05-23
|\ \ \ \ \
| * | | | | travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503Lars Schneider2017-05-04
| * | | | | travis-ci: handle Git for Windows CI status "failed" explicitlyLars Schneider2017-05-04
* | | | | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-05-23
|\ \ \ \ \ \
| * | | | | | builtin/log: honor log.decoratebrian m. carlson2017-05-15
* | | | | | | Merge branch 'bw/submodule-with-bs-path'Junio C Hamano2017-05-23
|\ \ \ \ \ \ \
| * | | | | | | t7400: add !CYGWIN prerequisite to 'add with \\ in path'Ramsay Jones2017-05-01
* | | | | | | | Start post 2.13 cycleJunio C Hamano2017-05-16
* | | | | | | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ \ \ \ \ \ \
| * | | | | | | | archive-tar: fix a sparse 'constant too large' warningRamsay Jones2017-05-09
| * | | | | | | | use uintmax_t for timestampsJohannes Schindelin2017-04-27
| * | | | | | | | date.c: abort if the system time cannot handle one of our timestampsJohannes Schindelin2017-04-27
| * | | | | | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
| * | | | | | | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23