Age | Commit message (Expand) | Author | Files | Lines |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -8/+0 |
2011-02-26 | fast-import: add 'ls' command | David Barr | 1 | -3/+60 |
2011-02-09 | Merge branch 'rr/fi-import-marks-if-exists' | Junio C Hamano | 1 | -0/+4 |
2011-02-09 | Merge branch 'maint-1.7.0' into maint | Junio C Hamano | 1 | -0/+7 |
2011-02-09 | fast-import: introduce "feature notes" command | Jonathan Nieder | 1 | -0/+6 |
2011-02-09 | fast-import: clarify documentation of "feature" command | Jonathan Nieder | 1 | -20/+17 |
2011-01-18 | Documentation/fast-import: put explanation of M 040000 <dataref> "" in context | Jonathan Nieder | 1 | -3/+2 |
2011-01-18 | Documentation/fast-import: capitalize beginning of sentence | Jonathan Nieder | 1 | -1/+1 |
2011-01-18 | fast-import: Introduce --import-marks-if-exists | Ramkumar Ramachandra | 1 | -0/+4 |
2010-12-16 | Merge branch 'jn/fast-import-blob-access' | Junio C Hamano | 1 | -20/+62 |
2010-12-01 | fast-import: Allow cat-blob requests at arbitrary points in stream | Jonathan Nieder | 1 | -0/+4 |
2010-12-01 | fast-import: let importers retrieve blobs | David Barr | 1 | -0/+41 |
2010-12-01 | fast-import: clarify documentation of "feature" command | Jonathan Nieder | 1 | -20/+17 |
2010-11-24 | fast-import: treat SIGUSR1 as a request to access objects early | Jonathan Nieder | 1 | -0/+7 |
2010-10-13 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-10-13 | Documentation: gitrevisions is in section 7 | Jonathan Nieder | 1 | -1/+1 |
2010-10-13 | fast-import: Allow filemodify to set the root | David Barr | 1 | -0/+3 |
2010-08-18 | Merge branch 'jn/fast-import-subtree' | Junio C Hamano | 1 | -2/+6 |
2010-07-05 | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 1 | -1/+1 |
2010-07-05 | Teach fast-import to import subtrees named by tree id | Jonathan Nieder | 1 | -2/+6 |
2010-02-17 | fast-import: make default pack size unlimited | Nicolas Pitre | 1 | -4/+1 |
2010-02-04 | fast-import: count --max-pack-size in bytes | Junio C Hamano | 1 | -2/+2 |
2010-02-02 | Merge branch 'sp/fast-import-large-blob' | Junio C Hamano | 1 | -0/+6 |
2010-02-01 | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 1 | -0/+6 |
2010-02-01 | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 1 | -0/+6 |
2010-01-31 | Fix typos in technical documentation. | Ralf Wildenhues | 1 | -4/+4 |
2010-01-20 | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 1 | -10/+10 |
2010-01-17 | Merge branch 'sr/gfi-options' | Junio C Hamano | 1 | -0/+79 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -10/+10 |
2009-12-31 | fast-import: Document author/committer/tagger name is optional | Shawn O. Pearce | 1 | -3/+3 |
2009-12-05 | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 1 | -0/+16 |
2009-12-04 | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 1 | -1/+7 |
2009-12-04 | fast-import: add option command | Sverre Rabbelier | 1 | -0/+32 |
2009-12-04 | fast-import: add feature command | Sverre Rabbelier | 1 | -0/+25 |
2009-10-19 | fast-import: Add support for importing commit notes | Johan Herland | 1 | -6/+39 |
2008-07-19 | Support gitlinks in fast-import. | Alexander Gavrilov | 1 | -0/+3 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -10/+10 |
2008-07-05 | manpages: fix bogus whitespace | Jonathan Nieder | 1 | -1/+1 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -8/+8 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -4/+4 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-03-22 | fast-import: Document the effect of "merge" with no "from" in a commit | Eyvind Bernhardsen | 1 | -3/+8 |
2008-02-16 | Update fast-import documentation to discuss crash reports | Shawn O. Pearce | 1 | -0/+87 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -9/+9 |
2007-08-24 | Documentation: Correct various misspellings and typos. | Brian Hetro | 1 | -9/+9 |
2007-08-19 | Allow frontends to bidirectionally communicate with fast-import | Shawn O. Pearce | 1 | -0/+39 |
2007-08-19 | Make trailing LF optional for all fast-import commands | Shawn O. Pearce | 1 | -3/+8 |
2007-08-19 | Make trailing LF following fast-import `data` commands optional | Shawn O. Pearce | 1 | -1/+9 |
2007-08-19 | Teach fast-import to ignore lines starting with '#' | Shawn O. Pearce | 1 | -0/+14 |
2007-07-15 | Teach fast-import to recursively copy files/directories | Shawn O. Pearce | 1 | -5/+35 |