Age | Commit message (Expand) | Author | Files | Lines |
2009-12-05 | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 1 | -2/+17 |
2009-12-04 | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 1 | -5/+16 |
2009-12-04 | fast-import: add option command | Sverre Rabbelier | 1 | -25/+62 |
2009-12-04 | fast-import: add feature command | Sverre Rabbelier | 1 | -0/+38 |
2009-12-04 | fast-import: put marks reading in its own function | Sverre Rabbelier | 1 | -42/+51 |
2009-12-04 | fast-import: put option parsing code in separate functions | Sverre Rabbelier | 1 | -40/+75 |
2009-11-20 | Merge branch 'jh/notes' (early part) | Junio C Hamano | 1 | -4/+84 |
2009-11-10 | Show usage string for 'git fast-import -h' | Jonathan Nieder | 1 | -0/+3 |
2009-10-19 | fast-import: Add support for importing commit notes | Johan Herland | 1 | -4/+84 |
2009-10-07 | fast-import.c::validate_raw_date(): really validate the value | Junio C Hamano | 1 | -3/+6 |
2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -2/+2 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -2/+2 |
2009-05-18 | Merge branch 'ar/unlink-err' | Junio C Hamano | 1 | -2/+2 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -7/+7 |
2009-04-29 | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 1 | -2/+2 |
2009-04-22 | Fix more typos/spelling in comments | Michael J Gruber | 1 | -1/+1 |
2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -3/+3 |
2009-04-06 | Merge branch 'jc/shared-literally' | Junio C Hamano | 1 | -3/+0 |
2009-03-27 | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 1 | -3/+0 |
2009-03-25 | Correct missing SP characters in grammar comment at top of fast-import.c | Elijah Newren | 1 | -3/+4 |
2009-03-07 | Remove unused function scope local variables | Benjamin Kramer | 1 | -5/+3 |
2009-02-25 | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 1 | -9/+5 |
2009-02-25 | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 1 | -9/+5 |
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 |