| Commit message (Expand) | Author | Age | Files | Lines |
* | applypatch: no need to do non-portable [[ ... ]] | Junio C Hamano | 2005-12-14 | 1 | -1/+1 |
* | git-repack: Usage string clean-up, emit usage at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -1/+2 |
* | git-rebase: Usage string clean-up, emit usage string at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -2/+3 |
* | git-prune: Usage string clean-up, use the 'usage' function | freku045@student.liu.se | 2005-12-14 | 1 | -1/+2 |
* | git-lost-found: Usage string clean-up, emit usage string at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -1/+9 |
* | git-fetch: Usage string clean-up, emit usage string at unrecognized option | freku045@student.liu.se | 2005-12-14 | 1 | -0/+5 |
* | git-cherry: Usage string clean-up, use the 'usage' function | freku045@student.liu.se | 2005-12-14 | 1 | -8/+5 |
* | git-applypatch: Usage string clean-up, emit usage string at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -0/+4 |
* | git-am: Usage string clean-up | freku045@student.liu.se | 2005-12-14 | 1 | -7/+3 |
* | git-revert: Usage string clean-up | freku045@student.liu.se | 2005-12-14 | 1 | -14/+5 |
* | git-verify-tag: Usage string clean-up, emit usage string at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -5/+7 |
* | Trivial usage string clean-up | freku045@student.liu.se | 2005-12-14 | 14 | -89/+39 |
* | t3200: branch --help does not die anymore. | Junio C Hamano | 2005-12-14 | 1 | -2/+2 |
* | Usage message clean-up, take #2 | Fredrik Kuivinen | 2005-12-14 | 4 | -34/+56 |
* | Everyday: a bit more examples. | Junio C Hamano | 2005-12-14 | 1 | -29/+118 |
* | checkout-index: fix checking out specific path. | Junio C Hamano | 2005-12-13 | 1 | -1/+1 |
* | Make git-send-pack exit with error when some refs couldn't be pushed out | Petr Baudis | 2005-12-13 | 2 | -2/+14 |
* | [PATCH] allow merging any committish | Junio C Hamano | 2005-12-13 | 1 | -1/+4 |
* | git-clone: tell the user a bit more about clone-pack failure. | Junio C Hamano | 2005-12-13 | 1 | -1/+4 |
* | Documentation: not learning core git commands. | Junio C Hamano | 2005-12-13 | 2 | -22/+49 |
* | Documentation: diff examples. | Junio C Hamano | 2005-12-13 | 2 | -0/+71 |
* | Documentation: fix missing links to git(7) | Junio C Hamano | 2005-12-12 | 3 | -1/+13 |
* | Documentation: more examples. | Junio C Hamano | 2005-12-12 | 7 | -26/+209 |
* | Everyday: a bit more example. | Junio C Hamano | 2005-12-12 | 1 | -17/+93 |
* | diffcore-break: do not break too small filepair. | Junio C Hamano | 2005-12-12 | 1 | -2/+3 |
* | Revert "Add deltifier test." | Junio C Hamano | 2005-12-12 | 2 | -52/+2 |
* | Revert "diff-delta.c: allow delta with empty blob." | Junio C Hamano | 2005-12-12 | 2 | -3/+3 |
* | Everyday: some examples. | Junio C Hamano | 2005-12-12 | 1 | -4/+68 |
* | diff-delta.c: allow delta with empty blob. | Junio C Hamano | 2005-12-12 | 2 | -3/+3 |
* | Add deltifier test. | Junio C Hamano | 2005-12-12 | 2 | -2/+52 |
* | diffcore-break.c: check diff_delta() return value. | Junio C Hamano | 2005-12-12 | 1 | -0/+2 |
* | t/t6022: a new test for renaming merge. | Junio C Hamano | 2005-12-11 | 1 | -0/+164 |
* | merge-recursive: cleanup setIndexStages | Junio C Hamano | 2005-12-11 | 1 | -12/+5 |
* | merge-recursive: leave unmerged entries in the index. | Junio C Hamano | 2005-12-11 | 1 | -8/+46 |
* | format-patch: use same number of digits in numbers | Junio C Hamano | 2005-12-10 | 1 | -4/+10 |
* | t0000: catch trivial pilot errors. | Junio C Hamano | 2005-12-10 | 2 | -2/+36 |
* | t3300: funny name test | Junio C Hamano | 2005-12-10 | 1 | -14/+14 |
* | Allow saving an object from a pipe | Daniel Barkalow | 2005-12-10 | 4 | -3/+52 |
* | archimport: fix a in new changeset applyer addition | Eric Wong | 2005-12-11 | 1 | -5/+1 |
* | archimport: Fix a bug I introduced in the new log parser | Eric Wong | 2005-12-11 | 1 | -2/+2 |
* | archimport: Add the accurate changeset applyer | Eric Wong | 2005-12-11 | 1 | -28/+171 |
* | archimport: safer log file parsing | Eric Wong | 2005-12-11 | 1 | -98/+111 |
* | archimport: add -D <depth> and -a switch | Eric Wong | 2005-12-11 | 1 | -90/+135 |
* | archimport: remove git wrapper dependency | Eric Wong | 2005-12-11 | 1 | -1/+1 |
* | archimport: fix -t tmpdir switch | Eric Wong | 2005-12-11 | 1 | -3/+2 |
* | archimport: remove String::ShellQuote dependency. | Eric Wong | 2005-12-11 | 1 | -23/+28 |
* | archimport: first, make sure it still compiles | Eric Wong | 2005-12-11 | 1 | -0/+16 |
* | Link Everyday GIT to main documentation tree. | Junio C Hamano | 2005-12-09 | 2 | -10/+11 |
* | Everyday GIT with 20 commands | Junio C Hamano | 2005-12-09 | 2 | -0/+139 |
* | Use GIT_EXEC_PATH explicitly for initial git-init-db in tests. | Junio C Hamano | 2005-12-09 | 1 | -3/+2 |