| Commit message (Expand) | Author | Age |
* | Merge branch 'mg/maint-pull-suggest-upstream-to' | Junio C Hamano | 2012-11-15 |
|\ |
|
| * | push/pull: adjust missing upstream help text to changed interface | Michael J Gruber | 2012-11-08 |
* | | Merge branch 'mh/notes-string-list' | Junio C Hamano | 2012-11-15 |
|\ \ |
|
| * | | string_list_add_refs_from_colon_sep(): use string_list_split() | Michael Haggerty | 2012-11-08 |
| * | | notes: fix handling of colon-separated values | Michael Haggerty | 2012-11-08 |
| * | | combine_notes_cat_sort_uniq(): sort and dedup lines all at once | Michael Haggerty | 2012-11-08 |
| * | | Initialize sort_uniq_list using named constant | Michael Haggerty | 2012-11-08 |
| * | | string_list: add a function string_list_remove_empty_items() | Michael Haggerty | 2012-11-08 |
* | | | Merge branch 'mh/strbuf-split' | Junio C Hamano | 2012-11-15 |
|\ \ \ |
|
| * | | | strbuf_split*(): document functions | Michael Haggerty | 2012-11-04 |
| * | | | strbuf_split*(): rename "delim" parameter to "terminator" | Michael Haggerty | 2012-11-04 |
| * | | | strbuf_split_buf(): simplify iteration | Michael Haggerty | 2012-11-04 |
| * | | | strbuf_split_buf(): use ALLOC_GROW() | Michael Haggerty | 2012-11-04 |
| |/ / |
|
* | | | Merge branch 'mm/maint-doc-commit-edit' | Junio C Hamano | 2012-11-15 |
|\ \ \ |
|
| * | | | Document 'git commit --no-edit' explicitly | Matthieu Moy | 2012-11-02 |
| | |/
| |/| |
|
* | | | Merge branch 'as/maint-doc-fix-no-post-rewrite' | Junio C Hamano | 2012-11-15 |
|\ \ \ |
|
| * | | | commit: fixup misplacement of --no-post-rewrite description | Andreas Schwab | 2012-11-02 |
* | | | | Merge branch 'js/hp-nonstop' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ |
|
| * | | | | fix 'make test' for HP NonStop | Joachim Schmitz | 2012-10-30 |
* | | | | | Merge branch 'cr/cvsimport-local-zone' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ |
|
| * | | | | | cvsimport: work around perl tzset issue | Jeff King | 2012-11-04 |
| * | | | | | git-cvsimport: allow author-specific timezones | Chris Rorvick | 2012-10-16 |
* | | | | | | Merge branch 'jc/same-encoding' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ \ |
|
| * | | | | | | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 2012-11-04 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'ph/submodule-sync-recursive' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add tests for submodule sync --recursive | Phil Hord | 2012-10-29 |
| * | | | | | | Teach --recursive to submodule sync | Phil Hord | 2012-10-29 |
* | | | | | | | Merge branch 'jk/maint-diff-grep-textconv' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | diff_grep: use textconv buffers for add/deleted files | Jeff King | 2012-10-28 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'jh/symbolic-ref-d' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | git symbolic-ref --delete $symref | Johan Herland | 2012-10-21 |
* | | | | | | | | Merge branch 'jc/maint-fetch-tighten-refname-check' | Junio C Hamano | 2012-11-15 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | get_fetch_map(): tighten checks on dest refs | Junio C Hamano | 2012-10-19 |
* | | | | | | | | | Merge branch 'ph/maint-submodule-status-fix' | Jeff King | 2012-11-09 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | submodule status: remove unused orig_* variables | Jens Lehmann | 2012-10-29 |
| * | | | | | | | | | t7407: Fix recursive submodule test | Phil Hord | 2012-10-29 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'nd/builtin-to-libgit' | Jeff King | 2012-11-09 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fetch-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | fetch-pack: remove global (static) configuration variable "args" | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | Move estimate_bisect_steps to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
| * | | | | | | | | | Move try_merge_command and checkout_fast_forward to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
* | | | | | | | | | | Merge branch 'nd/tree-walk-enum-cleanup' | Jeff King | 2012-11-09 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | tree-walk: use enum interesting instead of integer | Nguyễn Thái Ngọc Duy | 2012-10-19 |
* | | | | | | | | | | | Merge branch 'sz/maint-curl-multi-timeout' | Jeff King | 2012-11-09 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix potential hang in https handshake | Stefan Zager | 2012-10-19 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'fc/completion-send-email-with-format-patch' | Jeff King | 2012-11-09 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | completion: add format-patch options to send-email | Felipe Contreras | 2012-10-16 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|