summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add: remove dead codesb/remove-unused-var-from-builtin-addStefan Beller2015-07-311-2/+0
* Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-074-122/+19
|\
| * git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-264-121/+19
* | Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-075-41/+17
|\ \
| * | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simpleJunio C Hamano2013-06-185-48/+25
* | | Merge branch 'maint'Junio C Hamano2014-03-051-2/+2
|\ \ \
| * | | i18n: proposed command missing leading dashSandy Carter2014-03-051-2/+2
* | | | Merge branch 'jk/run-network-tests-by-default'Junio C Hamano2014-03-053-14/+74
|\ \ \ \
| * | | | tests: turn on network daemon tests by defaultjk/run-network-tests-by-defaultJeff King2014-02-143-14/+74
* | | | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-056-31/+52
|\ \ \ \ \
| * | | | | gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy2014-02-103-5/+23
| * | | | | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-103-26/+29
* | | | | | Merge branch 'ks/combine-diff'Junio C Hamano2014-03-057-65/+246
|\ \ \ \ \ \
| * | | | | | tests: add checking that combine-diff emits only correct pathsks/combine-diffKirill Smelkov2014-02-241-0/+106
| * | | | | | combine-diff: simplify intersect_paths() furtherJunio C Hamano2014-02-241-22/+12
| * | | | | | combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov2014-02-243-24/+9
| * | | | | | combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov2014-02-241-21/+73
| * | | | | | diff test: add tests for combine-diff with orderfileKirill Smelkov2014-02-241-0/+21
| * | | | | | diffcore-order: export generic ordering interfaceKirill Smelkov2014-02-242-19/+46
* | | | | | | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-279-29/+104
|\ \ \ \ \ \ \
| * | | | | | | t5537: move http tests out to t5539nd/http-fetch-shallow-fixNguyễn Thái Ngọc Duy2014-02-132-57/+82
| * | | | | | | fetch-pack: fix deepen shallow over smart http with no-done capNguyễn Thái Ngọc Duy2014-02-102-1/+32
| * | | | | | | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-101-0/+12
| * | | | | | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-101-0/+6
| * | | | | | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-101-1/+2
| * | | | | | | test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-104-0/+0
* | | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-2733-276/+4736
|\ \ \ \ \ \ \ \
| * | | | | | | | ewah: unconditionally ntohll ewah dataJeff King2014-02-121-7/+3
| * | | | | | | | ewah: support platforms that require aligned readsVicent Marti2014-01-231-9/+24
| * | | | | | | | read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2014-01-232-32/+16
| * | | | | | | | block-sha1: factor out get_be and put_be wrappersJeff King2014-01-232-32/+32
| * | | | | | | | do not discard revindex when re-preparing packfilesJeff King2014-01-163-13/+0
| * | | | | | | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-308-7/+91
| * | | | | | | | t/perf: add tests for pack bitmapsJeff King2013-12-301-0/+56
| * | | | | | | | t: add basic bitmap functionality testsJeff King2013-12-301-0/+138
| * | | | | | | | count-objects: recognize .bitmap in garbage-checkingNguyễn Thái Ngọc Duy2013-12-301-0/+1
| * | | | | | | | repack: consider bitmaps when performing repacksVicent Marti2013-12-302-2/+16
| * | | | | | | | repack: handle optional files created by pack-objectsJeff King2013-12-301-2/+7
| * | | | | | | | repack: turn exts array into array-of-structJeff King2013-12-301-6/+11
| * | | | | | | | repack: stop using magic number for ARRAY_SIZE(exts)Jeff King2013-12-301-4/+4
| * | | | | | | | pack-objects: implement bitmap writingVicent Marti2013-12-308-0/+711
| * | | | | | | | rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-303-0/+48
| * | | | | | | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-302-0/+113
| * | | | | | | | pack-objects: split add_object_entryJeff King2013-12-301-20/+78
| * | | | | | | | pack-bitmap: add support for bitmap indexesVicent Marti2013-12-304-0/+1353
| * | | | | | | | documentation: add documentation for the bitmap formatVicent Marti2013-12-301-0/+131
| * | | | | | | | ewah: compressed bitmap implementationVicent Marti2013-12-307-2/+1599
| * | | | | | | | compat: add endianness helpersVicent Marti2013-11-181-1/+75
| * | | | | | | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-242-3/+2
| * | | | | | | | revision: allow setting custom limiter functionVicent Marti2013-10-242-0/+6