| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -1/+1 |
* | | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 2007-09-20 | 1 | -25/+22 |
* | | strbuf API additions and enhancements. | Pierre Habouzit | 2007-09-20 | 1 | -3/+1 |
* | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -3/+1 |
* | | fast-import optimization: | Pierre Habouzit | 2007-09-18 | 1 | -32/+20 |
* | | fast-import was using dbuf's, replace them with strbuf's. | Pierre Habouzit | 2007-09-18 | 1 | -109/+68 |
* | | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 2007-09-18 | 1 | -15/+19 |
* | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
* | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 1 | -2/+2 |
* | | fast-import: Use strbuf API, and simplify cmd_data() | Pierre Habouzit | 2007-09-06 | 1 | -17/+13 |
* | | Rework strbuf API and semantics. | Pierre Habouzit | 2007-09-06 | 1 | -8/+7 |
|/ |
|
* | Avoid using va_copy in fast-import: it seems to be unportable. | Alex Riesen | 2007-08-20 | 1 | -7/+6 |
* | fast-import pull request | Junio C Hamano | 2007-08-19 | 1 | -3/+5 |
* | Include recent command history in fast-import crash reports | Shawn O. Pearce | 2007-08-19 | 1 | -4/+58 |
* | Generate crash reports on die in fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+93 |
* | Allow frontends to bidirectionally communicate with fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+14 |
* | Make trailing LF optional for all fast-import commands | Shawn O. Pearce | 2007-08-19 | 1 | -14/+20 |
* | Make trailing LF following fast-import `data` commands optional | Shawn O. Pearce | 2007-08-19 | 1 | -4/+9 |
* | Teach fast-import to ignore lines starting with '#' | Shawn O. Pearce | 2007-08-19 | 1 | -2/+15 |
* | Use handy ALLOC_GROW macro in fast-import when possible | Shawn O. Pearce | 2007-08-19 | 1 | -6/+1 |
* | Actually allow TAG_FIXUP branches in fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -1/+5 |
* | Fix whitespace in "Format of STDIN stream" of fast-import | Alex Riesen | 2007-08-19 | 1 | -11/+11 |
* | Use xmkstemp() instead of mkstemp() | Luiz Fernando N. Capitulino | 2007-08-14 | 1 | -6/+2 |
* | Teach fast-import to recursively copy files/directories | Shawn O. Pearce | 2007-07-15 | 1 | -4/+77 |
* | Support wholesale directory renames in fast-import | Shawn O. Pearce | 2007-07-09 | 1 | -16/+75 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-23 | 1 | -30/+37 |
|\ |
|
| * | Fix possible coredump with fast-import --import-marks | Shawn O. Pearce | 2007-05-24 | 1 | -5/+7 |
| * | Refactor fast-import branch creation from existing commit | Shawn O. Pearce | 2007-05-24 | 1 | -27/+31 |