aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-20
* fast-import pull requestJunio C Hamano2007-08-19
* Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-19
* Generate crash reports on die in fast-importShawn O. Pearce2007-08-19
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-19
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-19
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-19
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-19
* Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce2007-08-19
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-19
* Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen2007-08-19
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-15
* Support wholesale directory renames in fast-importShawn O. Pearce2007-07-09
* Merge branch 'maint'Junio C Hamano2007-05-23
|\
| * Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-24
| * Refactor fast-import branch creation from existing commitShawn O. Pearce2007-05-24
| * fast-import: Fix crash when referencing already existing objectsSimon Hausmann2007-05-23
| * fast-import: Fix uninitialized variableSimon Hausmann2007-05-23
* | git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
|/
* Create pack-write.c for common pack writing codeDana L. How2007-05-02
* Merge branch 'maint'Junio C Hamano2007-04-29
|\
| * Don't allow empty pathnames in fast-importShawn O. Pearce2007-04-28
* | fast-import: size_t vs ssize_tSami Farin2007-04-24
* | Don't repack existing objects in fast-importShawn O. Pearce2007-04-20
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-24
* Remove unnecessary casts from fast-importShawn O. Pearce2007-03-12
* Merge branch 'maint'Shawn O. Pearce2007-03-12
|\
| * fast-import: grow tree storage more aggressivelyJeff King2007-03-12
* | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-07
|\ \
| * | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-07
| * | Use atomic updates to the fast-import mark fileShawn O. Pearce2007-03-07
| * | Preallocate memory earlier in fast-importShawn O. Pearce2007-03-07
* | | Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-07
* | | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* | | General const correctness fixesShawn O. Pearce2007-03-07
|/ /
* | Merge branch 'maint'Shawn O. Pearce2007-03-05
|\ \ | |/
| * fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce2007-03-05
| * fast-import: Avoid infinite loop after resetShawn O. Pearce2007-03-05
* | convert object type handling from a string to a numberNicolas Pitre2007-02-27
* | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* | Merge branch 'maint'Junio C Hamano2007-02-20
|\ \ | |/
| * Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-20
* | Merge branch 'maint'Junio C Hamano2007-02-19
|\ \ | |/
| * Obey NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-19
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-13
|/
* fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-12