Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tb/add-renormalize' | Junio C Hamano | 2017-11-27 | 1 | -2/+26 |
|\ | |||||
| * | add: introduce "--renormalize"tb/add-renormalize | Torsten Bögershausen | 2017-11-17 | 1 | -2/+26 |
* | | Merge branch 'tz/notes-error-to-stderr' | Junio C Hamano | 2017-11-27 | 1 | -4/+4 |
|\ \ | |||||
| * | | notes: send "Automatic notes merge failed" messages to stderrtz/notes-error-to-stderr | Todd Zullinger | 2017-11-15 | 1 | -4/+4 |
* | | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 2 | -3/+43 |
|\ \ \ | |||||
| * | | | update-index: add fsmonitor support to update-index | Ben Peart | 2017-10-01 | 1 | -1/+32 |
| * | | | ls-files: Add support in ls-files to display the fsmonitor valid bit | Ben Peart | 2017-10-01 | 1 | -2/+6 |
| * | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -0/+2 |
| * | | | update-index: add a new --force-write-index option | Ben Peart | 2017-09-24 | 1 | -1/+4 |
* | | | | Merge branch 'bp/read-index-from-skip-verification' | Junio C Hamano | 2017-11-15 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | read_index_from(): speed index loading by skipping verification of the entry ...bp/read-index-from-skip-verification | Ben Peart | 2017-11-08 | 1 | -0/+1 |
| * | | | | Merge branch 'jk/write-in-full-fix' into maint | Junio C Hamano | 2017-10-23 | 4 | -5/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rj/no-sign-compare' into maint | Junio C Hamano | 2017-10-23 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'ma/ts-cleanups' into maint | Junio C Hamano | 2017-10-23 | 1 | -0/+6 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jt/fast-export-copy-modify-fix' into maint | Junio C Hamano | 2017-10-23 | 1 | -14/+32 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'rd/bisect-view-is-visualize' | Junio C Hamano | 2017-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect: mention "view" as an alternative to "visualize"rd/bisect-view-is-visualize | Robert P. J. Day | 2017-11-13 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'ma/reduce-heads-leakfix' | Junio C Hamano | 2017-11-15 | 5 | -22/+28 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | reduce_heads: fix memory leaksma/reduce-heads-leakfix | Martin Ågren | 2017-11-08 | 5 | -5/+11 |
| * | | | | | | | | | | builtin/merge-base: free commit lists | Martin Ågren | 2017-11-08 | 1 | -18/+18 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 2017-11-15 | 8 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 2017-11-06 | 8 | -12/+12 |
| * | | | | | | | | | | Merge branch 'bc/object-id' into base | Michael Haggerty | 2017-10-28 | 30 | -179/+179 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'ma/bisect-leakfix' | Junio C Hamano | 2017-11-15 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | bisect: change calling-convention of `find_bisection()` | Martin Ågren | 2017-11-06 | 1 | -2/+1 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jm/status-ignored-files-list' | Junio C Hamano | 2017-11-13 | 1 | -6/+25 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | status: add option to show ignored files differently | Jameson Miller | 2017-10-31 | 1 | -6/+25 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 | 10 | -37/+37 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfields | Brandon Williams | 2017-11-01 | 9 | -34/+34 |
| * | | | | | | | | | | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 2017-11-01 | 1 | -1/+1 |
| * | | | | | | | | | | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 | 7 | -20/+20 |
| * | | | | | | | | | | diff: remove DIFF_OPT_TST macro | Brandon Williams | 2017-11-01 | 5 | -11/+11 |
| * | | | | | | | | | | diff: remove touched flags | Brandon Williams | 2017-11-01 | 1 | -2/+0 |
| * | | | | | | | | | | diff: add flag to indicate textconv was set via cmdline | Brandon Williams | 2017-11-01 | 1 | -1/+1 |
| * | | | | | | | | | | diff: convert flags to be stored in bitfields | Brandon Williams | 2017-11-01 | 2 | -4/+6 |
| * | | | | | | | | | | add, reset: use DIFF_OPT_SET macro to set a diff flag | Brandon Williams | 2017-10-31 | 2 | -2/+2 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'mp/push-pushoption-config' | Junio C Hamano | 2017-11-06 | 1 | -5/+21 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/push.c: add push.pushOption configmp/push-pushoption-config | Marius Paliga | 2017-10-24 | 1 | -5/+21 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jc/check-ref-format-oor' | Junio C Hamano | 2017-11-06 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | check-ref-format --branch: strip refs/heads/ using skip_prefix | Junio C Hamano | 2017-10-18 | 1 | -2/+4 |
* | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 30 | -179/+179 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| * | | | | | | | | | | worktree: convert struct worktree to object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| * | | | | | | | | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | | | | | | | | refs: convert reflog_expire parameter to struct object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| * | | | | | | | | | | refs: convert read_ref_at to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | | | | | | | | refs: convert peel_ref to struct object_id | brian m. carlson | 2017-10-16 | 3 | -4/+4 |
| * | | | | | | | | | | builtin/pack-objects: convert to struct object_id | brian m. carlson | 2017-10-16 | 1 | -67/+68 |
| * | | | | | | | | | | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 2017-10-16 | 2 | -6/+6 |
| * | | | | | | | | | | refs: convert dwim_log to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |