Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync release notes for 1.7.6 to exclude what are in maintenance track | Junio C Hamano | 2011-05-15 | 1 | -12/+0 |
* | Merge branch 'maint' | Junio C Hamano | 2011-05-15 | 1 | -0/+9 |
|\ | |||||
| * | Update draft release notes to 1.7.5.2 | Junio C Hamano | 2011-05-15 | 1 | -0/+9 |
| * | Merge branch 'cn/format-patch-quiet' into maint | Junio C Hamano | 2011-05-15 | 1 | -1/+4 |
| |\ | |||||
| * \ | Merge branch 'vh/git-svn-doc' into maint | Junio C Hamano | 2011-05-15 | 1 | -11/+11 |
| |\ \ | |||||
* | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-13 | 1 | -30/+16 |
* | | | | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 2011-05-13 | 2 | -12/+86 |
|\ \ \ \ | |||||
| * | | | | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 2011-04-29 | 2 | -0/+16 |
| * | | | | Add config variable for specifying default --dirstat behavior | Johan Herland | 2011-04-29 | 2 | -0/+38 |
| * | | | | Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file | Johan Herland | 2011-04-29 | 1 | -12/+32 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2011-05-13 | 1 | -0/+33 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Prepare for 1.7.5.2 | Junio C Hamano | 2011-05-13 | 1 | -0/+33 |
* | | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-11 | 1 | -3/+18 |
* | | | | | Merge branch 'vh/config-interactive-singlekey-doc' | Junio C Hamano | 2011-05-11 | 5 | -13/+21 |
|\ \ \ \ \ | |||||
| * | | | | | git-reset.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -3/+4 |
| * | | | | | git-checkout.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -3/+4 |
| * | | | | | git-stash.txt: better docs for '--patch' | Valentin Haenel | 2011-05-05 | 1 | -4/+5 |
| * | | | | | git-add.txt: document 'interactive.singlekey' | Valentin Haenel | 2011-05-05 | 1 | -1/+5 |
| * | | | | | config.txt: 'interactive.singlekey; is used by... | Valentin Haenel | 2011-05-05 | 1 | -2/+3 |
* | | | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-06 | 1 | -3/+29 |
* | | | | | | Merge branch 'js/info-man-path' | Junio C Hamano | 2011-05-06 | 1 | -3/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation: clarify meaning of --html-path, --man-path, and --info-path | Jonathan Nieder | 2011-05-02 | 1 | -6/+6 |
| * | | | | | | git: add --info-path and --man-path options | Jon Seymour | 2011-05-01 | 1 | -1/+9 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mg/alias-expose-prefix' | Junio C Hamano | 2011-05-06 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | handle_alias: provide GIT_PREFIX to !alias | Michael J Gruber | 2011-04-27 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mg/diff-uiconfig-doc' | Junio C Hamano | 2011-05-06 | 2 | -12/+30 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config.txt,diff-options.txt: porcelain vs. plumbing for color.diff | Michael J Gruber | 2011-04-27 | 2 | -12/+30 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-05-06 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Remove duplicated "is a" | João Britto | 2011-05-05 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-05-05 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | git-fast-import.txt: --relative-marks takes no parameter | Michael J Gruber | 2011-05-05 | 1 | -2/+2 |
* | | | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-04 | 1 | -27/+13 |
* | | | | | | Merge branch 'mg/rev-list-count-cherry' | Junio C Hamano | 2011-05-04 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-list --count: separate count for --cherry-mark | Michael J Gruber | 2011-04-26 | 1 | -1/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ss/doc-svn' | Junio C Hamano | 2011-05-04 | 1 | -9/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remove noise and inaccuracies from git-svn docs | Stefan Sperling | 2011-04-19 | 1 | -9/+7 |
* | | | | | | | Merge branch 'jn/format-patch-doc' | Junio C Hamano | 2011-05-04 | 4 | -195/+229 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation/format-patch: suggest Toggle Word Wrap add-on for Thunderbird | Johannes Sixt | 2011-04-19 | 1 | -4/+14 |
| * | | | | | | | Documentation: publicize hints for sending patches with GMail | Jonathan Nieder | 2011-04-15 | 4 | -55/+61 |
| * | | | | | | | Documentation: publicize KMail hints for sending patches inline | Jonathan Nieder | 2011-04-15 | 2 | -20/+18 |
| * | | | | | | | Documentation: hints for sending patches inline with Thunderbird | Jonathan Nieder | 2011-04-15 | 2 | -80/+84 |
| * | | | | | | | Documentation: explain how to check for patch corruption | Jonathan Nieder | 2011-04-15 | 2 | -44/+60 |
| * | | | | | | | Merge v1.7.5-rc2 into jn/format-patch-doc | Junio C Hamano | 2011-04-15 | 147 | -1317/+780 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'vr/merge-base-doc' | Junio C Hamano | 2011-05-04 | 1 | -13/+21 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Restructure documentation for git-merge-base. | Jonathan Nieder | 2011-04-15 | 1 | -12/+16 |
| * | | | | | | | | | Documentation: update to git-merge-base --octopus | Vincent van Ravesteijn | 2011-04-15 | 1 | -1/+5 |
* | | | | | | | | | | Merge branch 'ss/cherry-pick-x-doc' | Junio C Hamano | 2011-05-04 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | doc: Clarify that "cherry-pick -x" does not use "git notes" | Sebastian Schuberth | 2011-04-15 | 1 | -3/+4 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jn/maint-format-patch-doc' | Junio C Hamano | 2011-05-04 | 1 | -0/+58 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Documentation: describe the format of messages with inline patches | Jonathan Nieder | 2011-04-15 | 1 | -0/+58 |
| |/ / / / / / / / |