Sign in
googlers
/
jrn
/
git
/
d1c3b10f7ced34a607c50de8b5c271ce9cf764ea
/
fast-import.c
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
580d5f8
fast-import: always create marks_file directories
by Sverre Rabbelier
· 15 years ago
1b22b6c
refactor duplicated encode_header in pack-objects and fast-import
by Michael Lukashov
· 15 years ago
b500d5e
fast-import: use the diff_delta() max_delta_size argument
by Nicolas Pitre
· 15 years ago
8c2ca8d
fast-import: honor pack.indexversion and pack.packsizelimit config vars
by Nicolas Pitre
· 15 years ago
89e0a3a
fast-import: make default pack size unlimited
by Nicolas Pitre
· 15 years ago
427cb22
fast-import: use write_idx_file() instead of custom code
by Nicolas Pitre
· 15 years ago
2128181
fast-import: use sha1write() for pack data
by Nicolas Pitre
· 15 years ago
3fc366b
fast-import: start using struct pack_idx_entry
by Nicolas Pitre
· 15 years ago
4d0cc22
fast-import: count --max-pack-size in bytes
by Junio C Hamano
· 15 years ago
76ea93c
fast-import.c: Fix big-file-threshold parsing bug
by Junio C Hamano
· 15 years ago
844ad3d
Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob
by Junio C Hamano
· 15 years ago
5eef828
fast-import: Stream very large blobs directly to pack
by Shawn O. Pearce
· 15 years ago
5fc9df0
Merge branch 'jh/notes' (early part)
by Junio C Hamano
· 15 years ago
e33fd3c
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
6304c40
Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint
by Junio C Hamano
· 15 years ago
fa232d4
Merge branch 'sr/gfi-options'
by Junio C Hamano
· 15 years ago
8db751a
fast-import: tag may point to any object type
by Dmitry Potapov
· 15 years ago
74fbd11
fast-import: Document author/committer/tagger name is optional
by Shawn O. Pearce
· 15 years ago
2a113ae
fast-import: Proper notes tree manipulation
by Johan Herland
· 15 years ago
bc3c79a
fast-import: add (non-)relative-marks feature
by Sverre Rabbelier
· 15 years ago
081751c
fast-import: allow for multiple --import-marks= arguments
by Sverre Rabbelier
· 15 years ago
9c8398f
fast-import: add option command
by Sverre Rabbelier
· 15 years ago
f963bd5
fast-import: add feature command
by Sverre Rabbelier
· 15 years ago
07cd932
fast-import: put marks reading in its own function
by Sverre Rabbelier
· 15 years ago
0f6927c
fast-import: put option parsing code in separate functions
by Sverre Rabbelier
· 15 years ago
885d492
Merge branch 'jh/notes' (early part)
by Junio C Hamano
· 15 years ago
71a04a8
Show usage string for 'git fast-import -h'
by Jonathan Nieder
· 15 years ago
a8dd2e7
fast-import: Add support for importing commit notes
by Johan Herland
· 15 years ago
1cd749c
fast-import.c::validate_raw_date(): really validate the value
by Junio C Hamano
· 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
3658768
Merge branch 'ar/unlink-err'
by Junio C Hamano
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
· 16 years ago
b18cc5a
Fix more typos/spelling in comments
by Michael J Gruber
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
03a39a9
Merge branch 'jc/shared-literally'
by Junio C Hamano
· 16 years ago
fb8b193
Move chmod(foo, 0444) into move_temp_to_file()
by Johan Herland
· 16 years ago
98e1a41
Correct missing SP characters in grammar comment at top of fast-import.c
by Elijah Newren
· 16 years ago
eb3a9dd
Remove unused function scope local variables
by Benjamin Kramer
· 16 years ago
bb0cebd
Merge branch 'jc/maint-1.6.0-pack-directory'
by Junio C Hamano
· 16 years ago
6e180cd
Make sure objects/pack exists before creating a new pack
by Junio C Hamano
· 16 years ago
ba19a80
Drop double-semicolon in C
by Junio C Hamano
· 16 years ago
fd8475d
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
9b27ea9
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
3d20c63
Clear the delta base cache during fast-import checkpoint
by Shawn O. Pearce
· 16 years ago
2fb3f6d
Add calls to git_extract_argv0_path() in programs that call git_config_*
by Steffen Prohaska
· 16 years ago
4f8b899
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
3d1d81e
fast-import: Cleanup mode setting.
by Felipe Contreras
· 16 years ago
c55fae4
fast-import.c: stricter strtoul check, silence compiler warning
by René Scharfe
· 16 years ago
efe05b0
Merge branch 'maint' to sync with GIT 1.6.0.6
by Junio C Hamano
· 16 years ago
88fbf67
fast-import: make tagger information optional
by Junio C Hamano
· 16 years ago
90c3302
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
87c8a56
fast-import: close pack before unlinking it
by Johannes Schindelin
· 16 years ago
2fad532
git-fast-import possible memory corruption problem
by YONETANI Tomokazu
· 16 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
· 17 years ago
c427559
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
8b4eb6b
Do not perform cross-directory renames when creating packs
by Petr Baudis
· 17 years ago
53b543a
Merge branch 'np/maint-safer-pack'
by Junio C Hamano
· 17 years ago
85e7283
cast pid_t's to uintmax_t to improve portability
by David Soria Parra
· 17 years ago
abeb40e
improve reliability of fixup_pack_header_footer()
by Nicolas Pitre
· 17 years ago
03db452
Support gitlinks in fast-import.
by Alexander Gavrilov
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
4c81b03
Make pack creation always fsync() the result
by Linus Torvalds
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
b303178
git-fast-import: rename cmd_*() functions to parse_*()
by Miklos Vajna
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
198724a
fast-import: Allow "reset" to delete a new branch without error
by Eyvind Bernhardsen
· 17 years ago
ad416ed
Merge branch 'maint' to sync with 1.5.4.4
by Junio C Hamano
· 17 years ago
655e851
Really make the LF after reset in fast-import optional
by Adeodato Simó
· 17 years ago
733ee2b
fast-import: exit with proper message if not a git dir
by Jean-Luc Herren
· 17 years ago
118805b
Finish current packfile during fast-import crash handler
by Shawn O. Pearce
· 17 years ago
3b08e5b
Include the fast-import marks table in crash reports
by Shawn O. Pearce
· 17 years ago
fbc63ea
Include annotated tags in fast-import crash reports
by Shawn O. Pearce
· 17 years ago
e8b32e0
fast-import: check return value from unpack_entry()
by Shawn O. Pearce
· 17 years ago
7422bac
Document the hairy gfi_unpack_entry part of fast-import
by Shawn O. Pearce
· 17 years ago
bb23fdf
Teach fast-import to honor pack.compression and pack.depth
by Shawn O. Pearce
· 17 years ago
5a7b1b5
fast-import: Don't use a maybe-clobbered errno value
by Jim Meyering
· 17 years ago
c9ced05
Fix random fast-import errors when compiled with NO_MMAP
by Shawn O. Pearce
· 17 years ago
fb54abd
fast-import.c: don't try to commit marks file if write failed
by Brandon Casey
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
95693d4
bundle, fast-import: detect write failure
by Jim Meyering
· 17 years ago
257f302
Update callers of check_ref_format()
by Junio C Hamano
· 17 years ago
69ae517
fast-import: fix unalinged allocation and access
by David S. Miller
· 17 years ago
fb5fd01
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
436e7a7
Don't allow fast-import tree delta chains to exceed maximum depth
by Shawn O. Pearce
· 17 years ago
c2e6b6d
fast-import.c: fix regression due to strbuf conversion
by Pierre Habouzit
· 17 years ago
8a37e21
Merge branch 'maint'
by Shawn O. Pearce
· 17 years ago
2005dbe
fast-import: Fix argument order to die in file_change_m
by Julian Phillips
· 17 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
· 18 years ago
7fb1011
Rework unquote_c_style to work on a strbuf.
by Pierre Habouzit
· 18 years ago
c76689d
strbuf API additions and enhancements.
by Pierre Habouzit
· 18 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 18 years ago
0557656
fast-import optimization:
by Pierre Habouzit
· 18 years ago
eec813c
fast-import was using dbuf's, replace them with strbuf's.
by Pierre Habouzit
· 18 years ago
e6c019d
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
by Pierre Habouzit
· 18 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 18 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 18 years ago
Next »