Age | Commit message (Expand) | Author | Files | Lines |
2020-11-17 | builtin/repack.c: don't move existing packs out of the way | Taylor Blau | 1 | -89/+14 |
2020-11-16 | pull: check for local submodule modifications with the right range | Philippe Blain | 1 | -1/+1 |
2020-11-16 | pull --rebase: compute rebase arguments in separate function | Philippe Blain | 1 | -11/+35 |
2020-11-16 | builtin/repack.c: keep track of what pack-objects wrote | Taylor Blau | 1 | -1/+30 |
2020-11-16 | repack: make "exts" array available outside cmd_repack() | Jeff King | 1 | -9/+10 |
2020-11-16 | update-ref: disallow "start" for ongoing transactions | Patrick Steinhardt | 1 | -0/+2 |
2020-11-16 | update-ref: allow creation of multiple transactions | Patrick Steinhardt | 1 | -1/+12 |
2020-11-16 | use size_t to store pack .idx byte offsets | Jeff King | 1 | -3/+3 |
2020-11-16 | compute pack .idx byte offsets using size_t | Jeff King | 1 | -1/+1 |
2020-11-11 | receive-pack: log received client session ID | Josh Steadmon | 1 | -0/+7 |
2020-11-11 | receive-pack: advertise session ID in v0 capabilities | Josh Steadmon | 1 | -0/+8 |
2020-11-11 | Merge branch 'rs/clear-commit-marks-in-repo' | Junio C Hamano | 2 | -2/+2 |
2020-11-11 | shortlog: use strset from strmap.h | Elijah Newren | 1 | -57/+4 |
2020-11-11 | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 1 | -5/+4 |
2020-11-11 | receive-pack: use default version 0 for proc-receive | Jiang Xin | 1 | -1/+6 |
2020-11-11 | receive-pack: gently write messages to proc-receive | Jiang Xin | 1 | -24/+63 |
2020-11-10 | rev-parse: handle --end-of-options | Jeff King | 1 | -23/+33 |
2020-11-10 | rev-parse: put all options under the "-" check | Jeff King | 1 | -24/+23 |
2020-11-10 | rev-parse: don't accept options after dashdash | Jeff King | 1 | -5/+6 |
2020-11-09 | format-patch: make output filename configurable | Junio C Hamano | 1 | -6/+14 |
2020-11-09 | Merge branch 'jk/committer-date-is-author-date-fix-simplify' | Junio C Hamano | 1 | -16/+3 |
2020-11-09 | Merge branch 'ab/git-remote-exit-code' | Junio C Hamano | 1 | -14/+28 |
2020-11-09 | Merge branch 'jk/checkout-index-errors' | Junio C Hamano | 1 | -2/+14 |
2020-11-09 | Merge branch 'mr/bisect-in-c-3' | Junio C Hamano | 1 | -76/+111 |
2020-11-04 | rebase -i: simplify get_revision_ranges() | Phillip Wood | 1 | -6/+4 |
2020-11-04 | rebase -i: use struct object_id when writing state | Phillip Wood | 1 | -2/+3 |
2020-11-04 | rebase -i: use struct object_id rather than looking up commit | Phillip Wood | 1 | -2/+3 |
2020-11-04 | rebase -i: stop overwriting ORIG_HEAD buffer | Phillip Wood | 1 | -5/+5 |
2020-11-04 | format-patch: support --output option | Jeff King | 1 | -2/+9 |
2020-11-04 | format-patch: tie file-opening logic to output_directory | Jeff King | 1 | -6/+6 |
2020-11-04 | format-patch: refactor output selection | Jeff King | 1 | -9/+9 |
2020-11-04 | log: diagnose -L used with pathspec as an error | Junio C Hamano | 1 | -0/+3 |
2020-11-02 | merge,rebase,revert: select ort or recursive by config or environment | Elijah Newren | 3 | -4/+42 |
2020-11-02 | Merge branch 'mk/diff-ignore-regex' | Junio C Hamano | 1 | -0/+1 |
2020-11-02 | Merge branch 'jk/fast-import-marks-cleanup' | Junio C Hamano | 1 | -1/+0 |
2020-11-02 | Merge branch 'tk/credential-config' | Junio C Hamano | 1 | -0/+3 |
2020-11-02 | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 3 | -21/+55 |
2020-11-02 | Merge branch 'bk/sob-dco' | Junio C Hamano | 7 | -7/+7 |
2020-11-02 | Merge branch 'ds/maintenance-commit-graph-auto-fix' | Junio C Hamano | 1 | -1/+11 |
2020-11-02 | Merge branch 'jk/fast-import-marks-alloc-fix' | Junio C Hamano | 1 | -14/+17 |
2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 2 | -4/+4 |
2020-11-01 | blame: simplify 'setup_blame_bloom_data' interface | Philippe Blain | 1 | -1/+1 |
2020-11-01 | blame: simplify 'setup_scoreboard' interface | Philippe Blain | 1 | -1/+1 |
2020-11-01 | blame: enable funcname blaming with userdiff driver | Philippe Blain | 1 | -2/+2 |
2020-11-01 | line-log: mention both modes in 'blame' and 'log' short help | Philippe Blain | 2 | -3/+4 |
2020-11-01 | stash: simplify reflog emptiness check | René Scharfe | 1 | -14/+13 |
2020-10-31 | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 2 | -2/+2 |
2020-10-29 | Merge branch 'jk/committer-date-is-author-date-fix' into maint | Junio C Hamano | 1 | -2/+2 |
2020-10-27 | Merge branch 'dl/checkout-guess' | Junio C Hamano | 1 | -1/+6 |
2020-10-27 | Merge branch 'dl/checkout-p-merge-base' | Junio C Hamano | 1 | -1/+14 |