summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'np/pack'Junio C Hamano2007-04-2121-498/+1010
|\
| * document --index-version for index-pack and pack-objectsNicolas Pitre2007-04-192-0/+10
| * pack-objects: remove obsolete commentsNicolas Pitre2007-04-191-11/+3
| * pack-objects: better check_object() performancesNicolas Pitre2007-04-161-80/+126
| * add get_size_from_delta()Nicolas Pitre2007-04-162-34/+40
| * pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-161-14/+12
| * pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-161-55/+72
| * pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-161-72/+14
| * pack-objects: clean up list sortingNicolas Pitre2007-04-161-31/+22
| * pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-161-44/+32
| * pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-161-1/+1
| * pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-161-15/+12
| * clean up add_object_entry()Nicolas Pitre2007-04-111-27/+25
| * tests for various pack index featuresNicolas Pitre2007-04-111-0/+146
| * use test-genrandom in tests instead of /dev/urandomNicolas Pitre2007-04-111-1/+1
| * simple random data generator for testsNicolas Pitre2007-04-113-2/+40
| * validate reused pack data with CRC when possibleNicolas Pitre2007-04-101-12/+34
| * allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-102-6/+32
| * pack-redundant.c: learn about index v2Nicolas Pitre2007-04-101-20/+27
| * show-index.c: learn about index v2Nicolas Pitre2007-04-101-9/+59
| * sha1_file.c: learn about index version 2Nicolas Pitre2007-04-101-29/+89
| * index-pack: learn about pack index version 2Nicolas Pitre2007-04-101-9/+57
| * pack-objects: learn about pack index version 2Nicolas Pitre2007-04-101-12/+87
| * compute object CRC32 with index-packNicolas Pitre2007-04-101-3/+13
| * compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-103-0/+24
| * add overflow tests on pack offset variablesNicolas Pitre2007-04-103-16/+34
| * make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-105-4/+12
| * get rid of num_packed_objects()Nicolas Pitre2007-04-107-22/+17
* | Merge branch 'jp/refs'Junio C Hamano2007-04-211-21/+89
|\ \
| * | refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips2007-04-181-21/+89
* | | Merge branch 'jc/quickfetch'Junio C Hamano2007-04-214-13/+206
|\ \ \
| * | | Make sure quickfetch is not fooled with a previous, incomplete fetch.Junio C Hamano2007-04-172-0/+93
| * | | git-fetch: use fetch--tool pick-rref to avoid local fetch from alternateJunio C Hamano2007-04-101-13/+29
| * | | git-fetch--tool pick-rrefJunio C Hamano2007-04-101-0/+84
| | |/ | |/|
* | | Merge branch 'maint'Junio C Hamano2007-04-214-10/+23
|\ \ \
| * | | GIT 1.5.1.2v1.5.1.2Junio C Hamano2007-04-212-8/+21
| * | | perl: install private Error.pm if the site version is older than our ownEric Wong2007-04-211-1/+1
| * | | git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano2007-04-201-1/+1
* | | | Fix a copy-n-paste bug in the object decorator code.Linus Torvalds2007-04-201-1/+0
* | | | gitview: annotation supportAneesh Kumar K.V2007-04-201-4/+256
* | | | Kill the useless progress meter in merge-recursiveShawn O. Pearce2007-04-201-62/+3
* | | | Remove case-sensitive file in t3030-merge-recursive.Brian Gernhardt2007-04-191-52/+52
* | | | git.el: Add a commit description to the reflog.Alexandre Julliard2007-04-191-14/+28
* | | | Contribute a fairly paranoid update hookShawn O. Pearce2007-04-191-0/+284
* | | | Merge branch 'maint'Junio C Hamano2007-04-195-14/+21
|\ \ \ \ | |/ / /
| * | | Update git-config documentationAndrew Ruder2007-04-182-11/+15
| * | | Fix unmatched emphasis tag in git-tutorialAndrew Ruder2007-04-181-1/+1
| * | | Update git-cherry-pick documentationAndrew Ruder2007-04-181-1/+1
| * | | Update git-archive documentationAndrew Ruder2007-04-181-1/+4
* | | | Fix working directory errno handling when unlinking a directoryLinus Torvalds2007-04-191-25/+29