Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'gb/am-hg-patch' | Junio C Hamano | 2011-10-05 |
|\ | |||
| * | am: preliminary support for hg patches | Giuseppe Bilotta | 2011-08-29 |
* | | Merge branch 'gb/maint-am-stgit-author-to-from-fix' | Junio C Hamano | 2011-09-02 |
|\ \ | |||
| * | | am: fix stgit patch mangling | Giuseppe Bilotta | 2011-08-29 |
| |/ | |||
* | | Merge branch 'gb/maint-am-patch-format-error-message' | Junio C Hamano | 2011-09-02 |
|\ \ | |||
| * | | am: format is in $patch_format, not parse_patch | Giuseppe Bilotta | 2011-08-29 |
* | | | Merge branch 'js/i18n-scripts' | Junio C Hamano | 2011-08-25 |
|\ \ \ | |||
| * | | | git-am: take advantage of gettextln and eval_gettextln. | Jon Seymour | 2011-08-08 |
* | | | | Merge branch 'db/am-skip-blank-at-the-beginning' | Junio C Hamano | 2011-08-18 |
|\ \ \ \ | |||
| * | | | | am: ignore leading whitespace before patch | David Barr | 2011-08-11 |
| |/ / / | |||
* | | | | Merge branch 'ma/am-exclude' | Junio C Hamano | 2011-08-18 |
|\ \ \ \ | |||
| * | | | | am: pass exclude down to apply | maximilian attems | 2011-08-03 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2011-08-16 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||
| * | | | | am: refresh the index at start and --resolved | Jeff King | 2011-08-16 |
| |/ / / | |||
* | | | | i18n: git-am printf(1) message to eval_gettext | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am core say messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am "Falling back" say message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am "Apply?" message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am clean_abort messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am cannot_fallback messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am die messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am gettext + gettext to stderr message | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am multi-line getttext $msg; echo | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am one-line gettext $msg; echo | Ævar Arnfjörð Bjarmason | 2011-05-21 |
* | | | | i18n: git-am add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 |
|/ / / | |||
* | | | Merge branch 'jc/maint-rebase-rewrite-last-skip' | Junio C Hamano | 2010-12-28 |
|\ \ \ | |||
| * | | | rebase --skip: correctly wrap-up when skipping the last patch | Junio C Hamano | 2010-12-22 |
* | | | | Merge branch 'jc/maint-am-abort-safely' | Junio C Hamano | 2010-12-22 |
|\ \ \ \ | |||
| * | | | | am --abort: keep unrelated commits since the last failure and warn | Junio C Hamano | 2010-12-21 |
| |/ / / | |||
* | | | | Sync with 1.7.3.2 | Junio C Hamano | 2010-10-21 |
|\ \ \ \ | |/ / / | |||
| * | | | Merge branch 'sn/doc-opt-notation' into maint | Junio C Hamano | 2010-10-21 |
| |\ \ \ | |||
| | * | | | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2010-10-13 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | shell portability: no "export VAR=VAL" | Junio C Hamano | 2010-10-13 |
| |/ / / | |||
* | | | | git-am: fix detection of absolute paths for windows | Pat Thoyts | 2010-10-03 |
|/ / / | |||
* | | | Merge branch 'js/maint-am-rebase-invalid-author' | Junio C Hamano | 2010-06-27 |
|\ \ \ | |||
| * | | | am: use get_author_ident_from_commit instead of mailinfo when rebasing | Jay Soffian | 2010-06-16 |
* | | | | Merge branch 'rr/am-help' | Junio C Hamano | 2010-06-18 |
|\ \ \ \ | |||
| * | | | | git am: Remove stray error message from sed | Ramkumar Ramachandra | 2010-06-02 |
| * | | | | git am: Display some help text when patch is empty | Ramkumar Ramachandra | 2010-06-02 |
| * | | | | git am: Set cmdline globally | Ramkumar Ramachandra | 2010-06-02 |
* | | | | | git-am: suggest what to do with superfluous patches | Jan Krüger | 2010-05-31 |
|/ / / / | |||
* | | | | Merge branch 'jc/am-3-show-corrupted-patch' | Junio C Hamano | 2010-05-21 |
|\ \ \ \ | |/ / / |/| | | | |||
| * | | | am -3: recover the diagnostic messages for corrupt patches | Junio C Hamano | 2010-04-14 |
* | | | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 |
|\ \ \ \ | |||
| * | | | | rebase: support automatic notes copying | Thomas Rast | 2010-03-12 |
| * | | | | rebase: invoke post-rewrite hook | Thomas Rast | 2010-03-12 |
* | | | | | Merge branch 'sh/am-keep-cr' | Junio C Hamano | 2010-03-10 |
|\ \ \ \ \ | |||
| * | | | | | git-am: Add am.keepcr and --no-keep-cr to override it | Stefan-W. Hahn | 2010-02-28 |