aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-27
|\
| * remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-21
* | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-27
|\ \
| * | branch: record creation of renamed branch in HEAD's logKyle Meyer2017-02-20
| * | update-ref: pass reflog message to delete_ref()Kyle Meyer2017-02-20
| * | delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
* | | Merge branch 'js/git-path-in-subdir'Junio C Hamano2017-02-27
|\ \ \
| * | | rev-parse: fix several options when running in a subdirectoryJohannes Schindelin2017-02-17
* | | | Merge branch 'nd/clean-preserve-errno-in-warning'Junio C Hamano2017-02-27
|\ \ \ \
| * | | | clean: use warning_errno() when appropriateNguyễn Thái Ngọc Duy2017-02-16
| | |_|/ | |/| |
* | | | Merge branch 'jk/show-branch-lift-name-len-limit'Junio C Hamano2017-02-27
|\ \ \ \
| * | | | show-branch: use skip_prefix to drop magic numbersJeff King2017-02-15
| * | | | show-branch: store resolved head in heap bufferJeff King2017-02-14
| * | | | show-branch: drop head_len variableJeff King2017-02-14
* | | | | Merge branch 'jk/grep-no-index-fix'Junio C Hamano2017-02-27
|\ \ \ \ \
| * | | | | grep: treat revs the same for --untracked as for --no-indexJeff King2017-02-14
| * | | | | grep: do not diagnose misspelt revs with --no-indexJeff King2017-02-14
| * | | | | grep: avoid resolving revision names in --no-index caseJeff King2017-02-14
| * | | | | grep: fix "--" rev/pathspec disambiguationJeff King2017-02-14
| * | | | | grep: re-order rev-parsing loopJeff King2017-02-14
| * | | | | grep: do not unnecessarily query repo for "--"Jonathan Tan2017-02-14
| * | | | | grep: move thread initialization a little lowerJeff King2017-02-14
* | | | | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | gc: ignore old gc.log filesDavid Turner2017-02-13
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/rebase-helper'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-09
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/attr'Junio C Hamano2017-02-27
|\ \ \ \ \ \
| * | | | | | attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-01
| * | | | | | attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
| * | | | | | attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-01
| * | | | | | attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* | | | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-03
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'cw/tag-reflog-message'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | tag: generate useful reflog messageCornelius Weig2017-02-08
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/alternate-ref-optim'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: avoid duplicates between our refs and alternatesJeff King2017-02-08
| * | | | | | | receive-pack: treat namespace .have lines like alternatesJeff King2017-02-08
| * | | | | | | receive-pack: fix misleading namespace/.have commentJeff King2017-02-08
| * | | | | | | receive-pack: use oidset to de-duplicate .have linesJeff King2017-02-08
| * | | | | | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-08
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \
| * | | | | | | branch: implement '--format' optionKarthik Nayak2017-01-31
| * | | | | | | branch: use ref-filter printing APIsKarthik Nayak2017-01-31
| * | | | | | | branch, tag: use porcelain outputKarthik Nayak2017-01-31
| * | | | | | | ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-10
| * | | | | | | ref-filter: move get_head_description() from branch.cKarthik Nayak2017-01-10
* | | | | | | | Merge branch 'jk/delta-chain-limit'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | pack-objects: convert recursion to iteration in break_delta_chain()Jeff King2017-01-27
| * | | | | | | | pack-objects: enforce --depth limit in reused deltasJeff King2017-01-27