Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | Merge branch 'js/git-path-in-subdir' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | rev-parse: fix several options when running in a subdirectory | Johannes Schindelin | 2017-02-17 | |
* | | | | | | | | | | Merge branch 'nd/clean-preserve-errno-in-warning' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | clean: use warning_errno() when appropriate | Nguyễn Thái Ngọc Duy | 2017-02-16 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'jk/show-branch-lift-name-len-limit' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | show-branch: use skip_prefix to drop magic numbers | Jeff King | 2017-02-15 | |
| * | | | | | | | | | | show-branch: store resolved head in heap buffer | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | show-branch: drop head_len variable | Jeff King | 2017-02-14 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'jk/grep-no-index-fix' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | grep: treat revs the same for --untracked as for --no-index | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | grep: do not diagnose misspelt revs with --no-index | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | grep: avoid resolving revision names in --no-index case | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | grep: fix "--" rev/pathspec disambiguation | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | grep: re-order rev-parsing loop | Jeff King | 2017-02-14 | |
| * | | | | | | | | | | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 2017-02-14 | |
| * | | | | | | | | | | grep: move thread initialization a little lower | Jeff King | 2017-02-14 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | gc: ignore old gc.log files | David Turner | 2017-02-13 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'js/rebase-helper' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | rebase--helper: add a builtin helper for interactive rebases | Johannes Schindelin | 2017-02-09 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'bw/attr' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 2017-02-01 | |
| * | | | | | | | | | | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 2017-02-01 | |
| * | | | | | | | | | | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 2017-02-01 | |
| * | | | | | | | | | | attr: rename function and struct related to checking attributes | Junio C Hamano | 2017-02-01 | |
* | | | | | | | | | | | Merge branch 'sg/completion' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | rev-parse: add '--absolute-git-dir' option | SZEDER Gábor | 2017-02-03 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'cw/tag-reflog-message' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | tag: generate useful reflog message | Cornelius Weig | 2017-02-08 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'jk/alternate-ref-optim' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | receive-pack: avoid duplicates between our refs and alternates | Jeff King | 2017-02-08 | |
| * | | | | | | | | | | | receive-pack: treat namespace .have lines like alternates | Jeff King | 2017-02-08 | |
| * | | | | | | | | | | | receive-pack: fix misleading namespace/.have comment | Jeff King | 2017-02-08 | |
| * | | | | | | | | | | | receive-pack: use oidset to de-duplicate .have lines | Jeff King | 2017-02-08 | |
| * | | | | | | | | | | | for_each_alternate_ref: pass name/oid instead of ref struct | Jeff King | 2017-02-08 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | branch: implement '--format' option | Karthik Nayak | 2017-01-31 | |
| * | | | | | | | | | | branch: use ref-filter printing APIs | Karthik Nayak | 2017-01-31 | |
| * | | | | | | | | | | branch, tag: use porcelain output | Karthik Nayak | 2017-01-31 | |
| * | | | | | | | | | | ref-filter: rename the 'strip' option to 'lstrip' | Karthik Nayak | 2017-01-10 | |
| * | | | | | | | | | | ref-filter: move get_head_description() from branch.c | Karthik Nayak | 2017-01-10 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'jk/delta-chain-limit' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | pack-objects: convert recursion to iteration in break_delta_chain() | Jeff King | 2017-01-27 | |
| * | | | | | | | | | | pack-objects: enforce --depth limit in reused deltas | Jeff King | 2017-01-27 | |
* | | | | | | | | | | | Merge branch 'jk/describe-omit-some-refs' | Junio C Hamano | 2017-02-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | describe: teach describe negative pattern matches | Jacob Keller | 2017-01-23 | |
| * | | | | | | | | | | describe: teach --match to accept multiple patterns | Jacob Keller | 2017-01-23 | |
| * | | | | | | | | | | name-rev: add support to exclude refs by pattern match | Jacob Keller | 2017-01-23 | |
| * | | | | | | | | | | name-rev: extend --refs to accept multiple patterns | Jacob Keller | 2017-01-23 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively' | Junio C Hamano | 2017-02-16 | |
|\ \ \ \ \ \ \ \ \ \ |