Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crendential-store: use timeout when locking file | Simão Afonso | 2020-11-25 | 1 | -2/+6 |
* | Merge branch 'en/strmap' | Junio C Hamano | 2020-11-22 | 3 | -65/+11 |
|\ | |||||
| * | shortlog: use strset from strmap.h | Elijah Newren | 2020-11-11 | 1 | -57/+4 |
| * | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 2020-11-11 | 1 | -5/+4 |
| * | hashmap: provide deallocation function names | Elijah Newren | 2020-11-02 | 2 | -4/+4 |
* | | Merge branch 'jk/rev-parse-end-of-options' | Junio C Hamano | 2020-11-22 | 1 | -45/+55 |
|\ \ | |||||
| * | | rev-parse: handle --end-of-options | Jeff King | 2020-11-10 | 1 | -23/+33 |
| * | | rev-parse: put all options under the "-" check | Jeff King | 2020-11-10 | 1 | -24/+23 |
| * | | rev-parse: don't accept options after dashdash | Jeff King | 2020-11-10 | 1 | -5/+6 |
* | | | Merge branch 'jc/format-patch-name-max' | Junio C Hamano | 2020-11-22 | 1 | -6/+14 |
|\ \ \ | |||||
| * | | | format-patch: make output filename configurable | Junio C Hamano | 2020-11-10 | 1 | -6/+14 |
| |/ / | |||||
* | | | Merge branch 'pb/blame-funcname-range-userdiff' | Junio C Hamano | 2020-11-18 | 2 | -7/+8 |
|\ \ \ | |||||
| * | | | blame: simplify 'setup_blame_bloom_data' interface | Philippe Blain | 2020-11-02 | 1 | -1/+1 |
| * | | | blame: simplify 'setup_scoreboard' interface | Philippe Blain | 2020-11-02 | 1 | -1/+1 |
| * | | | blame: enable funcname blaming with userdiff driver | Philippe Blain | 2020-11-02 | 1 | -2/+2 |
| * | | | line-log: mention both modes in 'blame' and 'log' short help | Philippe Blain | 2020-11-02 | 2 | -3/+4 |
* | | | | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 2020-11-18 | 3 | -4/+42 |
|\ \ \ \ | |||||
| * | | | | merge,rebase,revert: select ort or recursive by config or environment | Elijah Newren | 2020-11-03 | 3 | -4/+42 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 2020-11-18 | 2 | -6/+333 |
|\ \ \ \ | |||||
| * | | | | maintenance: use 'incremental' strategy by default | Derrick Stolee | 2020-10-16 | 1 | -0/+10 |
| * | | | | maintenance: create maintenance.strategy config | Derrick Stolee | 2020-10-16 | 1 | -2/+26 |
| * | | | | maintenance: add start/stop subcommands | Derrick Stolee | 2020-09-25 | 1 | -0/+124 |
| * | | | | maintenance: add [un]register subcommands | Derrick Stolee | 2020-09-25 | 1 | -1/+54 |
| * | | | | for-each-repo: run subcommands on configured repos | Derrick Stolee | 2020-09-25 | 1 | -0/+58 |
| * | | | | maintenance: add --schedule option and config | Derrick Stolee | 2020-09-25 | 1 | -3/+61 |
* | | | | | Merge branch 'pw/rebase-i-orig-head' | Junio C Hamano | 2020-11-18 | 1 | -10/+10 |
|\ \ \ \ \ | |||||
| * | | | | | rebase -i: simplify get_revision_ranges() | Phillip Wood | 2020-11-04 | 1 | -6/+4 |
| * | | | | | rebase -i: use struct object_id when writing state | Phillip Wood | 2020-11-04 | 1 | -2/+3 |
| * | | | | | rebase -i: use struct object_id rather than looking up commit | Phillip Wood | 2020-11-04 | 1 | -2/+3 |
| * | | | | | rebase -i: stop overwriting ORIG_HEAD buffer | Phillip Wood | 2020-11-04 | 1 | -5/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/format-patch-output' | Junio C Hamano | 2020-11-18 | 1 | -15/+22 |
|\ \ \ \ \ | |||||
| * | | | | | format-patch: support --output option | Jeff King | 2020-11-04 | 1 | -2/+9 |
| * | | | | | format-patch: tie file-opening logic to output_directory | Jeff King | 2020-11-04 | 1 | -6/+6 |
| * | | | | | format-patch: refactor output selection | Jeff King | 2020-11-04 | 1 | -9/+9 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'jc/line-log-takes-no-pathspec' | Junio C Hamano | 2020-11-18 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | log: diagnose -L used with pathspec as an error | Junio C Hamano | 2020-11-04 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'rs/empty-reflog-check-fix' | Junio C Hamano | 2020-11-18 | 1 | -14/+13 |
|\ \ \ \ \ | |||||
| * | | | | | stash: simplify reflog emptiness check | René Scharfe | 2020-11-02 | 1 | -14/+13 |
| |/ / / / | |||||
| * | | | | Merge branch 'jk/committer-date-is-author-date-fix' into maint | Junio C Hamano | 2020-10-29 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'rs/clear-commit-marks-in-repo' | Junio C Hamano | 2020-11-11 | 2 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 2020-10-31 | 2 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/committer-date-is-author-date-fix-simplify' | Junio C Hamano | 2020-11-09 | 1 | -16/+3 |
|\ \ \ \ \ | |||||
| * | | | | | am, sequencer: stop parsing our own committer ident | Jeff King | 2020-10-26 | 1 | -16/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ab/git-remote-exit-code' | Junio C Hamano | 2020-11-09 | 1 | -14/+28 |
|\ \ \ \ \ | |||||
| * | | | | | remote: add meaningful exit code on missing/existing | Ævar Arnfjörð Bjarmason | 2020-10-27 | 1 | -14/+28 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/checkout-index-errors' | Junio C Hamano | 2020-11-09 | 1 | -2/+14 |
|\ \ \ \ \ | |||||
| * | | | | | checkout-index: propagate errors to exit code | Jeff King | 2020-10-27 | 1 | -2/+6 |
| * | | | | | checkout-index: drop error message from empty --stage=all | Jeff King | 2020-10-27 | 1 | -0/+8 |
| |/ / / / | |||||
* | | | | | Merge branch 'mr/bisect-in-c-3' | Junio C Hamano | 2020-11-09 | 1 | -76/+111 |
|\ \ \ \ \ | |||||
| * | | | | | bisect--helper: retire `--bisect-autostart` subcommand | Pranit Bauva | 2020-10-16 | 1 | -9/+0 |