summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano141-214/+214
2019-12-01Merge branch 'ns/test-desc-typofix'Junio C Hamano1-2/+2
2019-12-01Merge branch 'en/t6024-style'Junio C Hamano1-55/+59
2019-12-01Merge branch 'en/misc-doc-fixes'Junio C Hamano3-5/+5
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano2-2/+12
2019-12-01Merge branch 'rs/trace2-dots'Junio C Hamano1-15/+2
2019-12-01Merge branch 'kw/fsmonitor-watchman-fix'Junio C Hamano2-18/+8
2019-12-01Merge branch 'cb/curl-use-xmalloc'Junio C Hamano1-10/+8
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano1-1/+1
2019-12-01Merge branch 'es/myfirstcontrib-updates'Junio C Hamano1-3/+50
2019-12-01Merge branch 'hw/config-doc-in-header'Junio C Hamano2-319/+335
2019-12-01Merge branch 'dl/doc-diff-no-index-implies-exit-code'Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/vreportf-wo-buffering'Junio C Hamano1-4/+16
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano2-1/+25
2019-12-01Merge branch 'pb/help-list-gitsubmodules-among-guides'Junio C Hamano2-1/+2
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano1-8/+0
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano1-4/+4
2019-12-01Merge branch 'ma/bisect-doc-sample-update'Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano3-8/+18
2019-12-01Merge branch 'jc/log-graph-simplify'Junio C Hamano6-325/+658
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano9-301/+311
2019-12-01built-in add -i: offer the `quit` commandJohannes Schindelin1-5/+11
2019-12-01built-in add -i: re-implement the `diff` commandJohannes Schindelin1-0/+42
2019-12-01built-in add -i: implement the `patch` commandJohannes Schindelin1-7/+84
2019-12-01built-in add -i: re-implement `add-untracked` in CJohannes Schindelin1-0/+91
2019-12-01built-in add -i: re-implement `revert` in CJohannes Schindelin1-0/+109
2019-12-01built-in add -i: implement the `update` commandJohannes Schindelin1-20/+110
2019-12-01built-in add -i: prepare for multi-selection commandsJohannes Schindelin1-25/+89
2019-12-01built-in add -i: allow filtering the modified files listJohannes Schindelin1-7/+26
2019-12-01add-interactive: make sure to release `rev.prune_data`Johannes Schindelin1-0/+3
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin1-1/+5
2019-11-30grep: don't return an expression from pcre2_free()Hans Jerry Illikainen1-1/+1
2019-11-30t9001: avoid including non-trailing NUL bytes in variablesbrian m. carlson1-1/+1
2019-11-30gpg-interface: prefer check_signature() for GPG verificationHans Jerry Illikainen4-75/+72
2019-11-30t4210: skip i18n tests that don't work on FreeBSDEd Maste2-3/+9
2019-11-30archive-zip.c: switch to reentrant localtime_rDoan Tran Cong Danh1-5/+5
2019-11-30date.c: switch to reentrant {gm,local}time_rDoan Tran Cong Danh1-8/+10
2019-11-30t7811: don't create unused fileRené Scharfe1-1/+0
2019-11-30t9300: don't create unused fileRené Scharfe1-3/+0
2019-11-30sequencer: fix a memory leak in sequencer_continue()Alban Gruin1-2/+4
2019-11-30doc: replace public-inbox links with lore.kernel.orgJeff King10-27/+27
2019-11-30doc: recommend lore.kernel.org over public-inbox.orgJeff King3-3/+3
2019-11-30send-pack: use OBJECT_INFO_QUICK to check negative objectsJeff King1-1/+3
2019-11-29t7700: s/test -f/test_path_is_file/Denton Liu1-4/+4
2019-11-29t7700: move keywords onto their own lineDenton Liu1-17/+34
2019-11-29t7700: remove spaces after redirect operatorsDenton Liu1-9/+9
2019-11-29t7700: drop redirections to /dev/nullDenton Liu1-3/+3
2019-11-29t7501: stop losing return codes of git commandsDenton Liu1-30/+39
2019-11-29t7501: remove spaces after redirect operatorsDenton Liu1-11/+11
2019-11-29t5703: stop losing return codes of git commandsDenton Liu1-17/+29