summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-13Everyday: a bit more example.Junio C Hamano
2005-12-13diffcore-break: do not break too small filepair.Junio C Hamano
2005-12-13Revert "Add deltifier test."Junio C Hamano
2005-12-13Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano
2005-12-13Everyday: some examples.Junio C Hamano
2005-12-12diff-delta.c: allow delta with empty blob.Junio C Hamano
2005-12-12Add deltifier test.Junio C Hamano
2005-12-12diffcore-break.c: check diff_delta() return value.Junio C Hamano
2005-12-11t/t6022: a new test for renaming merge.Junio C Hamano
2005-12-11merge-recursive: cleanup setIndexStagesJunio C Hamano
2005-12-11merge-recursive: leave unmerged entries in the index.Junio C Hamano
2005-12-11format-patch: use same number of digits in numbersJunio C Hamano
2005-12-11t0000: catch trivial pilot errors.Junio C Hamano
2005-12-11t3300: funny name testJunio C Hamano
2005-12-11Allow saving an object from a pipeDaniel Barkalow
2005-12-11archimport: fix a in new changeset applyer additionEric Wong
2005-12-11archimport: Fix a bug I introduced in the new log parserEric Wong
2005-12-11archimport: Add the accurate changeset applyerEric Wong
2005-12-11archimport: safer log file parsingEric Wong
2005-12-11archimport: add -D <depth> and -a switchEric Wong
2005-12-11archimport: remove git wrapper dependencyEric Wong
2005-12-11archimport: fix -t tmpdir switchEric Wong
2005-12-11archimport: remove String::ShellQuote dependency.Eric Wong
2005-12-11archimport: first, make sure it still compilesEric Wong
2005-12-10Link Everyday GIT to main documentation tree.Junio C Hamano
2005-12-10Everyday GIT with 20 commandsJunio C Hamano
2005-12-10Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano
2005-12-09use "git init-db" in testsAlex Riesen
2005-12-09git-prune: never lose objects reachable from our refs.Junio C Hamano
2005-12-09qsort(): ptrdiff_t may be larger than intJunio C Hamano
2005-12-09Documentation: git-pruneJunio C Hamano
2005-12-08Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.Nikolai Weibull
2005-12-08Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come...Nikolai Weibull
2005-12-08Documentation/git-update-server-info.txt: Add -f alias for --force to documen...Nikolai Weibull
2005-12-08Documentation/git-http-fetch.txt: Document the commit-id argument.Nikolai Weibull
2005-12-08Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull
2005-12-08Documentation/git-ls-remote.txt: Add -h and -t.Nikolai Weibull
2005-12-08Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull
2005-12-08Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull
2005-12-08Add documentation for git-revert and git-cherry-pick.Nikolai Weibull
2005-12-08Documentation/git-cherry-pick: Add --replay and --no-commit.Nikolai Weibull
2005-12-08Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.Nikolai Weibull
2005-12-08Documentation/git-verify-pack.txt: added documentation for --.Nikolai Weibull
2005-12-08Documentation/git-commit.txt: Add long options and -- to documentation.Nikolai Weibull
2005-12-08Use uniform description for the '--' option.Nikolai Weibull
2005-12-08Fix the description of --utf8 and --keep to git-am.Nikolai Weibull
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull
2005-12-08show-branch: comment typoJunio C Hamano
2005-12-08Documentation: recursive is the default strategy these days.Junio C Hamano
2005-12-08Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano