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