summaryrefslogtreecommitdiffstats
path: root/tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-01The sixth batchJunio C Hamano1-0/+52
2020-05-01test-bloom: fix usage typoDerrick Stolee1-1/+1
2020-05-01bloom: fix whitespace around tab lengthDerrick Stolee2-10/+10
2020-05-01gitcredentials(7): make shell-snippet example more realisticJeff King1-2/+3
2020-05-01gitcredentials(7): clarify quoting of helper examplesJeff King1-5/+10
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau4-16/+31
2020-04-30shallow.h: document '{commit,rollback}_shallow_file'Taylor Blau1-0/+2
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau16-61/+91
2020-04-30commit: make 'commit_graft_pos' non-staticTaylor Blau2-1/+3
2020-04-30switch: fix errors and comments related to -c and -CDenton Liu1-4/+10
2020-04-30The fifth batchJunio C Hamano1-0/+19
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano4-42/+4
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau2-1/+4
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau2-0/+28
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau3-2/+18
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2-1/+55
2020-04-29credential-store: document the file format a bit moreJunio C Hamano1-0/+4
2020-04-29The fourth batchJunio C Hamano1-0/+95
2020-04-29push: anonymize URLs in error messages and warningsJohannes Schindelin1-2/+4
2020-04-28rebase: save autostash entry into stash reflog on --quitDenton Liu3-1/+23
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu31-181/+173
2020-04-28t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsJeff King1-0/+1
2020-04-28fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan2-0/+31
2020-04-28fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan2-4/+27
2020-04-28fetch-pack: return enum from process_acks()Jonathan Tan1-8/+28
2020-04-28bugreport: drop extraneous includesEmily Shaffer1-2/+0
2020-04-27rebase: display an error if --root and --fork-point are both providedElijah Newren2-2/+8
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson4-6/+58
2020-04-27macOS/brew: let the build find gettext headers/libraries/msgfmtJohannes Schindelin1-2/+11
2020-04-27lockfile.c: introduce 'hold_lock_file_for_update_mode'Taylor Blau2-12/+38
2020-04-27tempfile.c: introduce 'create_tempfile_mode'Taylor Blau2-4/+12
2020-04-27progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh3-9/+10
2020-04-27graph.c: limit linkage of internal variableĐoàn Trần Công Danh1-1/+1
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2-1/+1
2020-04-27test-parse-pathspec-file.c: s/0/NULL/ for pointer typeĐoàn Trần Công Danh1-3/+3
2020-04-25commit-graph: close descriptors after mmapJeff King3-17/+8
2020-04-25gitweb: Recognize *-to and Closes/Fixes trailersEmma Brooks1-1/+1
2020-04-25config doc: fix reference to config.worktree infoMatheus Tavares1-5/+6
2020-04-25credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin4-3/+77
2020-04-25credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-24credential: fix grammarJohannes Schindelin1-1/+1
2020-04-24date.c: allow compact version of ISO-8601 datetimeĐoàn Trần Công Danh2-0/+17
2020-04-24date.c: skip fractional second part of ISO-8601Đoàn Trần Công Danh3-1/+19
2020-04-24date.c: validate and set time in a helper functionĐoàn Trần Công Danh1-4/+15
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau5-16/+59
2020-04-24t5537: use test_write_lines and indented heredocs for readabilityTaylor Blau1-53/+17
2020-04-24multi-pack-index: close file descriptor after mmapDerrick Stolee2-5/+1
2020-04-24test-bloom: check that we have expected argumentsJeff King1-4/+16