index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fast-import.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' of git://repo.or.cz/git/fastimport
Junio C Hamano
2007-03-07
|
\
|
*
Allow fast-import frontends to reload the marks table
Shawn O. Pearce
2007-03-07
|
*
Use atomic updates to the fast-import mark file
Shawn O. Pearce
2007-03-07
|
*
Preallocate memory earlier in fast-import
Shawn O. Pearce
2007-03-07
*
|
Use off_t in pack-objects/fast-import when we mean an offset
Shawn O. Pearce
2007-03-07
*
|
Use off_t when we really mean a file offset.
Shawn O. Pearce
2007-03-07
*
|
General const correctness fixes
Shawn O. Pearce
2007-03-07
|
/
*
Merge branch 'maint'
Shawn O. Pearce
2007-03-05
|
\
|
*
fast-import: Fail if a non-existant commit is used for merge
Shawn O. Pearce
2007-03-05
|
*
fast-import: Avoid infinite loop after reset
Shawn O. Pearce
2007-03-05
*
|
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
*
|
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
2007-02-27
*
|
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
2007-02-20
*
|
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-20
*
|
Merge branch 'maint'
Junio C Hamano
2007-02-20
|
\
\
|
|
/
|
*
Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.
Jason Riedy
2007-02-20
*
|
Merge branch 'maint'
Junio C Hamano
2007-02-19
|
\
\
|
|
/
|
*
Obey NO_C99_FORMAT in fast-import.c.
Jason Riedy
2007-02-19
*
|
Merge branch 'jc/merge-base' (early part)
Junio C Hamano
2007-02-13
|
/
*
fast-import: Support reusing 'from' and brown paper bag fix reset.
Shawn O. Pearce
2007-02-12
*
fast-import: Hide the pack boundary commits by default.
Shawn O. Pearce
2007-02-11
*
fast-import: Fix compile warnings
Johannes Schindelin
2007-02-07
*
Don't crash fast-import if the marks cannot be exported.
Shawn O. Pearce
2007-02-07
*
Dump all refs and marks during a checkpoint in fast-import.
Shawn O. Pearce
2007-02-07
*
Teach fast-import how to sit quietly in the corner.
Shawn O. Pearce
2007-02-07
*
Teach fast-import how to clear the internal branch content.
Shawn O. Pearce
2007-02-07
*
S_IFLNK != 0140000
Junio C Hamano
2007-02-06
*
Don't do non-fastforward updates in fast-import.
Shawn O. Pearce
2007-02-06
*
Support RFC 2822 date parsing in fast-import.
Shawn O. Pearce
2007-02-06
*
Remove unnecessary null pointer checks in fast-import.
Shawn O. Pearce
2007-02-06
*
Correct minor style issue in fast-import.
Shawn O. Pearce
2007-02-06
*
Correct compiler warnings in fast-import.
Shawn O. Pearce
2007-02-06
*
Remove --branch-log from fast-import.
Shawn O. Pearce
2007-02-06
*
Don't support shell-quoted refnames in fast-import.
Shawn O. Pearce
2007-02-05
*
Reduce memory usage of fast-import.
Shawn O. Pearce
2007-02-05
*
Include checkpoint command in the BNF.
Shawn O. Pearce
2007-02-05
*
Merge branch 'master' into sp/gfi
Shawn O. Pearce
2007-01-30
*
Accept 'inline' file data in fast-import commit structure.
Shawn O. Pearce
2007-01-18
*
Support delimited data regions in fast-import.
Shawn O. Pearce
2007-01-18
*
Remove unnecessary options from fast-import.
Shawn O. Pearce
2007-01-18
*
Use fixed-size integers when writing out the index in fast-import.
Shawn O. Pearce
2007-01-18
*
Always use struct pack_header for pack header in fast-import.
Shawn O. Pearce
2007-01-18
*
Correct packfile edge output in fast-import.
Shawn O. Pearce
2007-01-17
*
Declare no-arg functions as (void) in fast-import.
Shawn O. Pearce
2007-01-17
*
Correct a few types to be unsigned in fast-import.
Shawn O. Pearce
2007-01-17
*
Corrected BNF input documentation for fast-import.
Shawn O. Pearce
2007-01-17
*
Print out the edge commits for each packfile in fast-import.
Shawn O. Pearce
2007-01-16
*
Correct object_count type and stat output in fast-import.
Shawn O. Pearce
2007-01-16
*
Correct max_packsize default in fast-import.
Shawn O. Pearce
2007-01-16
*
Remove unnecessary pack_fd global in fast-import.
Shawn O. Pearce
2007-01-16
[next]