Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/mailinfo-RE' | Junio C Hamano | 2012-09-14 | 1 | -1/+3 |
|\ | |||||
| * | mailinfo: strip "RE: " prefix | Junio C Hamano | 2012-09-09 | 1 | -1/+3 |
* | | Merge branch 'nd/checkout-option-parsing-fix' | Junio C Hamano | 2012-09-14 | 1 | -116/+158 |
|\ \ | |||||
| * | | checkout: reorder option handling | Nguyễn Thái Ngọc Duy | 2012-09-11 | 1 | -77/+112 |
| * | | checkout: move more parameters to struct checkout_opts | Nguyễn Thái Ngọc Duy | 2012-08-29 | 1 | -33/+35 |
| * | | checkout: pass "struct checkout_opts *" as const pointer | Nguyễn Thái Ngọc Duy | 2012-08-29 | 1 | -16/+21 |
* | | | Merge branch 'dj/fetch-all-tags' | Junio C Hamano | 2012-09-14 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | fetch --all: pass --tags/--no-tags through to each remote | Dan Johnson | 2012-09-07 | 1 | -0/+4 |
* | | | | Merge branch 'sn/ls-remote-get-url-doc' | Junio C Hamano | 2012-09-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | ls-remote: document the '--get-url' option | Stefan Naewe | 2012-09-07 | 1 | -1/+1 |
* | | | | | Merge branch 'rj/path-cleanup' | Junio C Hamano | 2012-09-14 | 4 | -5/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Call mkpathdup() rather than xstrdup(mkpath(...)) | Ramsay Jones | 2012-09-04 | 3 | -4/+4 |
| * | | | | | Call git_pathdup() rather than xstrdup(git_path("...")) | Ramsay Jones | 2012-09-04 | 1 | -1/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 2012-09-12 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 2012-09-06 | 1 | -3/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2012-09-11 | 1 | -22/+25 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | submodule: use argv_array instead of hand-building arrays | Jens Lehmann | 2012-09-02 | 1 | -1/+1 |
| * | | | | fetch: use argv_array instead of hand-building arrays | Jeff King | 2012-09-02 | 1 | -22/+25 |
* | | | | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 4 | -10/+26 |
|\ \ \ \ \ | |||||
| * | | | | | merge-base: "--is-ancestor A B" | Junio C Hamano | 2012-08-31 | 1 | -0/+22 |
| * | | | | | receive-pack: use in_merge_bases() for fast-forward check | Junio C Hamano | 2012-08-27 | 1 | -7/+1 |
| * | | | | | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 | 2 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'nd/i18n-index-pack' | Junio C Hamano | 2012-09-11 | 1 | -10/+11 |
|\ \ \ \ \ | |||||
| * | | | | | i18n: mark more index-pack strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-31 | 1 | -10/+11 |
* | | | | | | Merge branch 'jc/maint-ident-missing-human-name' | Junio C Hamano | 2012-09-11 | 1 | -1/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 2012-08-31 | 1 | -1/+16 |
* | | | | | | | Merge branch 'cn/branch-set-upstream-to' | Junio C Hamano | 2012-09-10 | 1 | -3/+57 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | branch: deprecate --set-upstream and show help if we detect possible mistaken... | Carlos Martín Nieto | 2012-08-30 | 1 | -0/+26 |
| * | | | | | | | branch: add --unset-upstream option | Carlos Martín Nieto | 2012-08-30 | 1 | -3/+18 |
| * | | | | | | | branch: introduce --set-upstream-to | Carlos Martín Nieto | 2012-08-23 | 1 | -2/+15 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cherry-pick/revert: respect order of revisions to pick | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+1 |
| * | | | | | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' | Junio C Hamano | 2012-09-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | log: fix --quiet synonym for -s | Jeff King | 2012-08-28 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'nd/branch-v-alignment' | Junio C Hamano | 2012-09-07 | 1 | -13/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | branch -v: align even when branch names are in UTF-8 | Nguyễn Thái Ngọc Duy | 2012-08-27 | 1 | -13/+15 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11 | Junio C Hamano | 2012-08-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jc/apply-binary-p0' | Junio C Hamano | 2012-09-07 | 1 | -25/+43 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | apply: compute patch->def_name correctly under -p0 | Junio C Hamano | 2012-08-24 | 1 | -25/+43 |
* | | | | | | | | | | Merge branch 'jc/dotdot-is-parent-directory' | Junio C Hamano | 2012-09-07 | 1 | -2/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 2012-08-23 | 1 | -2/+14 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'jk/maint-checkout-orphan-check-fix' into maint | Junio C Hamano | 2012-08-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 | 61 | -892/+892 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 2012-08-22 | 6 | -10/+10 |
| * | | | | | | | | | | | Reduce translations by using same terminologies | Nguyễn Thái Ngọc Duy | 2012-08-22 | 3 | -4/+4 |
| * | | | | | | | | | | | i18n: write-tree: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -5/+5 |
| * | | | | | | | | | | | i18n: verify-tag: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -2/+2 |
| * | | | | | | | | | | | i18n: verify-pack: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -3/+3 |
| * | | | | | | | | | | | i18n: update-server-info: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -2/+2 |