summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-11GIT 0.99.9m aka 1.0rc5v1.0rc5v0.99.9mJunio C Hamano89-1248/+2600
2005-12-11t/t6022: a new test for renaming merge.Junio C Hamano1-0/+164
2005-12-11merge-recursive: cleanup setIndexStagesJunio C Hamano1-12/+5
2005-12-11merge-recursive: leave unmerged entries in the index.Junio C Hamano1-8/+46
2005-12-10format-patch: use same number of digits in numbersJunio C Hamano1-4/+10
2005-12-10t0000: catch trivial pilot errors.Junio C Hamano2-2/+36
2005-12-10t3300: funny name testJunio C Hamano1-14/+14
2005-12-10Allow saving an object from a pipeDaniel Barkalow4-3/+52
2005-12-11archimport: fix a in new changeset applyer additionEric Wong1-5/+1
2005-12-11archimport: Fix a bug I introduced in the new log parserEric Wong1-2/+2
2005-12-11archimport: Add the accurate changeset applyerEric Wong1-27/+170
2005-12-11archimport: safer log file parsingEric Wong1-97/+110
2005-12-11archimport: add -D <depth> and -a switchEric Wong1-89/+134
2005-12-11archimport: remove git wrapper dependencyEric Wong1-1/+1
2005-12-11archimport: fix -t tmpdir switchEric Wong1-3/+2
2005-12-11archimport: remove String::ShellQuote dependency.Eric Wong1-23/+28
2005-12-11archimport: first, make sure it still compilesEric Wong1-0/+16
2005-12-09Link Everyday GIT to main documentation tree.Junio C Hamano2-10/+11
2005-12-09Everyday GIT with 20 commandsJunio C Hamano2-0/+139
2005-12-09Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano1-3/+2
2005-12-09use "git init-db" in testsAlex Riesen1-2/+2
2005-12-08git-prune: never lose objects reachable from our refs.Junio C Hamano2-19/+14
2005-12-08qsort(): ptrdiff_t may be larger than intJunio C Hamano1-1/+6
2005-12-08Documentation: git-pruneJunio C Hamano1-1/+29
2005-12-08Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come...Nikolai Weibull1-20/+20
2005-12-08Documentation/git-update-server-info.txt: Add -f alias for --force to documen...Nikolai Weibull1-1/+1
2005-12-08Documentation/git-http-fetch.txt: Document the commit-id argument.Nikolai Weibull1-0/+6
2005-12-08Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull1-1/+8
2005-12-08Documentation/git-ls-remote.txt: Add -h and -t.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull1-6/+17
2005-12-08Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2-2/+8
2005-12-08Add documentation for git-revert and git-cherry-pick.Nikolai Weibull3-4/+4
2005-12-08Documentation/git-cherry-pick: Add --replay and --no-commit.Nikolai Weibull1-2/+2
2005-12-08Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-verify-pack.txt: added documentation for --.Nikolai Weibull1-1/+3
2005-12-08Documentation/git-commit.txt: Add long options and -- to documentation.Nikolai Weibull1-6/+12
2005-12-08Use uniform description for the '--' option.Nikolai Weibull1-1/+1
2005-12-08Fix the description of --utf8 and --keep to git-am.Nikolai Weibull1-1/+1
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull2-2/+6
2005-12-08show-branch: comment typoJunio C Hamano1-1/+1
2005-12-08Documentation: recursive is the default strategy these days.Junio C Hamano3-7/+7
2005-12-07Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano1-1/+12
2005-12-07Clean up file descriptors when calling hooks.Daniel Barkalow3-3/+17
2005-12-07refs.c: make sure leading directories exist before writing a ref.Junio C Hamano1-0/+4
2005-12-07Documentation(tutorial): adjust merge example to the new merge world order.Junio C Hamano1-11/+12
2005-12-07Documentation(cvs-migration): minor cleanups.Junio C Hamano1-1/+2
2005-12-07Documentation(glossary): minor formatting clean-ups.Junio C Hamano2-7/+6
2005-12-07Documentation: git.html/git.7Junio C Hamano2-87/+104
2005-12-07Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-67/+469