index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fast-import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-15
/
+15
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-21
/
+21
2007-02-20
Merge branch 'maint'
Junio C Hamano
1
-21
/
+16
2007-02-20
Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.
Jason Riedy
1
-21
/
+16
2007-02-19
Merge branch 'maint'
Junio C Hamano
1
-14
/
+23
2007-02-19
Obey NO_C99_FORMAT in fast-import.c.
Jason Riedy
1
-14
/
+23
2007-02-13
Merge branch 'jc/merge-base' (early part)
Junio C Hamano
1
-1
/
+1
2007-02-12
fast-import: Support reusing 'from' and brown paper bag fix reset.
Shawn O. Pearce
1
-3
/
+7
2007-02-11
fast-import: Hide the pack boundary commits by default.
Shawn O. Pearce
1
-11
/
+24
2007-02-07
fast-import: Fix compile warnings
Johannes Schindelin
1
-3
/
+5
2007-02-07
Don't crash fast-import if the marks cannot be exported.
Shawn O. Pearce
1
-2
/
+6
2007-02-07
Dump all refs and marks during a checkpoint in fast-import.
Shawn O. Pearce
1
-4
/
+8
2007-02-07
Teach fast-import how to sit quietly in the corner.
Shawn O. Pearce
1
-27
/
+31
2007-02-07
Teach fast-import how to clear the internal branch content.
Shawn O. Pearce
1
-1
/
+12
2007-02-06
S_IFLNK != 0140000
Junio C Hamano
1
-1
/
+1
2007-02-06
Don't do non-fastforward updates in fast-import.
Shawn O. Pearce
1
-12
/
+46
2007-02-06
Support RFC 2822 date parsing in fast-import.
Shawn O. Pearce
1
-14
/
+93
2007-02-06
Remove unnecessary null pointer checks in fast-import.
Shawn O. Pearce
1
-10
/
+5
2007-02-06
Correct minor style issue in fast-import.
Shawn O. Pearce
1
-17
/
+17
2007-02-06
Correct compiler warnings in fast-import.
Shawn O. Pearce
1
-4
/
+5
2007-02-06
Remove --branch-log from fast-import.
Shawn O. Pearce
1
-32
/
+0
2007-02-05
Don't support shell-quoted refnames in fast-import.
Shawn O. Pearce
1
-62
/
+5
2007-02-05
Reduce memory usage of fast-import.
Shawn O. Pearce
1
-12
/
+12
2007-02-05
Include checkpoint command in the BNF.
Shawn O. Pearce
1
-0
/
+1
2007-01-30
Merge branch 'master' into sp/gfi
Shawn O. Pearce
1
-1
/
+0
2007-01-18
Accept 'inline' file data in fast-import commit structure.
Shawn O. Pearce
1
-6
/
+23
2007-01-18
Support delimited data regions in fast-import.
Shawn O. Pearce
1
-15
/
+49
2007-01-18
Remove unnecessary options from fast-import.
Shawn O. Pearce
1
-12
/
+4
2007-01-18
Use fixed-size integers when writing out the index in fast-import.
Shawn O. Pearce
1
-2
/
+2
2007-01-18
Always use struct pack_header for pack header in fast-import.
Shawn O. Pearce
1
-12
/
+14
2007-01-17
Correct packfile edge output in fast-import.
Shawn O. Pearce
1
-8
/
+15
2007-01-17
Declare no-arg functions as (void) in fast-import.
Shawn O. Pearce
1
-18
/
+18
2007-01-17
Correct a few types to be unsigned in fast-import.
Shawn O. Pearce
1
-3
/
+3
2007-01-17
Corrected BNF input documentation for fast-import.
Shawn O. Pearce
1
-1
/
+2
2007-01-16
Print out the edge commits for each packfile in fast-import.
Shawn O. Pearce
1
-2
/
+24
2007-01-16
Correct object_count type and stat output in fast-import.
Shawn O. Pearce
1
-3
/
+6
2007-01-16
Correct max_packsize default in fast-import.
Shawn O. Pearce
1
-1
/
+1
2007-01-16
Remove unnecessary pack_fd global in fast-import.
Shawn O. Pearce
1
-6
/
+7
2007-01-16
Ensure we close the packfile after creating it in fast-import.
Shawn O. Pearce
1
-4
/
+2
2007-01-16
Use .keep files in fast-import during processing.
Shawn O. Pearce
1
-20
/
+71
2007-01-16
Reuse sha1 in packed_git in fast-import.
Shawn O. Pearce
1
-5
/
+4
2007-01-16
Replace redundant yread() with read_in_full() in fast-import.
Shawn O. Pearce
1
-14
/
+2
2007-01-16
Use uintmax_t for marks in fast-import.
Shawn O. Pearce
1
-44
/
+47
2007-01-15
Corrected buffer overflow during automatic checkpoint in fast-import.
Shawn O. Pearce
1
-9
/
+10
2007-01-15
Print the packfile names to stdout from fast-import.
Shawn O. Pearce
1
-0
/
+2
2007-01-15
Implemented automatic checkpoints within fast-import.
Shawn O. Pearce
1
-28
/
+68
2007-01-15
Optimize index creation on large object sets in fast-import.
Shawn O. Pearce
1
-3
/
+8
2007-01-15
Don't create a final empty packfile in fast-import.
Shawn O. Pearce
1
-11
/
+17
2007-01-15
Implemented manual packfile switching in fast-import.
Shawn O. Pearce
1
-24
/
+65
2007-01-15
Remove unnecessary duplicate_count in fast-import.
Shawn O. Pearce
1
-3
/
+4
[next]