summaryrefslogtreecommitdiffstats
path: root/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-11format-patch: use same number of digits in numbersJunio C Hamano1-4/+10
2005-12-11t0000: catch trivial pilot errors.Junio C Hamano2-2/+36
2005-12-11t3300: funny name testJunio C Hamano1-14/+14
2005-12-11Allow 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-28/+171
2005-12-11archimport: safer log file parsingEric Wong1-98/+111
2005-12-11archimport: add -D <depth> and -a switchEric Wong1-90/+135
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-10Link Everyday GIT to main documentation tree.Junio C Hamano2-10/+11
2005-12-10Everyday GIT with 20 commandsJunio C Hamano2-0/+139
2005-12-10Use 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-09git-prune: never lose objects reachable from our refs.Junio C Hamano2-19/+14
2005-12-09qsort(): ptrdiff_t may be larger than intJunio C Hamano1-1/+6
2005-12-09Documentation: git-pruneJunio C Hamano1-1/+29
2005-12-09Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.Nikolai Weibull1-1/+1
2005-12-09Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come...Nikolai Weibull1-20/+20
2005-12-09Documentation/git-update-server-info.txt: Add -f alias for --force to documen...Nikolai Weibull1-1/+1
2005-12-09Documentation/git-http-fetch.txt: Document the commit-id argument.Nikolai Weibull1-0/+6
2005-12-09Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull1-1/+8
2005-12-09Documentation/git-ls-remote.txt: Add -h and -t.Nikolai Weibull1-1/+1
2005-12-09Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull1-6/+17
2005-12-09Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2-2/+8
2005-12-09Add documentation for git-revert and git-cherry-pick.Nikolai Weibull3-4/+4
2005-12-09Documentation/git-cherry-pick: Add --replay and --no-commit.Nikolai Weibull1-2/+2
2005-12-09Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.Nikolai Weibull1-1/+1
2005-12-09Documentation/git-verify-pack.txt: added documentation for --.Nikolai Weibull1-1/+3
2005-12-09Documentation/git-commit.txt: Add long options and -- to documentation.Nikolai Weibull1-6/+12
2005-12-09Use uniform description for the '--' option.Nikolai Weibull1-1/+1
2005-12-09Fix the description of --utf8 and --keep to git-am.Nikolai Weibull1-1/+1
2005-12-09Document 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-08Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano1-1/+12
2005-12-08Clean up file descriptors when calling hooks.Daniel Barkalow3-3/+17
2005-12-08refs.c: make sure leading directories exist before writing a ref.Junio C Hamano1-0/+4
2005-12-08Documentation(tutorial): adjust merge example to the new merge world order.Junio C Hamano1-11/+12
2005-12-08Documentation(cvs-migration): minor cleanups.Junio C Hamano1-1/+2
2005-12-08Documentation(glossary): minor formatting clean-ups.Junio C Hamano2-7/+6
2005-12-08Documentation: git.html/git.7Junio C Hamano2-87/+104
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras1-94/+374
2005-12-07update-index: allow --index-info to add higher stages.Junio C Hamano2-18/+104
2005-12-07git-merge-one: new merge world order.Junio C Hamano1-16/+9