Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-17 | 2 | -61/+68 |
|\ | |||||
| * | git-checkout-index: documentation updates. | Junio C Hamano | 2005-10-17 | 1 | -13/+7 |
| * | make checkout-index '-a' flag saner. | Linus Torvalds | 2005-10-17 | 1 | -48/+61 |
* | | ref-format documentation. | Junio C Hamano | 2005-10-16 | 3 | -2/+66 |
* | | Sparse-directory safety fix. | Junio C Hamano | 2005-10-16 | 1 | -1/+1 |
* | | Merge branch 'fixes' | Junio C Hamano | 2005-10-16 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | whatchanged: document -m option from git-diff-tree. | Junio C Hamano | 2005-10-15 | 1 | -0/+7 |
* | | We do not depend on patch. | Junio C Hamano | 2005-10-16 | 1 | -2/+2 |
* | | Merge branch 'svn' of http://netz.smurf.noris.de/git/git | Junio C Hamano | 2005-10-16 | 5 | -5/+859 |
|\ \ | |||||
| * | | svn commit: re-word the exit-due-to-memory-leak message | Matthias Urlichs | 2005-10-16 | 1 | -1/+2 |
| * | | Makefile entry for git-svnimport contained a small typo. | Kalle Valo | 2005-10-16 | 1 | -1/+1 |
| * | | svn import: copy directories | Matthias Urlichs | 2005-10-11 | 1 | -13/+56 |
| * | | svn import: Add direct HTTP access | Matthias Urlichs | 2005-10-11 | 2 | -19/+80 |
| * | | svn import: remove some CVS cruft | Matthias Urlichs | 2005-10-11 | 1 | -35/+4 |
| * | | svn import: make -s option actually optional | Matthias Urlichs | 2005-10-11 | 1 | -1/+2 |
| * | | svn import: typo fix | Matthias Urlichs | 2005-10-11 | 1 | -1/+1 |
| * | | svn import: get all revisions | Matthias Urlichs | 2005-10-10 | 1 | -1/+1 |
| * | | svn import: unlink downlaoded files | Matthias Urlichs | 2005-10-10 | 1 | -0/+1 |
| * | | svn import: Add a loop limit option | Matthias Urlichs | 2005-10-10 | 2 | -6/+20 |
| * | | svn import: incremental imports | Matthias Urlichs | 2005-10-10 | 1 | -6/+6 |
| * | | svn import: skip initial revisions | Matthias Urlichs | 2005-10-10 | 2 | -7/+12 |
| * | | svn import: Do not create empty tags | Matthias Urlichs | 2005-10-10 | 1 | -120/+125 |
| * | | svn import: Fix tagging. | Matthias Urlichs | 2005-10-10 | 1 | -16/+12 |
| * | | svn import: remove debugging | Matthias Urlichs | 2005-10-10 | 1 | -2/+0 |
| * | | svn import: wrong file open mode | Matthias Urlichs | 2005-10-10 | 1 | -1/+1 |
| * | | svn import: avoid reconnecting | Matthias Urlichs | 2005-10-10 | 1 | -5/+6 |
| * | | svn improt needs SVN::Core 1.2.1 or better | Matthias Urlichs | 2005-10-10 | 1 | -0/+2 |
| * | | svn import: add libsvn-core-perl to Debian's control file | Matthias Urlichs | 2005-10-10 | 1 | -1/+1 |
| * | | svn import: fixed two pipe open calls. | Matthias Urlichs | 2005-10-10 | 1 | -4/+4 |
| * | | svn import: copy path information | Matthias Urlichs | 2005-10-10 | 1 | -10/+16 |
| * | | SVN import: No modes | Matthias Urlichs | 2005-10-10 | 1 | -25/+0 |
| * | | svn import: add eval() | Matthias Urlichs | 2005-10-10 | 1 | -5/+11 |
| * | | New: git-svnimport. | Matthias Urlichs | 2005-10-10 | 3 | -1/+772 |
| * | | cvsimport: report merge parents | Matthias Urlichs | 2005-10-10 | 1 | -3/+3 |
* | | | Squelch compiler warnings from connect.c | Junio C Hamano | 2005-10-16 | 1 | -0/+1 |
* | | | Disable hooks during tests. | Junio C Hamano | 2005-10-16 | 1 | -1/+5 |
* | | | Sparse fixes for http-fetch | Peter Hagervall | 2005-10-16 | 1 | -15/+17 |
* | | | Show peeled onion from upload-pack and server-info. | Junio C Hamano | 2005-10-15 | 3 | -0/+16 |
* | | | Introduce notation "ref^{type}". | Junio C Hamano | 2005-10-15 | 1 | -0/+83 |
* | | | Ignore funny refname sent from remote | Junio C Hamano | 2005-10-15 | 6 | -6/+12 |
* | | | Refuse to create funny refs in clone-pack, git-fetch and receive-pack. | Junio C Hamano | 2005-10-15 | 3 | -0/+16 |
* | | | git-check-ref-format: reject funny ref names. | Junio C Hamano | 2005-10-15 | 6 | -38/+103 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-10-15 | 3 | -23/+218 |
|\ \ \ | | |/ | |/| | |||||
| * | | tutorial: update the initial commit example. | Junio C Hamano | 2005-10-13 | 1 | -6/+8 |
| * | | Adapt tutorial to cygwin and add test case | Johannes Schindelin | 2005-10-13 | 2 | -19/+212 |
| * | | rsh.c: typo fix | Ralf Baechle | 2005-10-13 | 1 | -1/+1 |
* | | | Show curl error a bit better. | Junio C Hamano | 2005-10-15 | 1 | -1/+3 |
* | | | Some curl versions lack curl_easy_duphandle() | Johannes Schindelin | 2005-10-15 | 1 | -16/+44 |
* | | | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 16 | -14/+51 |
* | | | Use config file settings for http | Nick Hengeveld | 2005-10-14 | 1 | -21/+88 |