Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i18n: only extract comments marked with "TRANSLATORS:" | Jiang Xin | 2014-04-17 | 1 | -1/+1 |
* | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 | 1 | -1/+1 |
|\ | |||||
| * | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 1 | -1/+1 |
* | | Merge branch 'jk/commit-dates-parsing-fix' | Junio C Hamano | 2014-04-08 | 1 | -0/+8 |
|\ \ | |||||
| * | | date: recognize bogus FreeBSD gmtime output | Jeff King | 2014-04-01 | 1 | -0/+8 |
* | | | Merge branch 'dp/makefile-charset-lib-doc' | Junio C Hamano | 2014-03-31 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Makefile: describe CHARSET_LIB betterdp/makefile-charset-lib-doc | Дилян Палаузов | 2014-03-23 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'nd/tag-version-sort' | Junio C Hamano | 2014-03-21 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | tag: support --sort=<spec>nd/tag-version-sort | Nguyễn Thái Ngọc Duy | 2014-02-27 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'tg/index-v4-format' | Junio C Hamano | 2014-03-14 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | test-lib: allow setting the index format version | Thomas Gummerer | 2014-02-24 | 1 | -0/+7 |
| |/ / | |||||
* | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 | 1 | -22/+0 |
|\ \ \ | |||||
| * | | | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -22/+0 |
| |/ / | |||||
* | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -2/+14 |
|\ \ \ | |||||
| * | | | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 | 1 | -0/+1 |
| * | | | pack-bitmap: add support for bitmap indexes | Vicent Marti | 2013-12-30 | 1 | -0/+2 |
| * | | | ewah: compressed bitmap implementation | Vicent Marti | 2013-12-30 | 1 | -2/+9 |
| * | | | pack-objects: refactor the packing list | Vicent Marti | 2013-10-24 | 1 | -0/+2 |
* | | | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 | 1 | -2/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | remove old hash.[ch] implementation | Karsten Blees | 2013-11-18 | 1 | -2/+0 |
| * | | | add a hashtable implementation that supports O(1) removal | Karsten Blees | 2013-11-18 | 1 | -0/+3 |
* | | | | Merge branch 'jk/revision-o-is-in-libgit-a' | Junio C Hamano | 2014-01-27 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Makefile: remove redundant object in git-http{fetch,push}jk/revision-o-is-in-libgit-a | John Keeping | 2014-01-27 | 1 | -2/+2 |
* | | | | | Makefile: Fix compilation of Windows resource file | Johannes Sixt | 2014-01-23 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/remove-deprecated' | Junio C Hamano | 2013-12-12 | 1 | -5/+1 |
|\ \ \ \ \ | |||||
| * | | | | | stop installing git-tar-tree link | Jonathan Nieder | 2013-12-03 | 1 | -2/+1 |
| * | | | | | peek-remote: remove deprecated alias of ls-remote | John Keeping | 2013-11-12 | 1 | -1/+0 |
| * | | | | | lost-found: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
| * | | | | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -1/+0 |
| | |_|/ / | |/| | | | |||||
* | | | | | Makefile: add PERLLIB_EXTRA variable that adds to default perl pathjn/perl-lib-extra | Jonathan Nieder | 2013-11-18 | 1 | -1/+4 |
* | | | | | Makefile: rebuild perl scripts when perl paths change | Jonathan Nieder | 2013-11-18 | 1 | -2/+11 |
|/ / / / | |||||
* | | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-18 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 | 1 | -1/+1 |
* | | | | sparse: suppress some "using sizeof on a function" warnings | Ramsay Jones | 2013-10-14 | 1 | -0/+3 |
* | | | | Merge branch 'jk/remove-remote-helpers-in-python' | Junio C Hamano | 2013-09-17 | 1 | -16/+0 |
|\ \ \ \ | |||||
| * | | | | git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-python | John Keeping | 2013-09-09 | 1 | -16/+0 |
* | | | | | Merge branch 'sp/clip-read-write-to-8mb' | Junio C Hamano | 2013-09-09 | 1 | -8/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mb | Steffen Prohaska | 2013-08-20 | 1 | -8/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/url-match' | Junio C Hamano | 2013-09-09 | 1 | -0/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 2013-08-05 | 1 | -0/+3 |
* | | | | Merge branch 'da/darwin' | Junio C Hamano | 2013-09-04 | 1 | -0/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1 | Brian Gernhardt | 2013-08-05 | 1 | -1/+3 |
| * | | | imap-send: use Apple's Security framework for base64 encoding | Jeremy Huddleston | 2013-07-30 | 1 | -0/+1 |
* | | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2013-08-02 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstat | Ramsay Jones | 2013-07-18 | 1 | -1/+0 |
* | | | | | Merge branch 'es/check-mailmap' | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 | 1 | -0/+1 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2013-07-05 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | fixup-builtins: retire an old transition helper script | Ramkumar Ramachandra | 2013-07-03 | 1 | -3/+0 |
| * | | | | | Merge branch 'fc/macos-x-clipped-write' into maint | Junio C Hamano | 2013-06-30 | 1 | -0/+8 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | |