| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ |
|
* | | Merge branch 'jk/format-patch-multiline-header' | Junio C Hamano | 2011-05-04 | 2 | -0/+24 |
|\ \ |
|
| * | | format-patch: wrap email addresses after long names | Jeff King | 2011-04-14 | 2 | -0/+24 |
* | | | Merge branch 'jm/mergetool-submodules' | Junio C Hamano | 2011-05-04 | 2 | -9/+371 |
|\ \ \ |
|
| * | | | mergetool: Teach about submodules | Jonathon Mah | 2011-04-13 | 2 | -9/+371 |
* | | | | Sync with 1.7.5.1 | Junio C Hamano | 2011-05-04 | 3 | -1/+37 |
|\ \ \ \ |
|
| * | | | | Git 1.7.5.1v1.7.5.1 | Junio C Hamano | 2011-05-04 | 3 | -2/+36 |
| * | | | | Merge branch 'jh/dirstat' into maint | Junio C Hamano | 2011-05-04 | 8 | -12/+81 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'sp/maint-clear-postfields' into maint | Junio C Hamano | 2011-05-04 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'jk/maint-stash-oob' into maint | Junio C Hamano | 2011-05-04 | 2 | -16/+12 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'jk/maint-upload-pack-shallow' into maint | Junio C Hamano | 2011-05-04 | 1 | -12/+11 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'dm/stash-k-i-p' into maint | Junio C Hamano | 2011-05-04 | 3 | -4/+25 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/pack-objects-bigfile' into maint | Junio C Hamano | 2011-05-04 | 6 | -9/+14 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'mg/reflog-with-options' into maint | Junio C Hamano | 2011-05-04 | 2 | -13/+35 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/stash-loosen-safety' into maint | Junio C Hamano | 2011-05-04 | 2 | -7/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ar/clean-rmdir-empty' into maint | Junio C Hamano | 2011-05-04 | 2 | -1/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mg/sha1-path-advise' into maint | Junio C Hamano | 2011-05-04 | 2 | -9/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | git-add.txt: document 'add.ignoreErrors' | Valentin Haenel | 2011-05-04 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-02 | 1 | -5/+15 |
* | | | | | | | | | | | | | | | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 2011-05-02 | 8 | -41/+109 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | contrib/completion: --notes, --no-notes | Michael J Gruber | 2011-04-14 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | log/pretty-options: Document --[no-]notes and deprecate old notes options | Johan Herland | 2011-03-30 | 2 | -12/+27 |
| * | | | | | | | | | | | | | | | revision.c: make --no-notes reset --notes list | Jeff King | 2011-03-29 | 2 | -0/+22 |
| * | | | | | | | | | | | | | | | revision.c: support --notes command-line option | Jeff King | 2011-03-29 | 2 | -5/+32 |
| * | | | | | | | | | | | | | | | notes: refactor display notes default handling | Jeff King | 2011-03-29 | 3 | -4/+10 |
| * | | | | | | | | | | | | | | | notes: refactor display notes extra refs field | Jeff King | 2011-03-29 | 3 | -6/+6 |
| * | | | | | | | | | | | | | | | revision.c: refactor notes ref expansion | Jeff King | 2011-03-29 | 1 | -6/+1 |
| * | | | | | | | | | | | | | | | notes: make expand_notes_ref globally accessible | Jeff King | 2011-03-29 | 3 | -10/+13 |
* | | | | | | | | | | | | | | | | Merge branch 'ab/i18n-fixup' | Junio C Hamano | 2011-05-02 | 40 | -383/+375 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811 | Junio C Hamano | 2011-04-14 | 4 | -19/+10 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18n{grep,cmp} in t7508 | Junio C Hamano | 2011-04-14 | 1 | -120/+102 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in t7506 | Junio C Hamano | 2011-04-14 | 1 | -28/+28 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep and test_i18ncmp in t7502 | Junio C Hamano | 2011-04-13 | 1 | -41/+31 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in t7501 | Junio C Hamano | 2011-04-13 | 1 | -3/+4 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp in t7500 | Junio C Hamano | 2011-04-13 | 1 | -5/+5 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in t7201 | Junio C Hamano | 2011-04-13 | 1 | -7/+7 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110 | Junio C Hamano | 2011-04-13 | 2 | -8/+8 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 2011-04-13 | 6 | -17/+15 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014 | Junio C Hamano | 2011-04-13 | 3 | -13/+13 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507 | Junio C Hamano | 2011-04-13 | 3 | -6/+6 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200 | Junio C Hamano | 2011-04-13 | 4 | -19/+21 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ngrep in lib-httpd and t2019 | Junio C Hamano | 2011-04-13 | 2 | -9/+8 |
| * | | | | | | | | | | | | | | | | i18n: do not overuse C_LOCALE_OUTPUT (grep) | Junio C Hamano | 2011-04-13 | 2 | -5/+23 |
| * | | | | | | | | | | | | | | | | i18n: use test_i18ncmp in t1200 and t2200 | Junio C Hamano | 2011-04-13 | 2 | -4/+4 |
| * | | | | | | | | | | | | | | | | i18n: .git file is not a human readable message (t5601) | Junio C Hamano | 2011-04-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | i18n: do not overuse C_LOCALE_OUTPUT | Junio C Hamano | 2011-04-12 | 2 | -57/+44 |
| * | | | | | | | | | | | | | | | | i18n: mark init-db messages for translation | Ævar Arnfjörð Bjarmason | 2011-04-12 | 2 | -7/+10 |