aboutsummaryrefslogtreecommitdiffstats
path: root/fast-import.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2011-03-16Merge branch 'maint'Junio C Hamano1-28/+14
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-28/+14
2011-03-15Merge branch 'sp/maint-fd-limit'Junio C Hamano1-0/+1
2011-03-02sha1_file.c: Don't retain open fds on small packsShawn O. Pearce1-0/+1
2011-02-28fast-import: make code "-Wpointer-arith" cleanJonathan Nieder1-1/+1
2011-02-26fast-import: add 'ls' commandDavid Barr1-3/+159
2011-02-09Merge branch 'rr/fi-import-marks-if-exists'Junio C Hamano1-3/+13
2011-02-09Merge branch 'maint-1.7.0' into maintJunio C Hamano1-0/+2
2011-02-09fast-import: introduce "feature notes" commandJonathan Nieder1-0/+2
2011-01-27Merge branch 'maint'Junio C Hamano1-0/+6
2011-01-27Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano1-0/+6
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder1-0/+6
2011-01-19Merge branch 'jn/maint-fast-import-object-reuse' into maintJunio C Hamano1-7/+2
2011-01-18fast-import: Introduce --import-marks-if-existsRamkumar Ramachandra1-3/+13
2010-12-16Merge branch 'jn/fast-import-blob-access'Junio C Hamano1-9/+120
2010-12-16Merge branch 'jn/maint-fast-import-object-reuse'Junio C Hamano1-7/+2
2010-12-16Merge branch 'jn/fast-import-ondemand-checkpoint'Junio C Hamano1-1/+40
2010-12-03Merge branch 'jj/icase-directory'Junio C Hamano1-3/+4
2010-12-01fast-import: Allow cat-blob requests at arbitrary points in streamJonathan Nieder1-12/+16
2010-12-01fast-import: let importers retrieve blobsDavid Barr1-0/+97
2010-12-01fast-import: stricter parsing of integer optionsJonathan Nieder1-2/+11
2010-11-29Merge branch 'jn/fast-import-fix'Junio C Hamano1-12/+37
2010-11-24fast-import: treat SIGUSR1 as a request to access objects earlyJonathan Nieder1-1/+40
2010-11-24fast-import: insert new object entries at start of hash bucketDavid Barr1-7/+2
2010-10-21Sync with 1.7.3.2Junio C Hamano1-1/+1
2010-10-20fast-import: do not clear notes in do_change_note_fanout()Jonathan Nieder1-4/+1
2010-10-18fast-import: tighten M 040000 syntaxJonathan Nieder1-9/+25
2010-10-18fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder1-4/+16
2010-10-13fast-import: Allow filemodify to set the rootDavid Barr1-0/+9
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-1/+1
2010-10-06Support case folding in git fast-import when core.ignorecase=trueJoshua Jensen1-3/+4
2010-08-31Merge branch 'en/d-f-conflict-fix'Junio C Hamano1-0/+8
2010-08-18Merge branch 'jn/fast-import-subtree'Junio C Hamano1-9/+15
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath1-1/+1
2010-07-09fast-import: Improve robustness when D->F changes provided in wrong orderElijah Newren1-0/+8
2010-07-05Teach fast-import to import subtrees named by tree idJonathan Nieder1-9/+15
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-03-31fast-import: always create marks_file directoriesSverre Rabbelier1-0/+2
2010-02-17refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov1-26/+3
2010-02-17fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre1-6/+2
2010-02-17fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre1-0/+11
2010-02-17fast-import: make default pack size unlimitedNicolas Pitre1-6/+6
2010-02-17fast-import: use write_idx_file() instead of custom codeNicolas Pitre1-46/+17
2010-02-17fast-import: use sha1write() for pack dataNicolas Pitre1-10/+25
2010-02-17fast-import: start using struct pack_idx_entryNicolas Pitre1-29/+28
2010-02-04fast-import: count --max-pack-size in bytesJunio C Hamano1-6/+11
2010-02-04fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano1-1/+4
2010-02-01Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano1-18/+156