| Commit message (Expand) | Author | Age |
* | Merge branch 'nd/columns' | Junio C Hamano | 2012-05-03 |
|\ |
|
| * | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 2012-04-27 |
* | | i18n: help: mark strings for translation | Nguyễn Thái Ngọc Duy | 2012-04-24 |
|/ |
|
* | dashed externals: kill children on exit | Clemens Buchacher | 2012-01-08 |
* | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 |
|\ |
|
| * | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 2011-12-05 |
* | | upload-archive: use start_command instead of fork | Jeff King | 2011-11-21 |
|/ |
|
* | Merge branch 'jk/pager-with-external-command' | Junio C Hamano | 2011-08-28 |
|\ |
|
| * | support pager.* for external commands | Jeff King | 2011-08-19 |
* | | Merge branch 'js/bisect-no-checkout' | Junio C Hamano | 2011-08-17 |
|\ \ |
|
| * | | bisect: add support for bisecting bare repositories | Jon Seymour | 2011-08-09 |
* | | | Merge branch 'js/ref-namespaces' | Junio C Hamano | 2011-08-17 |
|\ \ \
| |/ /
|/| | |
|
| * | | ref namespaces: infrastructure | Josh Triplett | 2011-07-06 |
* | | | Merge branch 'da/git-prefix-everywhere' into next | Junio C Hamano | 2011-06-29 |
|\ \ \
| |_|/
|/| | |
|
| * | | git: Remove handling for GIT_PREFIX | David Aguilar | 2011-05-26 |
* | | | Merge branch 'jk/maint-config-alias-fix' | Junio C Hamano | 2011-05-30 |
|\ \ \
| |_|/
|/| | |
|
| * | | handle_options(): do not miscount how many arguments were used | Junio C Hamano | 2011-05-24 |
* | | | Merge branch 'js/info-man-path' | Junio C Hamano | 2011-05-06 |
|\ \ \
| |_|/
|/| | |
|
| * | | git: add --info-path and --man-path options | Jon Seymour | 2011-05-01 |
* | | | handle_alias: provide GIT_PREFIX to !alias | Michael J Gruber | 2011-04-27 |
|/ / |
|
* | | git.c: reorder builtin command list | Nguyễn Thái Ngọc Duy | 2011-02-15 |
* | | repo-config: add deprecation warning | René Scharfe | 2011-02-13 |
* | | alias: use run_command api to execute aliases | Erik Faye-Lund | 2011-01-06 |
* | | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 |
|\ \
| |/ |
|
| * | builtins: print setup info if repo is found | Nguyễn Thái Ngọc Duy | 2010-11-29 |
* | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 |
|\ \ |
|
| * | | git-remote-ext | Ilari Liusvaara | 2010-10-13 |
| * | | git-remote-fd | Ilari Liusvaara | 2010-10-13 |
* | | | allow command-specific pagers in pager.<cmd> | Jeff King | 2010-11-17 |
| |/
|/| |
|
* | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 |
|/ |
|
* | Merge branch 'tf/cleanup-builtin-help-headers' | Junio C Hamano | 2010-09-08 |
|\ |
|
| * | builtin.h: Move two functions definitions to help.h. | Thiago Farina | 2010-09-01 |
* | | Merge branch 'kf/askpass-config' | Junio C Hamano | 2010-09-08 |
|\ \ |
|
| * | | Allow core.askpass to override SSH_ASKPASS. | Knut Franke | 2010-08-31 |
* | | | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 2010-09-08 |
|\ \ \
| |_|/
|/| | |
|
| * | | pass "git -c foo=bar" params through environment | Jeff King | 2010-08-24 |
| |/ |
|
* | | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-08-31 |
|\ \ |
|
| * | | merge-file: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | var: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | ls-remote: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | index-pack: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | config: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | bundle: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | apply: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 |
| * | | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 |
| * | | shortlog: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 |
| * | | git wrapper: allow setup_git_directory_gently() be called earlier | Nguyễn Thái Ngọc Duy | 2010-08-11 |
| * | | git wrapper: introduce startup_info struct | Nguyễn Thái Ngọc Duy | 2010-08-11 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-08-26 |
|\ \ \ |
|
| * | | | Fix 'git log' early pager startup error case | Linus Torvalds | 2010-08-25 |
| |/ / |
|