Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RelNotes: the third batch | Junio C Hamano | 2012-04-20 | 1 | -1/+27 |
* | Merge branch 'ct/advise-push-default' | Junio C Hamano | 2012-04-20 | 1 | -2/+17 |
|\ | |||||
| * | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 2012-03-19 | 1 | -2/+17 |
* | | Merge branch 'jb/am-include' | Junio C Hamano | 2012-04-20 | 1 | -1/+2 |
|\ \ | |||||
| * | | am: support --include option | Johannes Berg | 2012-03-28 | 1 | -1/+2 |
* | | | RelNotes: the second batch of topics graduated to 'master' | Junio C Hamano | 2012-04-16 | 1 | -0/+41 |
* | | | Merge branch 'jc/commit-unedited-template' | Junio C Hamano | 2012-04-16 | 1 | -5/+8 |
|\ \ \ | |||||
| * | | | Documentation/git-commit: rephrase the "initial-ness" of templates | Junio C Hamano | 2012-04-03 | 1 | -5/+8 |
| * | | | git-commit.txt: clarify -t requires editing message | Adam Monsen | 2012-04-01 | 1 | -5/+5 |
* | | | | Merge branch 'jk/branch-quiet' | Junio C Hamano | 2012-04-16 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | teach "git branch" a --quiet optionjk/branch-quiet | Jeff King | 2012-03-26 | 1 | -0/+5 |
* | | | | | RelNotes: the first batch of topics graduated to 'master' | Junio C Hamano | 2012-04-15 | 1 | -0/+19 |
* | | | | | Kick off post 1.7.10 cycle | Junio C Hamano | 2012-04-11 | 1 | -0/+29 |
* | | | | | Git 1.7.10v1.7.10 | Junio C Hamano | 2012-04-06 | 2 | -10/+18 |
* | | | | | Git 1.7.10-rc4v1.7.10-rc4 | Junio C Hamano | 2012-04-03 | 1 | -7/+7 |
* | | | | | Sync with 1.7.9.6 | Junio C Hamano | 2012-04-02 | 2 | -2/+16 |
|\ \ \ \ \ | |||||
| * | | | | | Git 1.7.9.6v1.7.9.6 | Junio C Hamano | 2012-04-02 | 2 | -2/+16 |
| * | | | | | Merge branch 'jc/maint-merge-autoedit' into maint | Junio C Hamano | 2012-04-02 | 1 | -2/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | merge: backport GIT_MERGE_AUTOEDIT supportjc/maint-merge-autoedit | Junio C Hamano | 2012-03-20 | 1 | -2/+12 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-03-30 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | string-list: document that string_list_insert() inserts unique strings | Heiko Voigt | 2012-03-30 | 1 | -1/+3 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Git 1.7.10-rc3v1.7.10-rc3 | Junio C Hamano | 2012-03-28 | 1 | -10/+10 |
* | | | | | | correct a few doubled-word nits in comments and documentation | Jim Meyering | 2012-03-28 | 1 | -1/+1 |
* | | | | | | correct spelling: an URL -> a URL | Jim Meyering | 2012-03-28 | 3 | -4/+4 |
* | | | | | | Update draft release notes to 1.7.10 | Junio C Hamano | 2012-03-26 | 1 | -21/+7 |
* | | | | | | Sync with 1.7.9.5 | Junio C Hamano | 2012-03-26 | 4 | -3/+38 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Git 1.7.9.5v1.7.9.5 | Junio C Hamano | 2012-03-26 | 2 | -1/+25 |
| * | | | | | Merge branch 'ph/rerere-doc' into maint | Junio C Hamano | 2012-03-26 | 1 | -7/+12 |
| |\ \ \ \ \ | |||||
| * | | | | | | grep doc: add --break / --heading / -W to synopsis | Mark Lodato | 2012-03-26 | 1 | -0/+2 |
| * | | | | | | Documentation: improve description of GIT_EDITOR and preference order | Rodrigo Silva (MestreLion) | 2012-03-26 | 1 | -0/+6 |
| * | | | | | | documentation: fix alphabetic ordered list for git-rebase man page | Nelson Benitez Leon | 2012-03-26 | 1 | -2/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Git 1.7.10-rc2v1.7.10-rc2 | Junio C Hamano | 2012-03-23 | 1 | -1/+17 |
* | | | | | | Merge branch 'dw/gitweb-doc-grammo' | Junio C Hamano | 2012-03-23 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation/gitweb: trivial English fixesdw/gitweb-doc-grammo | D Waitzman | 2012-03-23 | 1 | -2/+2 |
* | | | | | | | Update draft release notes to 1.7.10 | Junio C Hamano | 2012-03-16 | 1 | -1/+10 |
* | | | | | | | Merge branch 'th/mergetools-deltawalker' | Junio C Hamano | 2012-03-16 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation/difftool: add deltawalker to list of valid diff toolsth/mergetools-deltawalker | Tim Henigan | 2012-03-15 | 1 | -2/+3 |
* | | | | | | | | Merge branch 'th/doc-diff-submodule-option' | Junio C Hamano | 2012-03-15 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Documentation/diff-options: reword description of --submodule optionth/doc-diff-submodule-option | Tim Henigan | 2012-03-14 | 1 | -5/+6 |
* | | | | | | | | Git 1.7.10-rc1v1.7.10-rc1 | Junio C Hamano | 2012-03-14 | 1 | -3/+11 |
* | | | | | | | | Merge branch 'ph/rerere-doc' | Junio C Hamano | 2012-03-13 | 1 | -7/+12 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | rerere: Document 'rerere remaining'ph/rerere-doc | Phil Hord | 2012-03-08 | 1 | -7/+12 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | am: officially deprecate -b/--binary option | Junio C Hamano | 2012-03-13 | 1 | -2/+2 |
* | | | | | | | Update draft release notes to 1.7.10 before -rc1 | Junio C Hamano | 2012-03-12 | 1 | -21/+12 |
* | | | | | | | Sync with 1.7.9.4 | Junio C Hamano | 2012-03-12 | 2 | -1/+26 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Git 1.7.9.4v1.7.9.4 | Junio C Hamano | 2012-03-12 | 2 | -1/+26 |
* | | | | | | | Update draft release notes to 1.7.10 | Junio C Hamano | 2012-03-08 | 1 | -10/+28 |
* | | | | | | | Merge branch 'vr/branch-doc' | Junio C Hamano | 2012-03-08 | 1 | -9/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation/git-branch: add default for --containsvr/branch-doc | Vincent van Ravesteijn | 2012-03-06 | 1 | -2/+3 |
| * | | | | | | | Documentation/git-branch: fix a typo | Vincent van Ravesteijn | 2012-03-06 | 1 | -1/+1 |