aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano2012-09-15
* Merge branch 'jc/mailinfo-RE'Junio C Hamano2012-09-14
|\
| * mailinfo: strip "RE: " prefixJunio C Hamano2012-09-09
* | Merge branch 'nd/checkout-option-parsing-fix'Junio C Hamano2012-09-14
|\ \
| * | checkout: reorder option handlingNguyễn Thái Ngọc Duy2012-09-11
| * | checkout: move more parameters to struct checkout_optsNguyễn Thái Ngọc Duy2012-08-29
| * | checkout: pass "struct checkout_opts *" as const pointerNguyễn Thái Ngọc Duy2012-08-29
* | | Merge branch 'dj/fetch-all-tags'Junio C Hamano2012-09-14
|\ \ \
| * | | fetch --all: pass --tags/--no-tags through to each remoteDan Johnson2012-09-07
* | | | Merge branch 'sn/ls-remote-get-url-doc'Junio C Hamano2012-09-14
|\ \ \ \
| * | | | ls-remote: document the '--get-url' optionStefan Naewe2012-09-07
* | | | | Merge branch 'rj/path-cleanup'Junio C Hamano2012-09-14
|\ \ \ \ \
| * | | | | Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones2012-09-04
| * | | | | Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones2012-09-04
| | |_|_|/ | |/| | |
* | | | | Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-12
|\ \ \ \ \
| * | | | | remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
| |/ / / /
* | | | | Merge branch 'jk/argv-array'Junio C Hamano2012-09-11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-02
| * | | | fetch: use argv_array instead of hand-building arraysJeff King2012-09-02
* | | | | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-11
|\ \ \ \ \
| * | | | | merge-base: "--is-ancestor A B"Junio C Hamano2012-08-31
| * | | | | receive-pack: use in_merge_bases() for fast-forward checkJunio C Hamano2012-08-27
| * | | | | in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-27
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/i18n-index-pack'Junio C Hamano2012-09-11
|\ \ \ \ \
| * | | | | i18n: mark more index-pack strings for translationNguyễn Thái Ngọc Duy2012-08-31
* | | | | | Merge branch 'jc/maint-ident-missing-human-name'Junio C Hamano2012-09-11
|\ \ \ \ \ \
| * | | | | | split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-31
* | | | | | | Merge branch 'cn/branch-set-upstream-to'Junio C Hamano2012-09-10
|\ \ \ \ \ \ \
| * | | | | | | branch: deprecate --set-upstream and show help if we detect possible mistaken...Carlos Martín Nieto2012-08-30
| * | | | | | | branch: add --unset-upstream optionCarlos Martín Nieto2012-08-30
| * | | | | | | branch: introduce --set-upstream-toCarlos Martín Nieto2012-08-23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano2012-09-10
|\ \ \ \ \ \ \
| * | | | | | | cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk2012-08-30
| * | | | | | | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-30
* | | | | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log'Junio C Hamano2012-09-10
|\ \ \ \ \ \ \ \
| * | | | | | | | log: fix --quiet synonym for -sJeff King2012-08-28
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/branch-v-alignment'Junio C Hamano2012-09-07
|\ \ \ \ \ \ \ \
| * | | | | | | | branch -v: align even when branch names are in UTF-8Nguyễn Thái Ngọc Duy2012-08-27
| |/ / / / / / /
| * | | | | | | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11Junio C Hamano2012-08-24
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/apply-binary-p0'Junio C Hamano2012-09-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apply: compute patch->def_name correctly under -p0Junio C Hamano2012-08-24
* | | | | | | | | | Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano2012-09-07
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-23
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'jk/maint-checkout-orphan-check-fix' into maintJunio C Hamano2012-08-06
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-22
| * | | | | | | | | | | Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-22
| * | | | | | | | | | | i18n: write-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22
| * | | | | | | | | | | i18n: verify-tag: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22
| * | | | | | | | | | | i18n: verify-pack: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22