summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-281-0/+3
|\
| * branch: change default of `pager.branch` to "on"Martin Ågren2017-11-201-1/+1
| * branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-201-0/+3
* | Merge branch 'jc/branch-name-sanity'Junio C Hamano2017-11-282-12/+9
|\ \
| * | builtin/branch: remove redundant check for HEADKaartic Sivaraam2017-11-151-3/+0
| * | branch: split validate_new_branchname() into twoJunio C Hamano2017-10-132-9/+9
* | | Merge branch 'sw/pull-ipv46-passthru'Junio C Hamano2017-11-271-0/+12
|\ \ \
| * | | pull: pass -4/-6 option to 'git fetch'Shuyu Wei2017-11-211-0/+12
* | | | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-2/+26
|\ \ \ \
| * | | | add: introduce "--renormalize"Torsten Bögershausen2017-11-171-2/+26
* | | | | Merge branch 'tz/notes-error-to-stderr'Junio C Hamano2017-11-271-4/+4
|\ \ \ \ \
| * | | | | notes: send "Automatic notes merge failed" messages to stderrTodd Zullinger2017-11-151-4/+4
* | | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-212-3/+43
|\ \ \ \ \ \
| * | | | | | update-index: add fsmonitor support to update-indexBen Peart2017-10-011-1/+32
| * | | | | | ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart2017-10-011-2/+6
| * | | | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+2
| * | | | | | update-index: add a new --force-write-index optionBen Peart2017-09-241-1/+4
* | | | | | | Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano2017-11-151-0/+1
|\ \ \ \ \ \ \
| * | | | | | | read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart2017-11-081-0/+1
| * | | | | | | Merge branch 'jk/write-in-full-fix' into maintJunio C Hamano2017-10-234-5/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rj/no-sign-compare' into maintJunio C Hamano2017-10-231-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ma/ts-cleanups' into maintJunio C Hamano2017-10-231-0/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jt/fast-export-copy-modify-fix' into maintJunio C Hamano2017-10-231-14/+32
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'rd/bisect-view-is-visualize'Junio C Hamano2017-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bisect: mention "view" as an alternative to "visualize"Robert P. J. Day2017-11-131-1/+1
* | | | | | | | | | | | | Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano2017-11-155-22/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | reduce_heads: fix memory leaksMartin Ågren2017-11-085-5/+11
| * | | | | | | | | | | | | builtin/merge-base: free commit listsMartin Ågren2017-11-081-18/+18
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-158-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-068-12/+12
| * | | | | | | | | | | | | Merge branch 'bc/object-id' into baseMichael Haggerty2017-10-2830-179/+179
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-151-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-061-2/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jm/status-ignored-files-list'Junio C Hamano2017-11-131-6/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | status: add option to show ignored files differentlyJameson Miller2017-10-311-6/+25
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-0910-37/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | diff: make struct diff_flags members lowercaseBrandon Williams2017-11-019-34/+34
| * | | | | | | | | | | | | diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-011-1/+1
| * | | | | | | | | | | | | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-017-20/+20
| * | | | | | | | | | | | | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-015-11/+11
| * | | | | | | | | | | | | diff: remove touched flagsBrandon Williams2017-11-011-2/+0
| * | | | | | | | | | | | | diff: add flag to indicate textconv was set via cmdlineBrandon Williams2017-11-011-1/+1
| * | | | | | | | | | | | | diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-012-4/+6
| * | | | | | | | | | | | | add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams2017-10-312-2/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'mp/push-pushoption-config'Junio C Hamano2017-11-061-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | builtin/push.c: add push.pushOption configMarius Paliga2017-10-241-5/+21
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/check-ref-format-oor'Junio C Hamano2017-11-061-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | check-ref-format --branch: strip refs/heads/ using skip_prefixJunio C Hamano2017-10-171-2/+4
* | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-0630-179/+179
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-1/+1