aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
ate object pool.Junio C Hamano1-4/+16 2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds4-73/+174 2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds1-6/+15 2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2-0/+21 2005-06-28Duh. Fix transposed characters in git-pull-scriptLinus Torvalds1-1/+1 2005-06-28Teach packing about "tag" objectsLinus Torvalds3-14/+23 2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano2-6/+19 2005-06-28[PATCH] git-cat-file: use sha1_object_info() on '-t'.Junio C Hamano1-6/+4 2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano1-4/+69 2005-06-27Teach git-pull-script about pulling tagsLinus Torvalds1-2/+7 2005-06-27Fix another test that broke with the recent git-init-db updateLinus Torvalds1-1/+0 2005-06-27[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano1-12/+27 2005-06-27[PATCH] replace sha1sum with sum in t/t1002Mark Allen1-15/+32 2005-06-27Fix up test that counted subdirectories in ".git/objects"Linus Torvalds1-3/+3 2005-06-27git-init-db: create "pack" subdirectory under objectsLinus Torvalds1-0/+2 2005-06-27csum-file: fix missing buf pointer updateLinus Torvalds1-0/+1 2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2-12/+458 2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano4-31/+27 2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano25-948/+22 2005-06-27[PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege2-5/+15 2005-06-27git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds1-1/+1 2005-06-27Add a menu item for creating tags.Paul Mackerras1-43/+140 2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras1-2/+7 2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras1-0/+87 2005-06-26csum-file interface updates: return resulting SHA1Linus Torvalds4-16/+26 2005-06-27Fix behaviour in the case where we have no commits to display.Paul Mackerras1-10/+17 2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds5-62/+158 2005-06-26Add "--pretty=full" format that also shows committer.Linus Torvalds4-32/+25