Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/prati0100/git-gui | Junio C Hamano | 2021-03-01 | 3 | -3/+22 |
|\ | |||||
| * | Merge branch 'py/commit-comments' | Pratyush Yadav | 2021-02-22 | 2 | -2/+21 |
| |\ | |||||
| | * | git-gui: remove lines starting with the comment character | Pratyush Yadav | 2021-02-18 | 2 | -2/+21 |
| |/ | |||||
| * | Merge branch 'mk/russian-translation' | Pratyush Yadav | 2021-02-02 | 1 | -1/+1 |
| |\ | |||||
| | * | git-gui: fix typo in russian locale | Mikhail Klyushin | 2021-02-02 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'js/commit-graph-warning' | Junio C Hamano | 2021-03-01 | 1 | -11/+3 |
|\ \ | |||||
| * | | Revert "commit-graph: when incompatible with graphs, indicate why" | Junio C Hamano | 2021-03-01 | 1 | -11/+3 |
* | | | Git 2.31-rc0v2.31.0-rc0 | Junio C Hamano | 2021-02-26 | 2 | -1/+50 |
* | | | Merge branch 'jc/push-delete-nothing' | Junio C Hamano | 2021-02-26 | 2 | -1/+6 |
|\ \ \ | |||||
| * | | | push: do not turn --delete '' into a matching push | Junio C Hamano | 2021-02-24 | 2 | -1/+6 |
* | | | | Merge branch 'sh/mergetools-vimdiff1' | Junio C Hamano | 2021-02-26 | 1 | -1/+12 |
|\ \ \ \ | |||||
| * | | | | mergetools/vimdiff: add vimdiff1 merge tool variant | Seth House | 2021-02-23 | 1 | -1/+12 |
* | | | | | Merge branch 'dl/doc-config-camelcase' | Junio C Hamano | 2021-02-26 | 5 | -7/+7 |
|\ \ \ \ \ | |||||
| * | | | | | index-format doc: camelCase core.excludesFile | Junio C Hamano | 2021-02-25 | 1 | -2/+2 |
| * | | | | | blame-options.txt: camelcase blame.blankBoundary | Junio C Hamano | 2021-02-25 | 1 | -1/+1 |
| * | | | | | i18n.txt: camel case and monospace "i18n.commitEncoding" | Denton Liu | 2021-02-25 | 3 | -4/+4 |
* | | | | | | Merge branch 'js/params-vs-args' | Junio C Hamano | 2021-02-26 | 6 | -18/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | replace "parameters" by "arguments" in error messages | Johannes Sixt | 2021-02-23 | 6 | -18/+18 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ug/doc-commit-approxidate' | Junio C Hamano | 2021-02-26 | 1 | -4/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: mention approxidates for git-commit --date | Jeff King | 2021-02-23 | 1 | -4/+7 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'es/maintenance-of-bare-repositories' | Junio C Hamano | 2021-02-26 | 2 | -17/+46 |
|\ \ \ \ \ \ | |||||
| * | | | | | | maintenance: fix incorrect `maintenance.repo` path with bare repository | Eric Sunshine | 2021-02-23 | 2 | -17/+46 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mt/add-chmod-fixes' | Junio C Hamano | 2021-02-26 | 2 | -10/+54 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add: propagate --chmod errors to exit status | Matheus Tavares | 2021-02-24 | 2 | -10/+28 |
| * | | | | | | add: mark --chmod error string for translation | Matheus Tavares | 2021-02-24 | 2 | -2/+2 |
| * | | | | | | add --chmod: don't update index when --dry-run is used | Matheus Tavares | 2021-02-24 | 2 | -3/+29 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ds/merge-base-independent' | Junio C Hamano | 2021-02-26 | 1 | -25/+165 |
|\ \ \ \ \ \ | |||||
| * | | | | | | commit-reach: stale commits may prune generation further | Derrick Stolee | 2021-02-22 | 1 | -7/+21 |
| * | | | | | | commit-reach: use heuristic in remove_redundant() | Derrick Stolee | 2021-02-22 | 1 | -16/+56 |
| * | | | | | | commit-reach: move compare_commits_by_gen | Derrick Stolee | 2021-02-22 | 1 | -15/+15 |
| * | | | | | | commit-reach: use one walk in remove_redundant() | Derrick Stolee | 2021-02-22 | 1 | -8/+96 |
| * | | | | | | commit-reach: reduce requirements for remove_redundant() | Derrick Stolee | 2021-02-01 | 1 | -6/+4 |
* | | | | | | | Merge branch 'ah/rebase-no-fork-point-config' | Junio C Hamano | 2021-02-26 | 3 | -17/+61 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase: add a config option for --no-fork-point | Alex Henrie | 2021-02-24 | 3 | -17/+61 |
* | | | | | | | | Merge branch 'mt/grep-sparse-checkout' | Junio C Hamano | 2021-02-26 | 3 | -11/+179 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | grep: honor sparse-checkout on working tree searches | Matheus Tavares | 2021-02-10 | 3 | -11/+179 |
* | | | | | | | | | Merge branch 'ah/commit-graph-leakplug' | Junio C Hamano | 2021-02-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit-graph: avoid leaking topo_levels slab in write_commit_graph() | Andrzej Hunt | 2021-02-22 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'zh/difftool-skip-to' | Junio C Hamano | 2021-02-26 | 2 | -0/+40 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | difftool.c: learn a new way start at specified file | ZheNing Hu | 2021-02-22 | 2 | -0/+40 |
* | | | | | | | | | | | Merge branch 'cw/pack-config-doc' | Junio C Hamano | 2021-02-26 | 2 | -1/+19 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | doc: mention bigFileThreshold for packing | Christian Walther | 2021-02-22 | 2 | -1/+19 |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jc/maint-column-doc-typofix' | Junio C Hamano | 2021-02-26 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Documentation: typofix --column description | Junio C Hamano | 2021-02-20 | 3 | -3/+3 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'ma/doc-markup-fix' | Junio C Hamano | 2021-02-26 | 3 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitmailmap.txt: fix rendering of e-mail addresses | Martin Ågren | 2021-02-18 | 1 | -4/+4 |
| * | | | | | | | | | | | git.txt: fix monospace rendering | Martin Ågren | 2021-02-18 | 1 | -1/+1 |
| * | | | | | | | | | | | rev-list-options.txt: fix rendering of bonus paragraph | Martin Ågren | 2021-02-17 | 1 | -3/+3 |
* | | | | | | | | | | | | Merge branch 'jc/diffcore-rotate' | Junio C Hamano | 2021-02-26 | 12 | -1/+197 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | diff: --{rotate,skip}-to=<path> | Junio C Hamano | 2021-02-16 | 12 | -1/+197 |