Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | i18n: show-branch: mark plural strings for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: show-branch: mark error messages for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: receive-pack: mark messages for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | notes: spell first word of error messages in lowercase | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: notes: mark error messages for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: merge-recursive: mark verbose message for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: merge-recursive: mark error messages for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: config: mark error message for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: branch: mark option description for translation | Vasco Almeida | 2016-09-15 | |
| * | | | | | | | | | | | i18n: blame: mark error messages for translation | Vasco Almeida | 2016-09-15 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'jt/format-patch-base-info-above-sig' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | format-patch: show base info before email signature | Josh Triplett | 2016-09-15 | |
| |/ / / / / / / / / / | ||||
* | | | | | | | | | | | Merge branch 'rs/checkout-some-states-are-const' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | checkout: constify parameters of checkout_stage() and checkout_merged() | René Scharfe | 2016-09-13 | |
* | | | | | | | | | | | | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | init: reset cached config when entering new repo | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | | init: expand comments explaining config trickery | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | | diff: always try to set up the repository | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | | diff: skip implicit no-index check when given --no-index | Jeff King | 2016-09-13 | |
| * | | | | | | | | | | | hash-object: always try to set up the git repository | Jeff King | 2016-09-13 | |
| |/ / / / / / / / / / | ||||
* | | | | | | | | | | | Merge branch 'ks/pack-objects-bitmap' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | pack-objects: use reachability bitmap index when generating non-stdout pack | Kirill Smelkov | 2016-09-12 | |
| * | | | | | | | | | | | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ... | Kirill Smelkov | 2016-09-12 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'js/cat-file-filters' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | cat-file: support --textconv/--filters in batch mode | Johannes Schindelin | 2016-09-11 | |
| * | | | | | | | | | | | cat-file --textconv/--filters: allow specifying the path separately | Johannes Schindelin | 2016-09-11 | |
| * | | | | | | | | | | | cat-file: introduce the --filters option | Johannes Schindelin | 2016-09-11 | |
* | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | builtin/reset: convert to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/commit-tree: convert to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/am: convert to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | sha1_name: convert get_sha1_mb to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/update-index: convert file to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/rm: convert to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/blame: convert file to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | Convert read_mmblob to take struct object_id. | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/checkout: convert some static functions to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin: convert textconv_object to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/cat-file: convert some static functions to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/cat-file: convert struct expand_data to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/log: convert some static functions to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/blame: convert struct origin to use struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | builtin/apply: convert static functions to struct object_id | brian m. carlson | 2016-09-07 | |
| * | | | | | | | | | | | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'mh/ref-store' | Junio C Hamano | 2016-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | refs: add methods to init refs db | David Turner | 2016-09-09 | |
* | | | | | | | | | | | | | Merge branch 'cc/apply-am' | Junio C Hamano | 2016-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | builtin/am: use apply API in run_apply() | Christian Couder | 2016-09-07 | |
| * | | | | | | | | | | | | | apply: refactor `git apply` option parsing | Christian Couder | 2016-09-07 |