aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
* | | | | | | | | 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
* | | | | | | | | | | Merge branch 'jk/describe-omit-some-refs'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | describe: teach describe negative pattern matchesJacob Keller2017-01-23
| * | | | | | | | | | describe: teach --match to accept multiple patternsJacob Keller2017-01-23
| * | | | | | | | | | name-rev: add support to exclude refs by pattern matchJacob Keller2017-01-23
| * | | | | | | | | | name-rev: extend --refs to accept multiple patternsJacob Keller2017-01-23
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'Junio C Hamano2017-02-16
|\ \ \ \ \ \ \ \ \ \