summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ewah: fix building with gcc < 3.4.0jk/pack-bitmapTom G. Christensen2015-02-041-1/+2
* pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-304-18/+29
* ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay2014-04-221-1/+1
* pack-objects: do not reuse packfiles without --delta-base-offsetJeff King2014-04-041-1/+12
* add `ignore_missing_links` mode to revwalkVicent Marti2014-04-045-5/+44
* pack-objects: turn off bitmaps when skipping objectsJeff King2014-03-172-2/+15
* 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
* pack-objects: factor out name_hashVicent Marti2013-10-242-22/+22
* pack-objects: refactor the packing listVicent Marti2013-10-244-135/+200
* revindex: export new APIsVicent Marti2013-10-242-13/+33
* sha1write: make buffer const-correctJeff King2013-10-242-4/+4
* Update draft release notes to 1.8.5Junio C Hamano2013-10-231-0/+4
* Sync with 'maint'Junio C Hamano2013-10-231-0/+13
|\
| * Almost 1.8.4.2 ;-)Junio C Hamano2013-10-231-0/+13
| * Merge branch 'jc/ls-files-killed-optim' into maintJunio C Hamano2013-10-234-17/+67
| |\
| * \ Merge branch 'jh/checkout-auto-tracking' into maintJunio C Hamano2013-10-234-8/+45
| |\ \
| * \ \ Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-2312-160/+152
| |\ \ \
* | \ \ \ Merge branch 'bc/gnome-keyring'Junio C Hamano2013-10-232-134/+167
|\ \ \ \ \
| * | | | | contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringbc/gnome-keyringBrandon Casey2013-10-161-0/+39
| * | | | | contrib/git-credential-gnome-keyring.c: support ancient gnome-keyringBrandon Casey2013-10-161-0/+58
| * | | | | contrib/git-credential-gnome-keyring.c: report failure to store passwordBrandon Casey2013-10-161-1/+9
| * | | | | contrib/git-credential-gnome-keyring.c: use glib messaging functionsBrandon Casey2013-10-161-29/+4
| * | | | | contrib/git-credential-gnome-keyring.c: use glib memory allocation functionsBrandon Casey2013-10-161-32/+16
| * | | | | contrib/git-credential-gnome-keyring.c: use secure memory for reading passwordsBrandon Casey2013-10-161-3/+9
| * | | | | contrib/git-credential-gnome-keyring.c: use secure memory functions for passwdsBrandon Casey2013-10-161-15/+6
| * | | | | contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()Brandon Casey2013-10-161-11/+3
| * | | | | contrib/git-credential-gnome-keyring.c: set Gnome application nameBrandon Casey2013-10-162-2/+5
| * | | | | contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc...Brandon Casey2013-10-161-1/+1