summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'rt/fetch-message-fix'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'es/myfirstcontrib-updates'Libravatar Junio C Hamano1-3/+50
2019-12-01Merge branch 'hw/config-doc-in-header'Libravatar Junio C Hamano2-319/+335
2019-12-01Merge branch 'dl/doc-diff-no-index-implies-exit-code'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/vreportf-wo-buffering'Libravatar Junio C Hamano1-4/+16
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Libravatar Junio C Hamano2-1/+25
2019-12-01Merge branch 'pb/help-list-gitsubmodules-among-guides'Libravatar Junio C Hamano2-1/+2
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Libravatar Junio C Hamano1-8/+0
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Libravatar Junio C Hamano1-4/+4
2019-12-01Merge branch 'ma/bisect-doc-sample-update'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Libravatar Junio C Hamano3-8/+18
2019-12-01Merge branch 'jc/log-graph-simplify'Libravatar Junio C Hamano6-326/+659
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Libravatar Junio C Hamano9-302/+312
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceLibravatar Johannes Schindelin1-1/+5
2019-11-30grep: don't return an expression from pcre2_free()Libravatar Hans Jerry Illikainen1-1/+1
2019-11-30t7811: don't create unused fileLibravatar René Scharfe1-1/+0
2019-11-30t9300: don't create unused fileLibravatar René Scharfe1-3/+0
2019-11-30doc: replace public-inbox links with lore.kernel.orgLibravatar Jeff King10-27/+27
2019-11-30doc: recommend lore.kernel.org over public-inbox.orgLibravatar Jeff King3-3/+3
2019-11-30send-pack: use OBJECT_INFO_QUICK to check negative objectsLibravatar Jeff King1-1/+3
2019-11-29ci: build Git with GCC 9 in the 'osx-gcc' build jobLibravatar SZEDER Gábor2-3/+5
2019-11-27test: use test_must_be_empty F instead of test_cmp empty FLibravatar René Scharfe2-5/+2
2019-11-27t7812: add missing redirectsLibravatar Andreas Schwab1-2/+2
2019-11-27test: use test_must_be_empty F instead of test -z $(cat F)Libravatar René Scharfe3-7/+7
2019-11-27t1400: use test_must_be_emptyLibravatar René Scharfe1-4/+4
2019-11-27t1410: use test_line_countLibravatar René Scharfe1-2/+2
2019-11-27t1512: use test_line_countLibravatar René Scharfe1-1/+1
2019-11-27run-command: use prepare_git_cmd() in prepare_cmd()Libravatar René Scharfe1-2/+1
2019-11-27name-rev: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-4/+4
2019-11-27push: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+3
2019-11-27shell: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+2
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-5/+4
2019-11-27fetch: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-9/+3
2019-11-27perf-lib: use a single filename for all measurement typesLibravatar Jeff King2-11/+5
2019-11-25rebase -i: finishing touches to --reset-author-dateLibravatar Junio C Hamano2-5/+7
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryLibravatar Manish Goregaokar2-1/+24
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkLibravatar Mike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkLibravatar Mike Hommey1-1/+1
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsLibravatar Hariom Verma1-20/+0
2019-11-25reset: parse rev as tree-ish in patch modeLibravatar Nika Layzell2-1/+22
2019-11-24doc: mention that 'git submodule update' fetches missing commitsLibravatar Philippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Libravatar Manish Goregaokar1-0/+3
2019-11-24sequencer: don't re-read todo for revert and cherry-pickLibravatar SZEDER Gábor2-1/+31
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterLibravatar Johannes Schindelin2-1/+27
2019-11-23mingw: spawned processes need to inherit only standard handlesLibravatar Johannes Schindelin2-12/+110
2019-11-23mingw: work around incorrect standard handlesLibravatar Johannes Schindelin1-1/+11
2019-11-23mingw: demonstrate that all file handles are inherited by child processesLibravatar Johannes Schindelin2-0/+48
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolLibravatar SZEDER Gábor2-2/+2
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesLibravatar SZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingLibravatar Phillip Wood2-5/+53