| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix --walk-reflog with --pretty=oneline | Junio C Hamano | 2007-01-20 | 1 | -1/+3 |
* | log --walk-reflog: documentation | Junio C Hamano | 2007-01-20 | 1 | -0/+15 |
* | git-tag -d: allow deleting multiple tags at once. | Junio C Hamano | 2007-01-20 | 1 | -4/+4 |
* | Stop ignoring Documentation/README | Junio C Hamano | 2007-01-20 | 1 | -1/+0 |
* | show-branch --reflog: show the reflog message at the top. | Junio C Hamano | 2007-01-19 | 1 | -3/+12 |
* | rename --exec to --receive-pack for push and send-pack | Uwe Kleine-König | 2007-01-19 | 2 | -4/+10 |
* | make --exec=... option to git-push configurable | Uwe Kleine-König | 2007-01-19 | 1 | -0/+4 |
* | Update documentation of fetch-pack, push and send-pack | Uwe Kleine-König | 2007-01-19 | 3 | -9/+29 |
* | Documentation/git.txt: command re-classification | Junio C Hamano | 2007-01-19 | 3 | -48/+86 |
* | Documentation: generated cmds-*.txt does not depend on git.txt | Junio C Hamano | 2007-01-19 | 1 | -1/+1 |
* | Documentation: Generate command lists. | Junio C Hamano | 2007-01-18 | 9 | -379/+196 |
* | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 2007-01-18 | 63 | -143/+132 |
* | Documentation: move command list in git.txt into separate files. | Junio C Hamano | 2007-01-18 | 7 | -387/+393 |
* | Document --ignore-if-in-upstream in git-format-patch | David Kågedal | 2007-01-18 | 1 | -0/+8 |
* | git-format-patch: the default suffix is now .patch, not .txt | Junio C Hamano | 2007-01-17 | 2 | -9/+8 |
* | git-format-patch -3 | Junio C Hamano | 2007-01-17 | 1 | -0/+3 |
* | Refer users to git-rev-parse for revision specification syntax. | Shawn O. Pearce | 2007-01-17 | 7 | -1/+17 |
* | Document the master@{n} reflog query syntax. | Shawn O. Pearce | 2007-01-17 | 1 | -0/+8 |
* | Documentation/git-parse-remote.txt: we deal with config vars as well | Junio C Hamano | 2007-01-17 | 1 | -2/+4 |
* | Documentation: m can be relative in "git-blame -Ln,m" | Junio C Hamano | 2007-01-17 | 1 | -1/+4 |
* | Documentation: suggest corresponding Porcelain-level in plumbing docs. | Junio C Hamano | 2007-01-17 | 5 | -1/+13 |
* | Documentation/git-resolve: deprecated. | Junio C Hamano | 2007-01-17 | 1 | -0/+2 |
* | sanitize content of README file | Nicolas Pitre | 2007-01-17 | 3 | -8/+593 |
* | Introduce 'git-format-patch --suffix=.patch' | Junio C Hamano | 2007-01-17 | 1 | -1/+16 |
* | Documentation/glossary.txt: describe remotes/ tracking and packed-refs | Junio C Hamano | 2007-01-17 | 1 | -0/+9 |
* | Documentation/glossary.txt: unpacked objects are loose. | Junio C Hamano | 2007-01-17 | 1 | -1/+1 |
* | Documentation: describe shallow repository | Junio C Hamano | 2007-01-17 | 2 | -0/+20 |
* | Make a short-and-sweet "git-add -i" synonym for "git-add --interactive" | Junio C Hamano | 2007-01-17 | 1 | -2/+2 |
* | Documentation: detached HEAD | Junio C Hamano | 2007-01-17 | 2 | -2/+58 |
* | Documentation: a few spelling fixes | René Scharfe | 2007-01-17 | 12 | -15/+15 |
* | Documentation/git-sh-setup.txt: programmer's docs | Junio C Hamano | 2007-01-17 | 1 | -8/+45 |
* | Documentation/git-whatchanged.txt: show -<n> instead of --max-count. | Junio C Hamano | 2007-01-17 | 1 | -1/+1 |
* | Documentation/git-status.txt: mention color configuration | Junio C Hamano | 2007-01-17 | 1 | -0/+9 |
* | Documentation/git-tar-tree.txt: default umask is now 002 | Junio C Hamano | 2007-01-17 | 1 | -1/+1 |
* | Documentation/git-tools.txt: mention tig and refer to wiki | Junio C Hamano | 2007-01-17 | 1 | -2/+12 |
* | Documentation/git-tag: the command can be used to also verify a tag. | Junio C Hamano | 2007-01-17 | 2 | -2/+2 |
* | Documentation/SubmittingPatches: Gnus tips | Junio C Hamano | 2007-01-17 | 1 | -1/+19 |
* | git-commit: document log message formatting convention | Junio C Hamano | 2007-01-16 | 1 | -0/+6 |
* | Document where configuration files are in config.txt | Junio C Hamano | 2007-01-16 | 1 | -1/+6 |
* | git-commit documentation: remove comment on unfixed git-rm | Junio C Hamano | 2007-01-16 | 1 | -5/+0 |
* | tutorial: shorthand for remotes but show distributed nature of git | Junio C Hamano | 2007-01-16 | 1 | -19/+24 |
* | tutorial: Use only separate layout | Santi Béjar | 2007-01-16 | 1 | -13/+13 |
* | git-rm documentation: remove broken behaviour from the example. | Junio C Hamano | 2007-01-16 | 1 | -8/+4 |
* | git-push documentation: remaining bits | Junio C Hamano | 2007-01-16 | 1 | -1/+13 |
* | document --exec for git-push | Uwe Kleine-K,Av(Bnig | 2007-01-16 | 1 | -1/+7 |
* | git-pull: disallow implicit merging to detached HEAD | Jeff King | 2007-01-15 | 1 | -0/+4 |
* | Fix git-fetch while on detached HEAD not to give needlessly alarming errors | Junio C Hamano | 2007-01-15 | 1 | -1/+9 |
* | git reflog expire: document --stale-fix option. | Junio C Hamano | 2007-01-15 | 1 | -1/+1 |
* | Documentation: merge-output is not too verbose now. | Junio C Hamano | 2007-01-14 | 2 | -11/+2 |
* | Improve git-describe performance by reducing revision listing. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+30 |