aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* fast-import: fix option parser for no-arg optionsSverre Rabbelier2011-05-05
* Merge branch 'jc/pack-objects-bigfile' into maintJunio C Hamano2011-05-04
|\
| * Teach core.bigfilethreashold to pack-objectsJunio C Hamano2011-04-05
* | Fix sparse warningsStephen Boyd2011-03-22
* | Merge branch 'maint'Junio C Hamano2011-03-16
|\ \
| * | standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-15
|\ \ \
| * | | sha1_file.c: Don't retain open fds on small packsShawn O. Pearce2011-03-02
| |/ /
* | | fast-import: make code "-Wpointer-arith" cleanJonathan Nieder2011-02-28
* | | fast-import: add 'ls' commandDavid Barr2011-02-26
* | | Merge branch 'rr/fi-import-marks-if-exists'Junio C Hamano2011-02-09
|\ \ \ | |/ / |/| |
| * | fast-import: Introduce --import-marks-if-existsRamkumar Ramachandra2011-01-18
* | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2011-02-09
|\ \ \ | |_|/ |/| |
| * | fast-import: introduce "feature notes" commandJonathan Nieder2011-02-09
* | | Merge branch 'maint'Junio C Hamano2011-01-27
|\ \ \ | |_|/ |/| |
| * | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-27
| |\ \
| | * | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-27
| * | | Merge branch 'jn/maint-fast-import-object-reuse' into maintJunio C Hamano2011-01-19
| |\ \ \
* | \ \ \ Merge branch 'jn/fast-import-blob-access'Junio C Hamano2010-12-16
|\ \ \ \ \
| * | | | | fast-import: Allow cat-blob requests at arbitrary points in streamJonathan Nieder2010-12-01
| * | | | | fast-import: let importers retrieve blobsDavid Barr2010-12-01
| * | | | | fast-import: stricter parsing of integer optionsJonathan Nieder2010-12-01
* | | | | | Merge branch 'jn/maint-fast-import-object-reuse'Junio C Hamano2010-12-16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | fast-import: insert new object entries at start of hash bucketDavid Barr2010-11-24
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jn/fast-import-ondemand-checkpoint'Junio C Hamano2010-12-16
|\ \ \ \ \
| * | | | | fast-import: treat SIGUSR1 as a request to access objects earlyJonathan Nieder2010-11-24
| | |/ / / | |/| | |
* | | | | Merge branch 'jj/icase-directory'Junio C Hamano2010-12-03
|\ \ \ \ \
| * | | | | Support case folding in git fast-import when core.ignorecase=trueJoshua Jensen2010-10-06
* | | | | | Merge branch 'jn/fast-import-fix'Junio C Hamano2010-11-29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fast-import: do not clear notes in do_change_note_fanout()Jonathan Nieder2010-10-20
| * | | | | fast-import: tighten M 040000 syntaxJonathan Nieder2010-10-18
| * | | | | fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder2010-10-18
* | | | | | Sync with 1.7.3.2Junio C Hamano2010-10-21
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Use angles for placeholders consistentlyŠtěpán Němec2010-10-08
* | | | | fast-import: Allow filemodify to set the rootDavid Barr2010-10-13
|/ / / /
* | | | Merge branch 'en/d-f-conflict-fix'Junio C Hamano2010-08-31
|\ \ \ \
| * | | | fast-import: Improve robustness when D->F changes provided in wrong orderElijah Newren2010-07-09
* | | | | Merge branch 'jn/fast-import-subtree'Junio C Hamano2010-08-18
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Teach fast-import to import subtrees named by tree idJonathan Nieder2010-07-05
* | | | fast-import: export correctly marks larger than 2^20-1Raja R Harinath2010-08-11
|/ / /
* | | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \ \
| * | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
| |/ /
* | | fast-import: always create marks_file directoriesSverre Rabbelier2010-03-31
|/ /
* | refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov2010-02-17
|/
* fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre2010-02-17
* fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre2010-02-17
* fast-import: make default pack size unlimitedNicolas Pitre2010-02-17
* fast-import: use write_idx_file() instead of custom codeNicolas Pitre2010-02-17
* fast-import: use sha1write() for pack dataNicolas Pitre2010-02-17
* fast-import: start using struct pack_idx_entryNicolas Pitre2010-02-17