| Commit message (Expand) | Author | Age |
* | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 2014-06-25 |
|\ |
|
| * | index-pack: work around thread-unsafe pread() | Nguyễn Thái Ngọc Duy | 2014-04-16 |
* | | Revert the whole "ask curl-config" topic for now | Junio C Hamano | 2014-04-30 |
* | | Merge branch 'db/make-with-curl' | Junio C Hamano | 2014-04-28 |
|\ \ |
|
| * | | Makefile: default to -lcurl when no CURL_CONFIG or CURLDIR | Dave Borowitz | 2014-04-28 |
* | | | Merge branch 'db/make-with-curl' | Junio C Hamano | 2014-04-24 |
|\ \ \
| |/ / |
|
| * | | Makefile: allow static linking against libcurl | Dave Borowitz | 2014-04-15 |
| * | | Makefile: use curl-config to determine curl flags | Dave Borowitz | 2014-04-15 |
* | | | i18n: only extract comments marked with "TRANSLATORS:" | Jiang Xin | 2014-04-17 |
|/ / |
|
* | | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 |
|\ \ |
|
| * | | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 |
| |/ |
|
* | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-04-08 |
|\ \ |
|
| * | | date: recognize bogus FreeBSD gmtime output | Jeff King | 2014-04-01 |
* | | | Merge branch 'dp/makefile-charset-lib-doc' | Junio C Hamano | 2014-03-31 |
|\ \ \ |
|
| * | | | Makefile: describe CHARSET_LIB better | Дилян Палаузов | 2014-03-23 |
| | |/
| |/| |
|
* | | | Merge branch 'nd/tag-version-sort' | Junio C Hamano | 2014-03-21 |
|\ \ \ |
|
| * | | | tag: support --sort=<spec> | Nguyễn Thái Ngọc Duy | 2014-02-27 |
| |/ / |
|
* | | | Merge branch 'tg/index-v4-format' | Junio C Hamano | 2014-03-14 |
|\ \ \ |
|
| * | | | test-lib: allow setting the index format version | Thomas Gummerer | 2014-02-24 |
| |/ / |
|
* | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 |
|\ \ \ |
|
| * | | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 |
| |/ / |
|
* | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 |
|\ \ \ |
|
| * | | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 |
| * | | | pack-bitmap: add support for bitmap indexes | Vicent Marti | 2013-12-30 |
| * | | | ewah: compressed bitmap implementation | Vicent Marti | 2013-12-30 |
| * | | | pack-objects: refactor the packing list | Vicent Marti | 2013-10-24 |
* | | | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | remove old hash.[ch] implementation | Karsten Blees | 2013-11-18 |
| * | | | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 |
* | | | | Merge branch 'jk/revision-o-is-in-libgit-a' | Junio C Hamano | 2014-01-27 |
|\ \ \ \ |
|
| * | | | | Makefile: remove redundant object in git-http{fetch,push} | John Keeping | 2014-01-27 |
* | | | | | Makefile: Fix compilation of Windows resource file | Johannes Sixt | 2014-01-23 |
* | | | | | Merge branch 'jk/remove-deprecated' | Junio C Hamano | 2013-12-12 |
|\ \ \ \ \ |
|
| * | | | | | stop installing git-tar-tree link | Jonathan Nieder | 2013-12-03 |
| * | | | | | peek-remote: remove deprecated alias of ls-remote | John Keeping | 2013-11-12 |
| * | | | | | lost-found: remove deprecated command | John Keeping | 2013-11-12 |
| * | | | | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 |
| | |_|/ /
| |/| | | |
|
* | | | | | Makefile: add PERLLIB_EXTRA variable that adds to default perl path | Jonathan Nieder | 2013-11-18 |
* | | | | | Makefile: rebuild perl scripts when perl paths change | Jonathan Nieder | 2013-11-18 |
|/ / / / |
|
* | | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-18 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 |
* | | | | sparse: suppress some "using sizeof on a function" warnings | Ramsay Jones | 2013-10-14 |
* | | | | Merge branch 'jk/remove-remote-helpers-in-python' | Junio C Hamano | 2013-09-17 |
|\ \ \ \ |
|
| * | | | | git_remote_helpers: remove little used Python library | John Keeping | 2013-09-09 |
* | | | | | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 2013-09-09 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU" | Steffen Prohaska | 2013-08-20 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/url-match' | Junio C Hamano | 2013-09-09 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 2013-08-05 |
* | | | | Merge branch 'da/darwin' | Junio C Hamano | 2013-09-04 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1 | Brian Gernhardt | 2013-08-05 |