| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused function scope local variables | Benjamin Kramer | 2009-03-07 | 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-10 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-02-10 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-10 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Clear the delta base cache during fast-import checkpoint | Shawn O. Pearce | 2009-02-10 | 1 | -0/+1 |
* | | | | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-13 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | fast-import: Cleanup mode setting. | Felipe Contreras | 2009-01-13 | 1 | -3/+4 |
| |/ |
|
* | | fast-import.c: stricter strtoul check, silence compiler warning | René Scharfe | 2008-12-21 | 1 | -4/+7 |
* | | Merge branch 'maint' to sync with GIT 1.6.0.6 | Junio C Hamano | 2008-12-19 | 1 | -11/+15 |
|\ \
| |/ |
|
| * | fast-import: make tagger information optional | Junio C Hamano | 2008-12-19 | 1 | -11/+15 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-12-15 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | fast-import: close pack before unlinking it | Johannes Schindelin | 2008-12-15 | 1 | -1/+3 |
* | | git-fast-import possible memory corruption problem | YONETANI Tomokazu | 2008-12-14 | 1 | -3/+4 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -9/+9 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Do not perform cross-directory renames when creating packs | Petr Baudis | 2008-09-22 | 1 | -2/+2 |
* | | Merge branch 'np/maint-safer-pack' | Junio C Hamano | 2008-09-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 2008-08-29 | 1 | -1/+2 |
* | | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 | 1 | -3/+3 |
|/ |
|
* | Support gitlinks in fast-import. | Alexander Gavrilov | 2008-07-19 | 1 | -1/+15 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Make pack creation always fsync() the result | Linus Torvalds | 2008-05-31 | 1 | -1/+1 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -3/+3 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | | git-fast-import: rename cmd_*() functions to parse_*() | Miklos Vajna | 2008-05-16 | 1 | -31/+31 |
|/ |
|
* | fast-import: Allow "reset" to delete a new branch without error | Eyvind Bernhardsen | 2008-03-16 | 1 | -0/+2 |
* | Merge branch 'maint' to sync with 1.5.4.4 | Junio C Hamano | 2008-03-08 | 1 | -1/+2 |
|\ |
|
| * | Really make the LF after reset in fast-import optional | Adeodato Simó | 2008-03-08 | 1 | -1/+2 |
* | | fast-import: exit with proper message if not a git dir | Jean-Luc Herren | 2008-03-02 | 1 | -0/+1 |
* | | Finish current packfile during fast-import crash handler | Shawn O. Pearce | 2008-02-16 | 1 | -0/+7 |
* | | Include the fast-import marks table in crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+10 |
* | | Include annotated tags in fast-import crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+13 |
|/ |
|
* | fast-import: check return value from unpack_entry() | Shawn O. Pearce | 2008-02-15 | 1 | -0/+2 |
* | Document the hairy gfi_unpack_entry part of fast-import | Shawn O. Pearce | 2008-01-21 | 1 | -0/+33 |
* | Teach fast-import to honor pack.compression and pack.depth | Shawn O. Pearce | 2008-01-21 | 1 | -3/+29 |
* | fast-import: Don't use a maybe-clobbered errno value | Jim Meyering | 2008-01-18 | 1 | -3/+6 |
* | Fix random fast-import errors when compiled with NO_MMAP | Shawn O. Pearce | 2008-01-17 | 1 | -2/+4 |
* | fast-import.c: don't try to commit marks file if write failed | Brandon Casey | 2008-01-17 | 1 | -8/+16 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -2/+10 |
* | bundle, fast-import: detect write failure | Jim Meyering | 2008-01-10 | 1 | -2/+3 |
* | Update callers of check_ref_format() | Junio C Hamano | 2008-01-02 | 1 | -2/+3 |
* | fast-import: fix unalinged allocation and access | David S. Miller | 2007-12-14 | 1 | -5/+5 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-14 | 1 | -7/+13 |
|\ |
|
| * | Don't allow fast-import tree delta chains to exceed maximum depth | Shawn O. Pearce | 2007-11-13 | 1 | -7/+13 |
* | | fast-import.c: fix regression due to strbuf conversion | Pierre Habouzit | 2007-10-26 | 1 | -0/+1 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fast-import: Fix argument order to die in file_change_m | Julian Phillips | 2007-10-20 | 1 | -1/+1 |