summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hold/am'Junio C Hamano2005-12-143-42/+75
|\
| * git-am support for naked email messages (take 2)H. Peter Anvin2005-12-143-42/+75
* | rebase: do not get confused in fast-forward situation.Junio C Hamano2005-12-141-0/+3
* | Merge branch 'fk/usage'Junio C Hamano2005-12-1429-164/+142
|\ \
| * | applypatch: no need to do non-portable [[ ... ]]Junio C Hamano2005-12-141-1/+1
| * | git-repack: Usage string clean-up, emit usage at incorrect invocationfreku045@student.liu.se2005-12-141-1/+2
| * | git-rebase: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se2005-12-141-2/+3
| * | git-prune: Usage string clean-up, use the 'usage' functionfreku045@student.liu.se2005-12-141-1/+2
| * | git-lost-found: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se2005-12-141-1/+9
| * | git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se2005-12-141-0/+5
| * | git-cherry: Usage string clean-up, use the 'usage' functionfreku045@student.liu.se2005-12-141-8/+5
| * | git-applypatch: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se2005-12-141-0/+4
| * | git-am: Usage string clean-upfreku045@student.liu.se2005-12-141-7/+3
| * | git-revert: Usage string clean-upfreku045@student.liu.se2005-12-141-14/+5
| * | git-verify-tag: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se2005-12-141-5/+7
| * | Trivial usage string clean-upfreku045@student.liu.se2005-12-1414-89/+39
| * | t3200: branch --help does not die anymore.Junio C Hamano2005-12-141-2/+2
| * | Usage message clean-up, take #2Fredrik Kuivinen2005-12-144-34/+56
| |/
* | Documentation: topic branchesJunio C Hamano2005-12-141-3/+4
|/
* Everyday: a bit more examples.Junio C Hamano2005-12-141-29/+118
* checkout-index: fix checking out specific path.Junio C Hamano2005-12-131-1/+1
* Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis2005-12-132-2/+14
* [PATCH] allow merging any committishJunio C Hamano2005-12-131-1/+4
* git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano2005-12-131-1/+4
* Documentation: not learning core git commands.Junio C Hamano2005-12-132-22/+49
* Documentation: diff examples.Junio C Hamano2005-12-132-0/+71
* Documentation: fix missing links to git(7)Junio C Hamano2005-12-123-1/+13
* Documentation: more examples.Junio C Hamano2005-12-127-26/+209
* Everyday: a bit more example.Junio C Hamano2005-12-121-17/+93
* diffcore-break: do not break too small filepair.Junio C Hamano2005-12-121-2/+3
* Revert "Add deltifier test."Junio C Hamano2005-12-122-52/+2
* Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano2005-12-122-3/+3
* Everyday: some examples.Junio C Hamano2005-12-121-4/+68
* diff-delta.c: allow delta with empty blob.Junio C Hamano2005-12-122-3/+3
* Add deltifier test.Junio C Hamano2005-12-122-2/+52
* diffcore-break.c: check diff_delta() return value.Junio C Hamano2005-12-121-0/+2
* t/t6022: a new test for renaming merge.Junio C Hamano2005-12-111-0/+164
* merge-recursive: cleanup setIndexStagesJunio C Hamano2005-12-111-12/+5
* merge-recursive: leave unmerged entries in the index.Junio C Hamano2005-12-111-8/+46
* format-patch: use same number of digits in numbersJunio C Hamano2005-12-101-4/+10
* t0000: catch trivial pilot errors.Junio C Hamano2005-12-102-2/+36
* t3300: funny name testJunio C Hamano2005-12-101-14/+14
* Allow saving an object from a pipeDaniel Barkalow2005-12-104-3/+52
* archimport: fix a in new changeset applyer additionEric Wong2005-12-111-5/+1
* archimport: Fix a bug I introduced in the new log parserEric Wong2005-12-111-2/+2
* archimport: Add the accurate changeset applyerEric Wong2005-12-111-28/+171
* archimport: safer log file parsingEric Wong2005-12-111-98/+111
* archimport: add -D <depth> and -a switchEric Wong2005-12-111-90/+135
* archimport: remove git wrapper dependencyEric Wong2005-12-111-1/+1
* archimport: fix -t tmpdir switchEric Wong2005-12-111-3/+2