Age | Commit message (Expand) | Author | Files | Lines |
2022-02-11 | Merge branch 'bc/csprng-mktemps' | Junio C Hamano | 1 | -1/+1 |
2022-01-17 | wrapper: add a helper to generate numbers from a CSPRNG | brian m. carlson | 1 | -1/+1 |
2022-01-10 | Merge branch 'jl/subtree-check-parents-argument-passing-fix' | Junio C Hamano | 1 | -4/+3 |
2022-01-04 | subtree: fix argument handling in check_parents | James Limbouris | 1 | -4/+3 |
2022-01-03 | Merge branch 'es/test-chain-lint' | Junio C Hamano | 2 | -2/+2 |
2021-12-21 | Merge branch 'js/scalar' | Junio C Hamano | 7 | -0/+1266 |
2021-12-15 | Merge branch 'en/zdiff3' | Junio C Hamano | 1 | -3/+3 |
2021-12-15 | Merge branch 'hn/reftable' | Junio C Hamano | 2 | -3/+22 |
2021-12-13 | t6000-t9999: detect and signal failure within loop | Eric Sunshine | 1 | -1/+1 |
2021-12-13 | tests: fix broken &&-chains in `$(...)` command substitutions | Eric Sunshine | 1 | -1/+1 |
2021-12-10 | Merge branch 'yn/complete-date-format-options' | Junio C Hamano | 1 | -1/+1 |
2021-12-10 | Merge branch 'bc/require-c99' | Junio C Hamano | 1 | -1/+1 |
2021-12-10 | Merge branch 'jk/jump-merge-with-pathspec' | Junio C Hamano | 2 | -1/+4 |
2021-12-04 | scalar: implement the `version` command | Johannes Schindelin | 1 | -0/+39 |
2021-12-04 | scalar: implement the `delete` command | Matthew John Cheetham | 3 | -0/+80 |
2021-12-04 | scalar: teach 'reconfigure' to optionally handle all registered enlistments | Johannes Schindelin | 3 | -6/+67 |
2021-12-04 | scalar: allow reconfiguring an existing enlistment | Johannes Schindelin | 3 | -28/+67 |
2021-12-04 | scalar: implement the `run` command | Derrick Stolee | 2 | -0/+83 |
2021-12-04 | scalar: teach 'clone' to support the --single-branch option | Johannes Schindelin | 3 | -4/+23 |
2021-12-04 | scalar: implement the `clone` subcommand | Johannes Schindelin | 3 | -3/+262 |
2021-12-04 | scalar: implement 'scalar list' | Derrick Stolee | 2 | -1/+21 |
2021-12-04 | scalar: let 'unregister' handle a deleted enlistment directory gracefully | Johannes Schindelin | 2 | -0/+61 |
2021-12-04 | scalar: 'unregister' stops background maintenance | Derrick Stolee | 2 | -8/+50 |
2021-12-04 | scalar: 'register' sets recommended config and starts maintenance | Derrick Stolee | 2 | -1/+266 |
2021-12-04 | scalar: create test infrastructure | Johannes Schindelin | 3 | -3/+109 |
2021-12-04 | scalar: start documenting the command | Johannes Schindelin | 1 | -0/+38 |
2021-12-04 | scalar: create a rudimentary executable | Johannes Schindelin | 3 | -0/+72 |
2021-12-04 | scalar: add a README with a roadmap | Johannes Schindelin | 1 | -0/+82 |
2021-12-01 | git-compat-util: add a test balloon for C99 support | brian m. carlson | 1 | -1/+1 |
2021-12-01 | xdiff: implement a zealous diff3, or "zdiff3" | Phillip Wood | 1 | -3/+3 |
2021-11-29 | Merge branch 'ab/sh-retire-helper-functions' | Junio C Hamano | 1 | -1/+0 |
2021-11-29 | Merge branch 'tp/send-email-completion' | Junio C Hamano | 1 | -10/+1 |
2021-11-25 | completion: add human and auto: date format | Yoichi Nakayama | 1 | -1/+1 |
2021-11-09 | git-jump: pass "merge" arguments to ls-files | Jeff King | 2 | -1/+4 |
2021-10-29 | Merge branch 're/completion-fix-test-equality' | Junio C Hamano | 1 | -1/+1 |
2021-10-28 | completion: fix incorrect bash/zsh string equality check | Robert Estelle | 1 | -1/+1 |
2021-10-28 | send-email: programmatically generate bash completions | Thiago Perrotta | 1 | -10/+1 |
2021-10-21 | git-sh-setup: remove "sane_grep", it's not needed anymore | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-10-18 | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 1 | -1/+1 |
2021-10-13 | Merge branch 'ab/help-config-vars' | Junio C Hamano | 1 | -11/+10 |
2021-10-13 | Merge branch 'ab/config-based-hooks-1' | Junio C Hamano | 1 | -0/+7 |
2021-10-13 | Merge branch 'en/removing-untracked-fixes' | Junio C Hamano | 1 | -1/+1 |
2021-10-12 | Merge branch 'rs/xopen-reports-open-failures' into maint | Junio C Hamano | 1 | -0/+16 |
2021-10-12 | Merge branch 'ti/tcsh-completion-regression-fix' into maint | Junio C Hamano | 1 | -2/+3 |
2021-10-12 | Merge branch 'fc/completion-updates' into maint | Junio C Hamano | 1 | -7/+7 |
2021-10-08 | reftable: utility functions | Han-Wen Nienhuys | 2 | -3/+22 |
2021-09-27 | *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom | Ævar Arnfjörð Bjarmason | 2 | -2/+2 |
2021-09-27 | Comment important codepaths regarding nuking untracked files/dirs | Elijah Newren | 1 | -1/+1 |
2021-09-27 | hook-list.h: add a generated list of hooks, like config-list.h | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2021-09-23 | Merge branch 'rs/use-xopen-in-index-pack' | Junio C Hamano | 1 | -5/+8 |