Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | submodule-config: keep update strategy around | Stefan Beller | 2016-03-01 | 4 | -0/+52 |
* | run-command: do not pass child process data into callbacks | Stefan Beller | 2016-03-01 | 4 | -32/+9 |
* | submodules: allow parallel fetching, add tests and documentation | Stefan Beller | 2015-12-16 | 6 | -4/+40 |
* | fetch_populated_submodules: use new parallel job processing | Stefan Beller | 2015-12-16 | 1 | -44/+98 |
* | run-command: add an asynchronous parallel child processor | Stefan Beller | 2015-12-16 | 4 | -1/+522 |
* | sigchain: add command to pop all common signals | Stefan Beller | 2015-12-16 | 2 | -0/+10 |
* | strbuf: add strbuf_read_once to read without blocking | Stefan Beller | 2015-12-16 | 2 | -0/+19 |
* | xread: poll on non blocking fds | Stefan Beller | 2015-12-16 | 1 | -2/+18 |
* | submodule.c: write "Fetching submodule <foo>" to stderr | Jonathan Nieder | 2015-12-16 | 2 | -26/+27 |
* | Update release notes to 2.7 | Junio C Hamano | 2015-12-11 | 1 | -65/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2015-12-11 | 1 | -0/+25 |
|\ | |||||
| * | Prepare for 2.6.5 | Junio C Hamano | 2015-12-11 | 2 | -1/+26 |
| * | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+3 |
| |\ | |||||
| * \ | Merge branch 'sg/lock-file-commit-error' into maint | Junio C Hamano | 2015-12-11 | 4 | -5/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'cb/t3404-shellquote' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'sb/doc-submodule-sync-recursive' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'nd/doc-check-ref-format-typo' into maint | Junio C Hamano | 2015-12-11 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/show-branch-argv-array' into maint | Junio C Hamano | 2015-12-11 | 1 | -16/+8 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/pop-commit' into maint | Junio C Hamano | 2015-12-11 | 10 | -92/+31 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'as/subtree-with-spaces' into maint | Junio C Hamano | 2015-12-11 | 2 | -74/+124 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maint | Junio C Hamano | 2015-12-11 | 4 | -16/+31 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' | Junio C Hamano | 2015-12-11 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | revision.c: fix possible null pointer arithmeticsn/null-pointer-arith-in-mark-tree-uninteresting | Stefan Naewe | 2015-12-07 | 1 | -1/+3 |
* | | | | | | | | | | | Merge branch 'sb/doc-submodule-sync-recursive' | Junio C Hamano | 2015-12-11 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | document submodule sync --recursivesb/doc-submodule-sync-recursive | Stefan Beller | 2015-12-04 | 1 | -1/+4 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'cb/t3404-shellquote' | Junio C Hamano | 2015-12-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | t3404: fix quoting of redirect for some versions of bashcb/t3404-shellquote | Charles Bailey | 2015-12-04 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'sg/lock-file-commit-error' | Junio C Hamano | 2015-12-11 | 4 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Make error message after failing commit_lock_file() less confusing | SZEDER Gábor | 2015-12-01 | 4 | -5/+8 |
* | | | | | | | | | | Git 2.7-rc0v2.7.0-rc0 | Junio C Hamano | 2015-12-10 | 1 | -1/+1 |
* | | | | | | | | | | Sync with maint | Junio C Hamano | 2015-12-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Documentation/git-update-index: add missing opts to synopsis | Christian Couder | 2015-12-10 | 1 | -0/+1 |
* | | | | | | | | | | Update release notes to 2.7 | Junio C Hamano | 2015-12-10 | 1 | -0/+19 |
* | | | | | | | | | | Merge branch 'nd/doc-check-ref-format-typo' | Junio C Hamano | 2015-12-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | git-check-ref-format.txt: typo, s/avoids/avoid/nd/doc-check-ref-format-typo | Nguyễn Thái Ngọc Duy | 2015-12-04 | 1 | -1/+1 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 | 88 | -704/+716 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | remote: convert functions to struct object_id | brian m. carlson | 2015-11-20 | 1 | -29/+29 |
| * | | | | | | | | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 63 | -253/+251 |
| * | | | | | | | | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 54 | -256/+256 |
| * | | | | | | | | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 61 | -253/+253 |
| * | | | | | | | | | object: introduce get_object_hash macro. | brian m. carlson | 2015-11-20 | 1 | -0/+2 |
| * | | | | | | | | | ref_newer: convert to use struct object_id | brian m. carlson | 2015-11-20 | 4 | -8/+8 |
| * | | | | | | | | | push_refs_with_export: convert to struct object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
| * | | | | | | | | | get_remote_heads: convert to struct object_id | brian m. carlson | 2015-11-20 | 1 | -10/+12 |
| * | | | | | | | | | parse_fetch: convert to use struct object_id | brian m. carlson | 2015-11-20 | 1 | -6/+6 |
| * | | | | | | | | | add_sought_entry_mem: convert to struct object_id | brian m. carlson | 2015-11-20 | 1 | -6/+8 |
| * | | | | | | | | | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 18 | -151/+151 |
| * | | | | | | | | | sha1_file: introduce has_object_file helper. | brian m. carlson | 2015-11-20 | 2 | -0/+8 |
* | | | | | | | | | | Merge branch 'dt/fsck-verify-pack-error' | Junio C Hamano | 2015-12-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | verify_pack: do not ignore return value of verification functiondt/fsck-verify-pack-error | David Turner | 2015-12-01 | 1 | -1/+1 |
| | |_|_|/ / / / / / | |/| | | | | | | | |