Commit message (Expand) | Author | Age | |
---|---|---|---|
* | completion: add option '--recurse-submodules' to 'git clone' | Chris Packham | 2016-07-27 |
* | Git 2.6.6v2.6.6 | Junio C Hamano | 2016-03-17 |
* | Merge branch 'maint-2.5' into maint-2.6 | Junio C Hamano | 2016-03-17 |
|\ | |||
| * | Git 2.5.5v2.5.5 | Junio C Hamano | 2016-03-17 |
| * | Merge branch 'maint-2.4' into maint-2.5 | Junio C Hamano | 2016-03-17 |
| |\ | |||
| | * | Git 2.4.11v2.4.11 | Junio C Hamano | 2016-03-17 |
| | * | Merge branch 'jk/path-name-safety-2.4' into maint-2.4 | Junio C Hamano | 2016-03-17 |
| | |\ | |||
| | | * | list-objects: pass full pathname to callbacks | Jeff King | 2016-03-16 |
| | | * | list-objects: drop name_path entirely | Jeff King | 2016-03-16 |
| | | * | list-objects: convert name_path to a strbuf | Jeff King | 2016-03-16 |
| | | * | show_object_with_name: simplify by using path_name() | Jeff King | 2016-03-16 |
| | | * | http-push: stop using name_path | Jeff King | 2016-03-16 |
| | | * | tree-diff: catch integer overflow in combine_diff_path allocation | Jeff King | 2016-03-16 |
| | | * | add helpers for detecting size_t overflow | Jeff King | 2016-03-16 |
| | |/ | |||
* | | | Git 2.6.5v2.6.5 | Junio C Hamano | 2016-01-04 |
* | | | Merge branch 'jk/pending-keep-tag-name' into maint | Junio C Hamano | 2016-01-04 |
|\ \ \ | |||
| * | | | revision.c: propagate tag names from pending array | Jeff King | 2015-12-17 |
* | | | | Merge branch 'jk/symbolic-ref-maint' into maint | Junio C Hamano | 2016-01-04 |
|\ \ \ \ | |||
| * | | | | t1401: test reflog creation for git-symbolic-ref | Jeff King | 2015-12-21 |
| * | | | | symbolic-ref: propagate error code from create_symref() | Jeff King | 2015-12-21 |
| | |_|/ | |/| | | |||
* | | | | Merge branch 'jk/ident-loosen-getpwuid' into maint | Junio C Hamano | 2016-01-04 |
|\ \ \ \ | |||
| * | | | | ident: loosen getpwuid error in non-strict mode | Jeff King | 2015-12-14 |
| * | | | | ident: keep a flag for bogus default_email | Jeff King | 2015-12-10 |
| * | | | | ident: make xgetpwuid_self() a static local helper | Jeff King | 2015-12-10 |
* | | | | | Merge branch 'jk/send-email-ssl-errors' into maint | Junio C Hamano | 2016-01-04 |
|\ \ \ \ \ | |||
| * | | | | | send-email: enable SSL level 1 debug output | John Keeping | 2015-12-11 |
* | | | | | | Merge branch 'sg/completion-no-column' into maint | Junio C Hamano | 2016-01-04 |
|\ \ \ \ \ \ | |||
| * | | | | | | completion: remove 'git column' from porcelain commands | SZEDER Gábor | 2015-12-11 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Merge branch 'sg/lock-file-commit-error' into maint | Junio C Hamano | 2015-12-16 |
|\ \ \ \ \ \ | |||
| * | | | | | | credential-store: don't pass strerror to die_errno() | SZEDER Gábor | 2015-12-16 |
* | | | | | | | Update draft release notes to 2.6.5 | Junio C Hamano | 2015-12-15 |
* | | | | | | | Merge branch 'dt/fsck-verify-pack-error' into maint | Junio C Hamano | 2015-12-15 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | verify_pack: do not ignore return value of verification function | David Turner | 2015-12-01 |
* | | | | | | | | Merge branch 'ep/ident-with-getaddrinfo' into maint | Junio C Hamano | 2015-12-15 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | ident: fix undefined variable when NO_IPV6 is set | Jeff King | 2015-12-14 |
| * | | | | | | | | ident.c: add support for IPv6 | Elia Pinto | 2015-11-28 |
* | | | | | | | | | Merge branch 'ls/p4-keep-empty-commits' into maint | Junio C Hamano | 2015-12-15 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | git-p4: add option to keep empty commits | Lars Schneider | 2015-12-10 |
* | | | | | | | | | | Merge branch 'jk/prune-mtime' into maint | Junio C Hamano | 2015-12-15 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | prune: close directory earlier during loose-object directory traversal | Johannes Sixt | 2015-08-12 |
* | | | | | | | | | | | Prepare for 2.6.5 | Junio C Hamano | 2015-12-11 |
* | | | | | | | | | | | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint | Junio C Hamano | 2015-12-11 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | revision.c: fix possible null pointer arithmetic | Stefan Naewe | 2015-12-07 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'sg/lock-file-commit-error' into maint | Junio C Hamano | 2015-12-11 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Make error message after failing commit_lock_file() less confusing | SZEDER Gábor | 2015-12-01 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'cb/t3404-shellquote' into maint | Junio C Hamano | 2015-12-11 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | t3404: fix quoting of redirect for some versions of bash | Charles Bailey | 2015-12-04 |
* | | | | | | | | | | | Merge branch 'sb/doc-submodule-sync-recursive' into maint | Junio C Hamano | 2015-12-11 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | document submodule sync --recursive | Stefan Beller | 2015-12-04 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'nd/doc-check-ref-format-typo' into maint | Junio C Hamano | 2015-12-11 |
|\ \ \ \ \ \ \ \ \ \ \ |