| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach for-each-ref about a little language called Tcl. | Shawn O. Pearce | 2007-01-28 | 1 | -2/+2 |
* | Document 'git-blame --incremental' | Junio C Hamano | 2007-01-28 | 1 | -1/+46 |
* | Documentation/config.txt: Fix documentation of colour config tweaks. | Mark Wooding | 2007-01-28 | 1 | -10/+16 |
* | Update describe documentation. | Junio C Hamano | 2007-01-28 | 1 | -9/+22 |
* | Document --check option to git diff. | Bill Lear | 2007-01-27 | 2 | -1/+6 |
* | Allow the tag signing key to be specified in the config file | Andy Parkins | 2007-01-27 | 2 | -0/+17 |
* | Documentation: pack-refs --all vs default behaviour | Junio C Hamano | 2007-01-26 | 1 | -1/+12 |
* | Add dangling objects tips. | Linus Torvalds | 2007-01-25 | 1 | -0/+109 |
* | make --upload-pack option to git-fetch configurable | Uwe Kleine-König | 2007-01-24 | 1 | -1/+5 |
* | Consolidate {receive,fetch}.unpackLimit | Junio C Hamano | 2007-01-24 | 1 | -0/+5 |
* | fetch-pack: remove --keep-auto and make it the default. | Junio C Hamano | 2007-01-24 | 1 | -0/+10 |
* | rename --exec to --upload-pack for fetch-pack and peek-remote | Uwe Kleine-König | 2007-01-24 | 2 | -4/+10 |
* | Documentation: --amend cannot be combined with -c/-C/-F. | Peter Eriksen | 2007-01-24 | 1 | -2/+2 |
* | Documentation/config.txt: Correct info about subsection name | Jakub Narebski | 2007-01-24 | 1 | -2/+2 |
* | git-daemon documentation on enabling services. | Junio C Hamano | 2007-01-24 | 1 | -2/+2 |
* | reflog inspection: introduce shortcut "-g" | Johannes Schindelin | 2007-01-24 | 2 | -4/+4 |
* | Documentation/config.txt: Document config file syntax better | Jakub Narebski | 2007-01-22 | 1 | -7/+69 |
* | git-gc: do not run git-prune by default. | Junio C Hamano | 2007-01-21 | 1 | -1/+16 |
* | Revert "prune: --grace=time" | Junio C Hamano | 2007-01-21 | 1 | -8/+1 |
* | Documentation/tutorial-2: Fix interesting typo in an example. | Junio C Hamano | 2007-01-21 | 1 | -2/+2 |
* | prune: --grace=time | Matthias Lederhofer | 2007-01-20 | 1 | -1/+8 |
* | 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 |