aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'ye/doc-http-proto' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616Yi EungJun2014-06-16
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jm/api-strbuf-doc' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | api-strbuf.txt minor typosJeremiah Mahler2014-06-09
* | | | | | | | | Merge branch 'jm/dedup-test-config' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler2014-06-05
| |/ / / / / / / /
* | | | | | | | | Merge branch 'sk/test-cmp-bin' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal2014-06-04
* | | | | | | | | | Merge branch 'jm/doc-wording-tweaks' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: wording fixes in the user manual and glossaryJeremiah Mahler2014-05-28
* | | | | | | | | | | Merge branch 'jm/instaweb-apache-24' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-instaweb: add support for Apache 2.4Jonathan McCrohan2014-05-27
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | transport-helper.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | reflog-walk.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | pack-revindex.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | notes.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | imap-send.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | http-push.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | diff.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | config.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | commit.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| * | | | | | | | | | | builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'cb/byte-order' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | compat/bswap.h: fix endianness detectionBen Walton2014-05-30
| * | | | | | | | | | | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIANJunio C Hamano2014-05-02
| * | | | | | | | | | | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDERCharles Bailey2014-05-02
* | | | | | | | | | | | Merge branch 'lt/request-pull' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix brown paper bag breakage in t5150-request-pull.shJohannes Sixt2014-06-02
* | | | | | | | | | | | | Merge branch 'ep/shell-assign-and-export-vars' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | scripts: more "export VAR=VALUE" fixesJunio C Hamano2014-05-23
| * | | | | | | | | | | | | scripts: "export VAR=VALUE" construct is not portableElia Pinto2014-05-23
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'maint-1.9' into maintJunio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Documentation: fix missing text for rev-parse --verifybrian m. carlson2014-07-22
* | | | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
* | | | | | | | | | | | | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | | | | | | | | | | | | Git 2.0.2v2.0.2Junio C Hamano2014-07-16
* | | | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano2014-06-23
* | | | | | | | | | | | | | Merge branch 'jk/pretty-G-format-fixes' into maintJunio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | move "%G" format test from t7510 to t6006Jeff King2014-06-25
| * | | | | | | | | | | | | | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-17
| * | | | | | | | | | | | | | t7510: check %G* pretty-format outputJeff King2014-06-17
| * | | | | | | | | | | | | | t7510: test a commit signed by an unknown keyJeff King2014-06-17
| * | | | | | | | | | | | | | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-17
| * | | | | | | | | | | | | | t7510: stop referring to master in later testsJeff King2014-06-17
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison' into maintJunio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \