index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fast-import.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fast-import: export correctly marks larger than 2^20-1
Raja R Harinath
2010-08-11
1
-1
/
+1
*
Merge branch 'gv/portable'
Junio C Hamano
2010-06-21
1
-1
/
+1
|
\
|
*
enums: omit trailing comma for portability
Gary V. Vaughan
2010-06-01
1
-1
/
+1
*
|
fast-import: always create marks_file directories
Sverre Rabbelier
2010-03-31
1
-0
/
+2
|
/
*
refactor duplicated encode_header in pack-objects and fast-import
Michael Lukashov
2010-02-18
1
-26
/
+3
*
fast-import: use the diff_delta() max_delta_size argument
Nicolas Pitre
2010-02-17
1
-6
/
+2
*
fast-import: honor pack.indexversion and pack.packsizelimit config vars
Nicolas Pitre
2010-02-17
1
-0
/
+11
*
fast-import: make default pack size unlimited
Nicolas Pitre
2010-02-17
1
-6
/
+6
*
fast-import: use write_idx_file() instead of custom code
Nicolas Pitre
2010-02-17
1
-46
/
+17
*
fast-import: use sha1write() for pack data
Nicolas Pitre
2010-02-17
1
-10
/
+25
*
fast-import: start using struct pack_idx_entry
Nicolas Pitre
2010-02-17
1
-29
/
+28
*
fast-import: count --max-pack-size in bytes
Junio C Hamano
2010-02-05
1
-6
/
+11
*
fast-import.c: Fix big-file-threshold parsing bug
Junio C Hamano
2010-02-04
1
-1
/
+4
*
Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob
Junio C Hamano
2010-02-01
1
-18
/
+156
|
\
|
*
fast-import: Stream very large blobs directly to pack
Shawn O. Pearce
2010-02-01
1
-19
/
+160
*
|
Merge branch 'jh/notes' (early part)
Junio C Hamano
2010-01-21
1
-5
/
+129
|
\
\
|
*
|
fast-import: Proper notes tree manipulation
Johan Herland
2009-12-07
1
-5
/
+129
*
|
|
Merge branch 'maint'
Junio C Hamano
2010-01-19
1
-5
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint
Junio C Hamano
2010-01-19
1
-5
/
+5
|
|
\
\
|
|
*
|
fast-import: tag may point to any object type
Dmitry Potapov
2010-01-15
1
-5
/
+5
*
|
|
|
Merge branch 'sr/gfi-options'
Junio C Hamano
2010-01-18
1
-86
/
+231
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fast-import: add (non-)relative-marks feature
Sverre Rabbelier
2009-12-05
1
-2
/
+17
|
*
|
|
fast-import: allow for multiple --import-marks= arguments
Sverre Rabbelier
2009-12-05
1
-5
/
+16
|
*
|
|
fast-import: add option command
Sverre Rabbelier
2009-12-05
1
-25
/
+62
|
*
|
|
fast-import: add feature command
Sverre Rabbelier
2009-12-05
1
-0
/
+38
|
*
|
|
fast-import: put marks reading in its own function
Sverre Rabbelier
2009-12-05
1
-42
/
+51
|
*
|
|
fast-import: put option parsing code in separate functions
Sverre Rabbelier
2009-12-05
1
-40
/
+75
|
|
|
/
|
|
/
|
*
/
|
fast-import: Document author/committer/tagger name is optional
Shawn O. Pearce
2009-12-31
1
-3
/
+3
|
/
/
*
|
Merge branch 'jh/notes' (early part)
Junio C Hamano
2009-11-21
1
-4
/
+84
|
\
\
|
*
|
fast-import: Add support for importing commit notes
Johan Herland
2009-10-20
1
-4
/
+84
|
|
/
*
/
Show usage string for 'git fast-import -h'
Jonathan Nieder
2009-11-10
1
-0
/
+3
|
/
*
fast-import.c::validate_raw_date(): really validate the value
Junio C Hamano
2009-10-07
1
-3
/
+6
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-2
/
+2
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-2
/
+2
*
Merge branch 'ar/unlink-err'
Junio C Hamano
2009-05-18
1
-2
/
+2
|
\
|
*
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-30
1
-2
/
+2
*
|
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-7
/
+7
|
/
*
Fix more typos/spelling in comments
Michael J Gruber
2009-04-23
1
-1
/
+1
*
Fix typos / spelling in comments
Mike Ralphson
2009-04-23
1
-3
/
+3
*
Merge branch 'jc/shared-literally'
Junio C Hamano
2009-04-06
1
-3
/
+0
|
\
|
*
Move chmod(foo, 0444) into move_temp_to_file()
Johan Herland
2009-03-28
1
-3
/
+0
*
|
Correct missing SP characters in grammar comment at top of fast-import.c
Elijah Newren
2009-03-26
1
-3
/
+4
*
|
Remove unused function scope local variables
Benjamin Kramer
2009-03-08
1
-5
/
+3
|
/
*
Merge branch 'jc/maint-1.6.0-pack-directory'
Junio C Hamano
2009-02-25
1
-9
/
+5
|
\
|
*
Make sure objects/pack exists before creating a new pack
Junio C Hamano
2009-02-25
1
-9
/
+5
*
|
Drop double-semicolon in C
Junio C Hamano
2009-02-11
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2009-02-11
1
-0
/
+1
|
\
\
|
*
\
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
2009-02-11
1
-0
/
+1
|
|
\
\
|
|
*
|
Clear the delta base cache during fast-import checkpoint
Shawn O. Pearce
2009-02-11
1
-0
/
+1
*
|
|
|
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
2009-01-26
1
-0
/
+3
|
/
/
/
[next]