summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Usage message clean-up, take #2Fredrik Kuivinen2005-12-144-34/+56
* 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
* archimport: remove String::ShellQuote dependency.Eric Wong2005-12-111-23/+28
* archimport: first, make sure it still compilesEric Wong2005-12-111-0/+16
* Link Everyday GIT to main documentation tree.Junio C Hamano2005-12-092-10/+11
* Everyday GIT with 20 commandsJunio C Hamano2005-12-092-0/+139
* Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano2005-12-091-3/+2
* use "git init-db" in testsAlex Riesen2005-12-091-2/+2
* git-prune: never lose objects reachable from our refs.Junio C Hamano2005-12-082-19/+14
* qsort(): ptrdiff_t may be larger than intJunio C Hamano2005-12-081-1/+6
* Documentation: git-pruneJunio C Hamano2005-12-081-1/+29
* Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.Nikolai Weibull2005-12-081-1/+1
* Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come...Nikolai Weibull2005-12-081-20/+20
* Documentation/git-update-server-info.txt: Add -f alias for --force to documen...Nikolai Weibull2005-12-081-1/+1
* Documentation/git-http-fetch.txt: Document the commit-id argument.Nikolai Weibull2005-12-081-0/+6
* Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull2005-12-081-1/+8
* Documentation/git-ls-remote.txt: Add -h and -t.Nikolai Weibull2005-12-081-1/+1
* Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull2005-12-081-6/+17
* Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2005-12-082-2/+8
* Add documentation for git-revert and git-cherry-pick.Nikolai Weibull2005-12-083-4/+4