summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-211-0/+1
|\
| * tag: support --sort=<spec>nd/tag-version-sortNguyễn Thái Ngọc Duy2014-02-271-0/+1
* | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-141-0/+7
|\ \
| * | test-lib: allow setting the index format versionThomas Gummerer2014-02-241-0/+7
| |/
* | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-22/+0
|\ \
| * | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-201-22/+0
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-2/+14
|\ \
| * | pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+1
| * | pack-bitmap: add support for bitmap indexesVicent Marti2013-12-301-0/+2
| * | ewah: compressed bitmap implementationVicent Marti2013-12-301-2/+9
| * | pack-objects: refactor the packing listVicent Marti2013-10-241-0/+2
* | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-271-2/+3
|\ \ \ | |_|/ |/| |
| * | remove old hash.[ch] implementationKarsten Blees2013-11-181-2/+0
| * | add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+3
* | | Merge branch 'jk/revision-o-is-in-libgit-a'Junio C Hamano2014-01-271-2/+2
|\ \ \
| * | | Makefile: remove redundant object in git-http{fetch,push}jk/revision-o-is-in-libgit-aJohn Keeping2014-01-271-2/+2
* | | | Makefile: Fix compilation of Windows resource fileJohannes Sixt2014-01-231-1/+1
* | | | Merge branch 'jk/remove-deprecated'Junio C Hamano2013-12-121-5/+1
|\ \ \ \
| * | | | stop installing git-tar-tree linkJonathan Nieder2013-12-031-2/+1
| * | | | peek-remote: remove deprecated alias of ls-remoteJohn Keeping2013-11-121-1/+0
| * | | | lost-found: remove deprecated commandJohn Keeping2013-11-121-1/+0
| * | | | repo-config: remove deprecated alias for "git config"John Keeping2013-11-121-1/+0
| | |_|/ | |/| |
* | | | Makefile: add PERLLIB_EXTRA variable that adds to default perl pathjn/perl-lib-extraJonathan Nieder2013-11-181-1/+4
* | | | Makefile: rebuild perl scripts when perl paths changeJonathan Nieder2013-11-181-2/+11
|/ / /
* | | Merge branch 'sb/repack-in-c'Junio C Hamano2013-10-181-1/+1
|\ \ \ | |_|/ |/| |
| * | repack: rewrite the shell script in CStefan Beller2013-09-171-1/+1
* | | sparse: suppress some "using sizeof on a function" warningsRamsay Jones2013-10-141-0/+3
* | | Merge branch 'jk/remove-remote-helpers-in-python'Junio C Hamano2013-09-171-16/+0
|\ \ \
| * | | git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-pythonJohn Keeping2013-09-091-16/+0
* | | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-091-8/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-201-8/+0
| | |/ | |/|
* | | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-0/+3
|\ \ \ | |_|/ |/| |
| * | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-051-0/+3
* | | Merge branch 'da/darwin'Junio C Hamano2013-09-041-0/+3
|\ \ \ | |_|/ |/| |
| * | Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1Brian Gernhardt2013-08-051-1/+3
| * | imap-send: use Apple's Security framework for base64 encodingJeremy Huddleston2013-07-301-0/+1
* | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-1/+0
|\ \ \
| * | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-1/+0
* | | | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+1
* | | | Merge branch 'maint'Junio C Hamano2013-07-051-3/+0
|\ \ \ \
| * | | | fixup-builtins: retire an old transition helper scriptRamkumar Ramachandra2013-07-031-3/+0
| * | | | Merge branch 'fc/macos-x-clipped-write' into maintJunio C Hamano2013-06-301-0/+8
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | prio-queue: priority queue of pointers to structsJunio C Hamano2013-06-111-0/+3
* | | | | Merge branch 'jh/libify-note-handling'Junio C Hamano2013-06-241-0/+2
|\ \ \ \ \
| * | | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-121-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rs/discard-index-discard-array'Junio C Hamano2013-06-201-0/+1
|\ \ \ \ \
| * | | | | read-cache: add simple performance testRené Scharfe2013-06-091-0/+1
| |/ / / /
* | | | | Merge branch 'fc/makefile'Junio C Hamano2013-06-201-4/+6
|\ \ \ \ \