aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* add worktree.guessRemote config optionThomas Gummerer2017-12-06
* worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-06
* worktree: make add <path> <branch> dwimThomas Gummerer2017-11-27
* worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-27
* checkout: factor out functions to new lib fileThomas Gummerer2017-11-27
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\
| * update-index: add fsmonitor support to update-indexBen Peart2017-10-01
| * ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart2017-10-01
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
| * update-index: add a new --force-write-index optionBen Peart2017-09-24
* | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-15
|\ \
| * | read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-08
| * | Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-23
| |\ \
| * \ \ Merge branch 'rj/no-sign-compare' into maintJunio C Hamano2017-10-23
| |\ \ \
| * \ \ \ Merge branch 'ma/ts-cleanups' into maintJunio C Hamano2017-10-23
| |\ \ \ \
| * \ \ \ \ Merge branch 'jt/fast-export-copy-modify-fix' into maintJunio C Hamano2017-10-23
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'rd/bisect-view-is-visualize'Junio C Hamano2017-11-15
|\ \ \ \ \ \ \
| * | | | | | | bisect: mention "view" as an alternative to "visualize"Robert P. J. Day2017-11-13
* | | | | | | | Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano2017-11-15
|\ \ \ \ \ \ \ \
| * | | | | | | | reduce_heads: fix memory leaksMartin Ågren2017-11-08
| * | | | | | | | builtin/merge-base: free commit listsMartin Ågren2017-11-08
* | | | | | | | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
| * | | | | | | | | Merge branch 'bc/object-id' into baseMichael Haggerty2017-10-28
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-06
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jm/status-ignored-files-list'Junio C Hamano2017-11-13
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | status: add option to show ignored files differentlyJameson Miller2017-10-31
| |/ / / / / / / /
* | | | | | | | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * | | | | | | | | diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-01
| * | | | | | | | | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
| * | | | | | | | | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
| * | | | | | | | | diff: remove touched flagsBrandon Williams2017-11-01
| * | | | | | | | | diff: add flag to indicate textconv was set via cmdlineBrandon Williams2017-11-01
| * | | | | | | | | diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-01
| * | | | | | | | | add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams2017-10-31
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mp/push-pushoption-config'Junio C Hamano2017-11-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin/push.c: add push.pushOption configMarius Paliga2017-10-24
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/check-ref-format-oor'Junio C Hamano2017-11-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check-ref-format --branch: strip refs/heads/ using skip_prefixJunio C Hamano2017-10-18
* | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | worktree: convert struct worktree to object_idbrian m. carlson2017-10-16
| * | | | | | | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | builtin/pack-objects: convert to struct object_idbrian m. carlson2017-10-16
| * | | | | | | | | pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-16