Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-submodule: add "sync" command | David Aguilar | 2008-08-25 | 1 | -0/+9 |
* | Merge branch 'maint' to sync with 1.6.0.1 | Junio C Hamano | 2008-08-24 | 3 | -13/+27 |
|\ | |||||
| * | GIT 1.6.0.1v1.6.0.1 | Junio C Hamano | 2008-08-24 | 1 | -6/+11 |
| * | Documentation: clarify pager configuration | Jonathan Nieder | 2008-08-24 | 2 | -3/+9 |
| * | Documentation: clarify pager.<cmd> configuration | Jonathan Nieder | 2008-08-24 | 1 | -3/+5 |
* | | git-merge documentation: more details about resolving conflicts | Dan Hensgen | 2008-08-22 | 1 | -6/+18 |
* | | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 2008-08-22 | 1 | -3/+10 |
* | | Teach "git diff -p" HTML funcname patterns | Johan Herland | 2008-08-20 | 1 | -0/+2 |
* | | Teach "git diff -p" Python funcname patterns | Kirill Smelkov | 2008-08-20 | 1 | -0/+2 |
* | | Merge branch 'ml/submodule-foreach' | Junio C Hamano | 2008-08-20 | 1 | -0/+17 |
|\ \ | |||||
| * | | git-submodule - Add 'foreach' subcommand | Mark Levedahl | 2008-08-17 | 1 | -0/+17 |
* | | | Merge branch 'kh/diff-tree' | Junio C Hamano | 2008-08-20 | 1 | -5/+14 |
|\ \ \ | |||||
| * | | | Teach git diff-tree --stdin to diff trees | Karl Hasselström | 2008-08-11 | 1 | -5/+10 |
| * | | | diff-tree: Note that the commit ID is printed with --stdin | Karl Hasselström | 2008-08-11 | 1 | -3/+7 |
* | | | | Merge branch 'mg/count-objects' | Junio C Hamano | 2008-08-20 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | count-objects: Add total pack size to verbose output | Marcus Griep | 2008-08-17 | 1 | -2/+3 |
* | | | | | Merge branch 'cc/merge-base-many' | Junio C Hamano | 2008-08-20 | 1 | -11/+66 |
|\ \ \ \ \ | |||||
| * | | | | | documentation: merge-base: explain "git merge-base" with more than 2 args | Junio C Hamano | 2008-07-29 | 1 | -11/+66 |
* | | | | | | Update draft release notes for 1.6.1 | Junio C Hamano | 2008-08-20 | 1 | -5/+21 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-20 | 2 | -2/+27 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Update draft release notes for 1.6.0.1 | Junio C Hamano | 2008-08-20 | 1 | -2/+18 |
| * | | | | | Add hints to revert documentation about other ways to undo changes | Tarmigan Casebolt | 2008-08-20 | 1 | -0/+9 |
* | | | | | | Merge branch 'dp/hash-literally' | Junio C Hamano | 2008-08-19 | 1 | -1/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add --no-filters option to git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -1/+7 |
| * | | | | | | add --path option to git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -1/+11 |
| * | | | | | | correct usage help string for git-hash-object | Dmitry Potapov | 2008-08-03 | 1 | -1/+3 |
* | | | | | | | Merge branch 'js/checkout-dwim-local' | Junio C Hamano | 2008-08-19 | 1 | -1/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 2008-08-11 | 1 | -1/+9 |
* | | | | | | | | Merge branch 'rs/imap' | Junio C Hamano | 2008-08-19 | 1 | -12/+66 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation: Improve documentation for git-imap-send(1) | Robert Shearman | 2008-07-25 | 1 | -12/+65 |
| * | | | | | | | | git-imap-send: Support SSL | Robert Shearman | 2008-07-25 | 1 | -1/+2 |
* | | | | | | | | | reword --full-index description | Jim Meyering | 2008-08-19 | 1 | -3/+3 |
* | | | | | | | | | SubmittingPatches: fix a typo | Jim Meyering | 2008-08-19 | 1 | -1/+1 |
* | | | | | | | | | add boolean diff.suppress-blank-empty config option | Jim Meyering | 2008-08-19 | 1 | -0/+4 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-19 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | adapt git-cvsserver manpage to dash-free syntax | Robert Schiele | 2008-08-18 | 1 | -4/+4 |
* | | | | | | | | Start 1.6.1 cycle | Junio C Hamano | 2008-08-17 | 1 | -0/+42 |
|/ / / / / / / | |||||
* | | | | | | | Start 1.6.0.X maintenance series | Junio C Hamano | 2008-08-17 | 1 | -0/+15 |
* | | | | | | | GIT 1.6.0v1.6.0 | Junio C Hamano | 2008-08-17 | 2 | -12/+16 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Documentation: document the pager.* configuration setting | Miklos Vajna | 2008-08-16 | 1 | -0/+5 |
* | | | | | | git-stash: improve synopsis in help and manual page | Stephan Beyer | 2008-08-16 | 1 | -3/+10 |
* | | | | | | git-am: ignore --binary option | Stephan Beyer | 2008-08-16 | 1 | -6/+1 |
* | | | | | | git format-patch documentation: clarify what --cover-letter does | Matt McCutchen | 2008-08-14 | 1 | -3/+3 |
* | | | | | | GIT 1.6.0-rc3v1.6.0-rc3 | Junio C Hamano | 2008-08-12 | 1 | -2/+2 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-12 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Do not talk about "diff" in rev-list documentation. | Junio C Hamano | 2008-08-12 | 1 | -0/+2 |
* | | | | | | | Documentation: rev-list-options: Rewrite simplification descriptions for clarity | Thomas Rast | 2008-08-12 | 1 | -17/+136 |
* | | | | | | | Teach git diff about BibTeX head hunk patterns | Gustaf Hendeby | 2008-08-12 | 1 | -0/+2 |
* | | | | | | | gitattributes: Document built in hunk header patterns | Gustaf Hendeby | 2008-08-12 | 1 | -3/+10 |
* | | | | | | | Documentation: rev-list-options: Fix a typo | Thomas Rast | 2008-08-11 | 1 | -1/+1 |