aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-07
|\
| * push: switch default from "matching" to "simple"Junio C Hamano2013-06-18
* | Merge branch 'maint'Junio C Hamano2014-03-05
|\ \
| * | i18n: proposed command missing leading dashSandy Carter2014-03-05
* | | Merge branch 'jk/run-network-tests-by-default'Junio C Hamano2014-03-05
|\ \ \
| * | | tests: turn on network daemon tests by defaultJeff King2014-02-14
* | | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-05
|\ \ \ \
| * | | | gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy2014-02-10
| * | | | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-10
* | | | | Merge branch 'ks/combine-diff'Junio C Hamano2014-03-05
|\ \ \ \ \
| * | | | | tests: add checking that combine-diff emits only correct pathsKirill Smelkov2014-02-24
| * | | | | combine-diff: simplify intersect_paths() furtherJunio C Hamano2014-02-24
| * | | | | combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov2014-02-24
| * | | | | combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov2014-02-24
| * | | | | diff test: add tests for combine-diff with orderfileKirill Smelkov2014-02-24
| * | | | | diffcore-order: export generic ordering interfaceKirill Smelkov2014-02-24
* | | | | | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-27
|\ \ \ \ \ \
| * | | | | | t5537: move http tests out to t5539Nguyễn Thái Ngọc Duy2014-02-13
| * | | | | | fetch-pack: fix deepen shallow over smart http with no-done capNguyễn Thái Ngọc Duy2014-02-10
| * | | | | | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-10
| * | | | | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-10
| * | | | | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-10
| * | | | | | test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-10
* | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \
| * | | | | | | ewah: unconditionally ntohll ewah dataJeff King2014-02-12
| * | | | | | | ewah: support platforms that require aligned readsVicent Marti2014-01-23
| * | | | | | | read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2014-01-23
| * | | | | | | block-sha1: factor out get_be and put_be wrappersJeff King2014-01-23
| * | | | | | | do not discard revindex when re-preparing packfilesJeff King2014-01-16
| * | | | | | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-30
| * | | | | | | t/perf: add tests for pack bitmapsJeff King2013-12-30
| * | | | | | | t: add basic bitmap functionality testsJeff King2013-12-30
| * | | | | | | count-objects: recognize .bitmap in garbage-checkingNguyễn Thái Ngọc Duy2013-12-30
| * | | | | | | repack: consider bitmaps when performing repacksVicent Marti2013-12-30
| * | | | | | | repack: handle optional files created by pack-objectsJeff King2013-12-30
| * | | | | | | repack: turn exts array into array-of-structJeff King2013-12-30
| * | | | | | | repack: stop using magic number for ARRAY_SIZE(exts)Jeff King2013-12-30
| * | | | | | | pack-objects: implement bitmap writingVicent Marti2013-12-30
| * | | | | | | rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-30
| * | | | | | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-30
| * | | | | | | pack-objects: split add_object_entryJeff King2013-12-30
| * | | | | | | pack-bitmap: add support for bitmap indexesVicent Marti2013-12-30
| * | | | | | | documentation: add documentation for the bitmap formatVicent Marti2013-12-30
| * | | | | | | ewah: compressed bitmap implementationVicent Marti2013-12-30
| * | | | | | | compat: add endianness helpersVicent Marti2013-11-18
| * | | | | | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-24
| * | | | | | | revision: allow setting custom limiter functionVicent Marti2013-10-24
| * | | | | | | pack-objects: factor out name_hashVicent Marti2013-10-24
| * | | | | | | pack-objects: refactor the packing listVicent Marti2013-10-24
| * | | | | | | revindex: export new APIsVicent Marti2013-10-24