| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow saving an object from a pipe | Daniel Barkalow | 2005-12-10 | 4 | -3/+52 |
* | archimport: fix a in new changeset applyer addition | Eric Wong | 2005-12-11 | 1 | -5/+1 |
* | archimport: Fix a bug I introduced in the new log parser | Eric Wong | 2005-12-11 | 1 | -2/+2 |
* | archimport: Add the accurate changeset applyer | Eric Wong | 2005-12-11 | 1 | -28/+171 |
* | archimport: safer log file parsing | Eric Wong | 2005-12-11 | 1 | -98/+111 |
* | archimport: add -D <depth> and -a switch | Eric Wong | 2005-12-11 | 1 | -90/+135 |
* | archimport: remove git wrapper dependency | Eric Wong | 2005-12-11 | 1 | -1/+1 |
* | archimport: fix -t tmpdir switch | Eric Wong | 2005-12-11 | 1 | -3/+2 |
* | archimport: remove String::ShellQuote dependency. | Eric Wong | 2005-12-11 | 1 | -23/+28 |
* | archimport: first, make sure it still compiles | Eric Wong | 2005-12-11 | 1 | -0/+16 |
* | Link Everyday GIT to main documentation tree. | Junio C Hamano | 2005-12-09 | 2 | -10/+11 |
* | Everyday GIT with 20 commands | Junio C Hamano | 2005-12-09 | 2 | -0/+139 |
* | Use GIT_EXEC_PATH explicitly for initial git-init-db in tests. | Junio C Hamano | 2005-12-09 | 1 | -3/+2 |
* | use "git init-db" in tests | Alex Riesen | 2005-12-09 | 1 | -2/+2 |
* | git-prune: never lose objects reachable from our refs. | Junio C Hamano | 2005-12-08 | 2 | -19/+14 |
* | qsort(): ptrdiff_t may be larger than int | Junio C Hamano | 2005-12-08 | 1 | -1/+6 |
* | Documentation: git-prune | Junio C Hamano | 2005-12-08 | 1 | -1/+29 |
* | Documentation/git-read-tree.txt: Add --reset to SYNOPSIS. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come... | Nikolai Weibull | 2005-12-08 | 1 | -20/+20 |
* | Documentation/git-update-server-info.txt: Add -f alias for --force to documen... | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Documentation/git-http-fetch.txt: Document the commit-id argument. | Nikolai Weibull | 2005-12-08 | 1 | -0/+6 |
* | Documentation/git-repack.txt: Add -l and -n. | Nikolai Weibull | 2005-12-08 | 1 | -1/+8 |
* | Documentation/git-ls-remote.txt: Add -h and -t. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n... | Nikolai Weibull | 2005-12-08 | 1 | -6/+17 |
* | Add documentation for the --topo-order option to git-show-branch. | Nikolai Weibull | 2005-12-08 | 2 | -2/+8 |
* | Add documentation for git-revert and git-cherry-pick. | Nikolai Weibull | 2005-12-08 | 3 | -4/+4 |
* | Documentation/git-cherry-pick: Add --replay and --no-commit. | Nikolai Weibull | 2005-12-08 | 1 | -2/+2 |
* | Documentation/git-cvsimport.txt: Fix a slight glitch in description heading. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Documentation/git-verify-pack.txt: added documentation for --. | Nikolai Weibull | 2005-12-08 | 1 | -1/+3 |
* | Documentation/git-commit.txt: Add long options and -- to documentation. | Nikolai Weibull | 2005-12-08 | 1 | -6/+12 |
* | Use uniform description for the '--' option. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Fix the description of --utf8 and --keep to git-am. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | Document the --non-empty command-line option to git-pack-objects. | Nikolai Weibull | 2005-12-08 | 2 | -2/+6 |
* | show-branch: comment typo | Junio C Hamano | 2005-12-08 | 1 | -1/+1 |
* | Documentation: recursive is the default strategy these days. | Junio C Hamano | 2005-12-08 | 3 | -7/+7 |
* | Make sure we use compat/subprocess.py with Python 2.3 while running tests. | Junio C Hamano | 2005-12-07 | 1 | -1/+12 |
* | Clean up file descriptors when calling hooks. | Daniel Barkalow | 2005-12-07 | 3 | -3/+17 |
* | refs.c: make sure leading directories exist before writing a ref. | Junio C Hamano | 2005-12-07 | 1 | -0/+4 |
* | Documentation(tutorial): adjust merge example to the new merge world order. | Junio C Hamano | 2005-12-07 | 1 | -11/+12 |
* | Documentation(cvs-migration): minor cleanups. | Junio C Hamano | 2005-12-07 | 1 | -1/+2 |
* | Documentation(glossary): minor formatting clean-ups. | Junio C Hamano | 2005-12-07 | 2 | -7/+6 |
* | Documentation: git.html/git.7 | Junio C Hamano | 2005-12-07 | 2 | -87/+104 |
* | Merge http://www.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2005-12-07 | 1 | -67/+469 |
|\ |
|
| * | gitk: Work around Tcl's non-standard names for encodings | Paul Mackerras | 2005-12-07 | 1 | -94/+374 |
| * | gitk: Some improvements for the code for updating the display | Paul Mackerras | 2005-12-06 | 1 | -44/+66 |
| * | gitk: Factored out some common code into a new start_rev_list procedure | Paul Mackerras | 2005-12-01 | 1 | -30/+22 |
| * | [PATCH] gitk: add Update menu item. | Sven Verdoolaege | 2005-12-01 | 1 | -34/+142 |
* | | update-index: allow --index-info to add higher stages. | Junio C Hamano | 2005-12-07 | 2 | -18/+104 |
* | | git-merge-one: new merge world order. | Junio C Hamano | 2005-12-07 | 1 | -16/+9 |
* | | checkout-index: allow checking out from higher stages. | Junio C Hamano | 2005-12-07 | 2 | -19/+48 |