| Commit message (Expand) | Author | Age | Files | Lines |
* | git-apply --numstat | Junio C Hamano | 2005-10-28 | 1 | -1/+7 |
* | Minor clarifications in diffcore documentation | c.shoemaker@cox.net | 2005-10-28 | 1 | -27/+38 |
* | Remove -r from common diff options documentation in one more place | c.shoemaker@cox.net | 2005-10-28 | 1 | -4/+0 |
* | Documentation changes to recursive option for git-diff-tree | Chris Shoemaker | 2005-10-28 | 1 | -1/+4 |
* | Document git-patch-id a bit better. | Junio C Hamano | 2005-10-28 | 1 | -0/+6 |
* | Link git-name-rev and git-symbolic-ref from the main git page | Johannes Schindelin | 2005-10-28 | 1 | -0/+6 |
* | Add git-name-rev | Johannes Schindelin | 2005-10-26 | 1 | -0/+66 |
* | git-am: make it easier after fixing up an unapplicable patch. | Junio C Hamano | 2005-10-25 | 1 | -4/+4 |
* | Add some missing commands to the git.txt commands list | Petr Baudis | 2005-10-25 | 1 | -0/+18 |
* | Documentation for git-shell | Petr Baudis | 2005-10-25 | 2 | -0/+38 |
* | Add git-mv | Josef Weidendorfer | 2005-10-23 | 1 | -0/+51 |
* | Fix malformatted git-am documentation. | Junio C Hamano | 2005-10-21 | 1 | -1/+1 |
* | Update git-daemon's documentation wrt. new options | Petr Baudis | 2005-10-20 | 1 | -2/+20 |
* | Finish git-am documentation. | Junio C Hamano | 2005-10-20 | 1 | -10/+49 |
* | Brief documentation for the mysterious git-am script | Petr Baudis | 2005-10-20 | 2 | -1/+52 |
* | git-fetch/push/pull: documentation. | Junio C Hamano | 2005-10-19 | 4 | -10/+18 |
* | git-clone: always keep pack sent from remote (documentation). | Junio C Hamano | 2005-10-19 | 1 | -12/+3 |
* | git-checkout: revert specific paths to either index or a given tree-ish. | Junio C Hamano | 2005-10-18 | 1 | -3/+39 |
* | git-apply: remove unused --show-files flag. | Junio C Hamano | 2005-10-17 | 1 | -4/+1 |
* | Update documentation for C-style quoting. | Junio C Hamano | 2005-10-17 | 4 | -2/+33 |
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-17 | 1 | -13/+7 |
|\ |
|
| * | git-checkout-index: documentation updates. | Junio C Hamano | 2005-10-17 | 1 | -13/+7 |
* | | ref-format documentation. | Junio C Hamano | 2005-10-16 | 2 | -2/+65 |
* | | Merge branch 'fixes' | Junio C Hamano | 2005-10-16 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | whatchanged: document -m option from git-diff-tree. | Junio C Hamano | 2005-10-15 | 1 | -0/+7 |
* | | Merge branch 'svn' of http://netz.smurf.noris.de/git/git | Junio C Hamano | 2005-10-16 | 1 | -0/+137 |
|\ \ |
|
| * | | svn import: Add direct HTTP access | Matthias Urlichs | 2005-10-11 | 1 | -2/+26 |
| * | | svn import: Add a loop limit option | Matthias Urlichs | 2005-10-10 | 1 | -1/+10 |
| * | | svn import: skip initial revisions | Matthias Urlichs | 2005-10-10 | 1 | -1/+6 |
| * | | New: git-svnimport. | Matthias Urlichs | 2005-10-10 | 1 | -0/+99 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-10-15 | 1 | -22/+57 |
|\ \ \
| | |/
| |/| |
|
| * | | tutorial: update the initial commit example. | Junio C Hamano | 2005-10-13 | 1 | -6/+8 |
| * | | Adapt tutorial to cygwin and add test case | Johannes Schindelin | 2005-10-13 | 1 | -19/+52 |
* | | | clone-pack: new option --keep tells it not to explode the pack. | Junio C Hamano | 2005-10-12 | 1 | -1/+6 |
* | | | Add git-index-pack utility | Sergey Vlasov | 2005-10-12 | 2 | -0/+47 |
* | | | show-branch: optionally use unique prefix as name. | Junio C Hamano | 2005-10-11 | 1 | -16/+10 |
* | | | The synopsis of the manpages should use the hyphenated version | Christian Meder | 2005-10-10 | 8 | -8/+8 |
* | | | Convert usage of GIT and Git into git | Christian Meder | 2005-10-10 | 24 | -55/+55 |
* | | | Remove the version tags from the manpages | Junio C Hamano | 2005-10-10 | 64 | -64/+0 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-10-09 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | git-tag: update usage string and documentation. | Junio C Hamano | 2005-10-09 | 1 | -3/+1 |
* | | | make $prefix available for sub-makefiles | Kai Ruemmler | 2005-10-08 | 1 | -2/+2 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-10-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txt | Kai Ruemmler | 2005-10-07 | 1 | -1/+1 |
* | | | mailsplit: allow feeding mbox from standard input. | Junio C Hamano | 2005-10-06 | 1 | -2/+5 |
* | | | Describe new options to git-format-patch and git-mailsplit. | Junio C Hamano | 2005-10-06 | 2 | -2/+12 |
* | | | Fall back to three-way merge when applying a patch. | Junio C Hamano | 2005-10-06 | 1 | -1/+9 |
* | | | Allow "-u" flag to tag signing | Linus Torvalds | 2005-10-06 | 1 | -7/+15 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-10-05 | 16 | -49/+56 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Fix usage of carets in git-rev-parse(1) | Jonas Fonseca | 2005-10-05 | 2 | -11/+17 |