Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the docs about GIT_SSH. | Dan Bornstein | 2013-03-26 | 1 | -3/+6 |
* | Merge branch 'tk/doc-filter-branch' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+25 |
|\ | |||||
| * | Documentation: filter-branch env-filter example | Tadeusz Andrzej Kadłubowski | 2013-02-26 | 1 | -0/+20 |
| * | git-filter-branch.txt: clarify ident variables usage | Tadeusz Andrzej Kadłubowski | 2013-02-26 | 1 | -2/+5 |
* | | Merge branch 'gp/describe-match-uses-glob-pattern' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+3 |
|\ \ | |||||
| * | | describe: Document --match pattern format | Greg Price | 2013-02-24 | 1 | -2/+3 |
* | | | Merge branch 'nd/doc-index-format' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 2 | -4/+12 |
|\ \ \ | |||||
| * | | | update-index: list supported idx versions and their features | Nguyễn Thái Ngọc Duy | 2013-02-23 | 1 | -1/+9 |
| * | | | index-format.txt: mention of v4 is missing in some places | Nguyễn Thái Ngọc Duy | 2013-02-22 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge branch 'wk/doc-pre-rebase' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -3/+5 |
|\ \ \ | |||||
| * | | | Documentation/githooks: Explain pre-rebase parameters | W. Trevor King | 2013-02-24 | 1 | -3/+5 |
| |/ / | |||||
* | | | Merge branch 'jc/color-diff-doc' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | diff-options: unconfuse description of --color | Junio C Hamano | 2013-02-22 | 1 | -2/+2 |
* | | | | rev-parse: clarify documentation of $name@{upstream} syntax | Kacper Kornet | 2013-03-17 | 1 | -4/+4 |
* | | | | Merge branch 'mh/maint-ceil-absolute' into maint | Junio C Hamano | 2013-03-07 | 1 | -6/+13 |
|\ \ \ \ | |||||
| * | | | | Provide a mechanism to turn off symlink resolution in ceiling paths | Michael Haggerty | 2013-02-22 | 1 | -6/+13 |
* | | | | | Git 1.8.1.5v1.8.1.5 | Junio C Hamano | 2013-03-01 | 2 | -1/+8 |
* | | | | | Merge branch 'wk/user-manual' into maint | Junio C Hamano | 2013-03-01 | 1 | -56/+77 |
|\ \ \ \ \ | |||||
| * | | | | | user-manual: Flesh out uncommitted changes and submodule updates | W. Trevor King | 2013-02-19 | 1 | -1/+3 |
| * | | | | | user-manual: Use request-pull to generate "please pull" text | W. Trevor King | 2013-02-19 | 1 | -9/+5 |
| * | | | | | user-manual: Reorganize the reroll sections, adding 'git rebase -i' | W. Trevor King | 2013-02-19 | 1 | -46/+69 |
* | | | | | | Documentation/githooks: Fix linkgit | Andrew Wong | 2013-03-01 | 1 | -1/+1 |
* | | | | | | Update draft release notes to 1.8.1.5 | Junio C Hamano | 2013-02-27 | 1 | -1/+5 |
* | | | | | | Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maint | Junio C Hamano | 2013-02-27 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | user-manual: typofix (ofthe->of the) | Junio C Hamano | 2013-02-18 | 1 | -1/+1 |
| * | | | | | | user-manual: Update for receive.denyCurrentBranch=refuse | W. Trevor King | 2013-02-14 | 1 | -3/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Documentation/submodule: Add --force to update synopsis | Brad King | 2013-02-27 | 1 | -1/+1 |
* | | | | | | Prepare for 1.8.1.5 | Junio C Hamano | 2013-02-25 | 1 | -0/+37 |
* | | | | | | Merge branch 'jc/mention-tracking-for-pull-default' into maint | Junio C Hamano | 2013-02-25 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: mention tracking for pull.default | Junio C Hamano | 2013-01-31 | 1 | -1/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mm/config-intro-in-git-doc' into maint | Junio C Hamano | 2013-02-25 | 1 | -6/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git.txt: update description of the configuration mechanism | Matthieu Moy | 2013-02-15 | 1 | -6/+5 |
* | | | | | | | Merge branch 'mg/bisect-doc' into maint | Junio C Hamano | 2013-02-25 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-bisect.txt: clarify that reset quits bisect | Michael J Gruber | 2013-02-11 | 1 | -1/+6 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/remote-helpers-doc' into maint | Junio C Hamano | 2013-02-25 | 5 | -7/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Rename {git- => git}remote-helpers.txt | John Keeping | 2013-02-01 | 5 | -7/+23 |
* | | | | | | | | Documentation: "advice" is uncountable | Greg Price | 2013-02-25 | 1 | -1/+1 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Git 1.8.1.4v1.8.1.4 | Junio C Hamano | 2013-02-19 | 2 | -1/+13 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | user-manual: use -o latest.tar.gz to create a gzipped tarball | W. Trevor King | 2013-02-18 | 1 | -3/+12 |
* | | | | | | user-manual: use 'git config --global user.*' for setup | W. Trevor King | 2013-02-18 | 1 | -5/+13 |
* | | | | | | user-manual: mention 'git remote add' for remote branch config | W. Trevor King | 2013-02-18 | 1 | -27/+13 |
* | | | | | | user-manual: give 'git push -f' as an alternative to +master | W. Trevor King | 2013-02-18 | 1 | -0/+7 |
* | | | | | | user-manual: use 'remote add' to setup push URLs | W. Trevor King | 2013-02-18 | 1 | -5/+10 |
| |_|/ / / |/| | | | | |||||
* | | | | | Replace filepattern with pathspec for consistency | Matthieu Moy | 2013-02-12 | 1 | -5/+5 |
* | | | | | user-manual: Rewrite git-gc section for automatic packing | W. Trevor King | 2013-02-10 | 1 | -12/+6 |
* | | | | | user-manual: Fix 'you - Git' -> 'you--Git' typo | W. Trevor King | 2013-02-10 | 1 | -1/+1 |
* | | | | | user-manual: Fix 'http' -> 'HTTP' typos | W. Trevor King | 2013-02-10 | 1 | -3/+3 |
* | | | | | user-manual: Fix 'both: so' -> 'both; so' typo | W. Trevor King | 2013-02-10 | 1 | -1/+1 |
* | | | | | Git 1.8.1.3v1.8.1.3 | Junio C Hamano | 2013-02-07 | 2 | -1/+22 |
* | | | | | Start preparing for 1.8.1.3 | Junio C Hamano | 2013-02-04 | 1 | -0/+28 |