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