Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 |
|\ | |||
| * | update-index: add fsmonitor support to update-index | Ben Peart | 2017-10-01 |
| * | ls-files: Add support in ls-files to display the fsmonitor valid bit | Ben Peart | 2017-10-01 |
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 |
| * | update-index: add a new --force-write-index option | Ben Peart | 2017-09-24 |
* | | Merge branch 'bp/read-index-from-skip-verification' | Junio C Hamano | 2017-11-15 |
|\ \ | |||
| * | | read_index_from(): speed index loading by skipping verification of the entry ... | Ben Peart | 2017-11-08 |
| * | | Merge branch 'jk/write-in-full-fix' into maint | Junio C Hamano | 2017-10-23 |
| |\ \ | |||
| * \ \ | Merge branch 'rj/no-sign-compare' into maint | Junio C Hamano | 2017-10-23 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'ma/ts-cleanups' into maint | Junio C Hamano | 2017-10-23 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jt/fast-export-copy-modify-fix' into maint | Junio C Hamano | 2017-10-23 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge branch 'rd/bisect-view-is-visualize' | Junio C Hamano | 2017-11-15 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | bisect: mention "view" as an alternative to "visualize" | Robert P. J. Day | 2017-11-13 |
* | | | | | | | | Merge branch 'ma/reduce-heads-leakfix' | Junio C Hamano | 2017-11-15 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | reduce_heads: fix memory leaks | Martin Ågren | 2017-11-08 |
| * | | | | | | | | builtin/merge-base: free commit lists | Martin Ågren | 2017-11-08 |
* | | | | | | | | | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 2017-11-15 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 2017-11-06 |
| * | | | | | | | | | Merge branch 'bc/object-id' into base | Michael Haggerty | 2017-10-28 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'ma/bisect-leakfix' | Junio C Hamano | 2017-11-15 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | bisect: change calling-convention of `find_bisection()` | Martin Ågren | 2017-11-06 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'jm/status-ignored-files-list' | Junio C Hamano | 2017-11-13 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | status: add option to show ignored files differently | Jameson Miller | 2017-10-31 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | diff: make struct diff_flags members lowercase | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: remove DIFF_OPT_TST macro | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: remove touched flags | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: add flag to indicate textconv was set via cmdline | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | diff: convert flags to be stored in bitfields | Brandon Williams | 2017-11-01 |
| * | | | | | | | | | add, reset: use DIFF_OPT_SET macro to set a diff flag | Brandon Williams | 2017-10-31 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'mp/push-pushoption-config' | Junio C Hamano | 2017-11-06 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | builtin/push.c: add push.pushOption config | Marius Paliga | 2017-10-24 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'jc/check-ref-format-oor' | Junio C Hamano | 2017-11-06 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | check-ref-format --branch: strip refs/heads/ using skip_prefix | Junio C Hamano | 2017-10-18 |
* | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | worktree: convert struct worktree to object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert reflog_expire parameter to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert read_ref_at to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert peel_ref to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | builtin/pack-objects: convert to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert dwim_log to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | builtin/reflog: convert remaining unsigned char uses to object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 |
| * | | | | | | | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 2017-10-16 |