Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'en/zdiff3' | Junio C Hamano | 2021-12-15 | 1 | -3/+3 |
|\ | |||||
| * | xdiff: implement a zealous diff3, or "zdiff3" | Phillip Wood | 2021-12-01 | 1 | -3/+3 |
* | | Merge branch 'hn/reftable' | Junio C Hamano | 2021-12-15 | 2 | -3/+22 |
|\ \ | |||||
| * | | reftable: utility functions | Han-Wen Nienhuys | 2021-10-08 | 2 | -3/+22 |
* | | | Merge branch 'yn/complete-date-format-options' | Junio C Hamano | 2021-12-10 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | completion: add human and auto: date format | Yoichi Nakayama | 2021-11-26 | 1 | -1/+1 |
* | | | | Merge branch 'bc/require-c99' | Junio C Hamano | 2021-12-10 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | git-compat-util: add a test balloon for C99 support | brian m. carlson | 2021-12-01 | 1 | -1/+1 |
* | | | | | Merge branch 'jk/jump-merge-with-pathspec' | Junio C Hamano | 2021-12-10 | 2 | -1/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | git-jump: pass "merge" arguments to ls-files | Jeff King | 2021-11-09 | 2 | -1/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ab/sh-retire-helper-functions' | Junio C Hamano | 2021-11-30 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | git-sh-setup: remove "sane_grep", it's not needed anymore | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -1/+0 |
* | | | | | Merge branch 'tp/send-email-completion' | Junio C Hamano | 2021-11-30 | 1 | -10/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | send-email: programmatically generate bash completions | Thiago Perrotta | 2021-10-28 | 1 | -10/+1 |
* | | | | | Merge branch 're/completion-fix-test-equality' | Junio C Hamano | 2021-10-30 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | completion: fix incorrect bash/zsh string equality check | Robert Estelle | 2021-10-28 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'rs/xopen-reports-open-failures' into maint | Junio C Hamano | 2021-10-12 | 1 | -0/+16 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'ti/tcsh-completion-regression-fix' into maint | Junio C Hamano | 2021-10-12 | 1 | -2/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'fc/completion-updates' into maint | Junio C Hamano | 2021-10-12 | 1 | -7/+7 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 2021-10-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pull: remove support for `--rebase=preserve` | Johannes Schindelin | 2021-09-08 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ab/help-config-vars' | Junio C Hamano | 2021-10-14 | 1 | -11/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | help / completion: make "git help" do the hard work | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -11/+10 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'ab/config-based-hooks-1' | Junio C Hamano | 2021-10-14 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | hook-list.h: add a generated list of hooks, like config-list.h | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -0/+7 |
* | | | | | | | Merge branch 'en/removing-untracked-fixes' | Junio C Hamano | 2021-10-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Comment important codepaths regarding nuking untracked files/dirs | Elijah Newren | 2021-09-27 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom | Ævar Arnfjörð Bjarmason | 2021-09-27 | 2 | -2/+2 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge branch 'rs/use-xopen-in-index-pack' | Junio C Hamano | 2021-09-23 | 1 | -5/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | index-pack: use xopen in init_thread | René Scharfe | 2021-09-10 | 1 | -5/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'rs/xopen-reports-open-failures' | Junio C Hamano | 2021-09-08 | 1 | -0/+16 |
|\| | | | | |||||
| * | | | | use xopen() to handle fatal open(2) failures | René Scharfe | 2021-08-25 | 1 | -0/+16 |
| |/ / / | |||||
* | | | | Merge branch 'ti/tcsh-completion-regression-fix' | Junio C Hamano | 2021-09-03 | 1 | -2/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | completion: tcsh: Fix regression by drop of wrapper functions | Takashi Iwai | 2021-08-18 | 1 | -2/+3 |
* | | | | Merge branch 'fc/completion-updates' | Junio C Hamano | 2021-09-03 | 1 | -7/+7 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | completion: bash: add correct suffix in variables | Felipe Contreras | 2021-08-18 | 1 | -3/+3 |
| * | | completion: bash: fix for multiple dash commands | Felipe Contreras | 2021-08-18 | 1 | -1/+1 |
| * | | completion: bash: fix for suboptions with value | Felipe Contreras | 2021-08-18 | 1 | -1/+1 |
| * | | completion: bash: fix prefix detection in branch.* | Felipe Contreras | 2021-08-18 | 1 | -2/+2 |
* | | | Merge branch 'ab/attribute-format' | Junio C Hamano | 2021-07-28 | 2 | -0/+2 |
|\ \ \ | |||||
| * | | | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 2021-07-14 | 2 | -0/+2 |
* | | | | Merge branch 'js/gfw-system-config-loc-fix' | Junio C Hamano | 2021-07-17 | 1 | -4/+7 |
|\ \ \ \ | |||||
| * | | | | cmake(windows): set correct path to the system Git config | Dennis Ameling | 2021-06-29 | 1 | -4/+7 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'mr/cmake' | Junio C Hamano | 2021-07-14 | 1 | -9/+28 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | cmake: add warning for ignored MSGFMT_EXE | Matthew Rogers | 2021-06-11 | 1 | -8/+12 |
| * | | | cmake: create compile_commands.json by default | Matthew Rogers | 2021-06-11 | 1 | -0/+4 |
| * | | | cmake: add knob to disable vcpkg | Matthew Rogers | 2021-06-11 | 1 | -4/+15 |
* | | | | Merge branch 'ar/test-code-cleanup' | Junio C Hamano | 2021-07-08 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | t: fix whitespace around && | Andrei Rybak | 2021-06-08 | 2 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'fw/complete-cmd-idx-fix' | Junio C Hamano | 2021-07-08 | 1 | -0/+1 |
|\ \ \ \ |