summaryrefslogtreecommitdiffstats
path: root/pkt-line.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi2-1/+30
2018-10-25t5410: use longer path for sample scriptJeff King1-1/+1
2018-10-25run-command: mark path lookup errors with ENOENTJeff King2-5/+29
2018-10-24Documentation/config.txt: fix typo in core.alternateRefsCommandTaylor Blau1-1/+1
2018-10-19Fifth batch for 2.20Junio C Hamano1-0/+82
2018-10-18list-objects: support for skipping tree traversalMatthew DeVore4-3/+32
2018-10-18Revert "subtree: make install targets depend on build targets"Junio C Hamano1-3/+3
2018-10-16subtree: make install targets depend on build targetsChristian Hesse1-3/+3
2018-10-16send-email: also pick up cc addresses from -by trailersRasmus Villemoes2-8/+16
2018-10-16Fourth batch for 2.20Junio C Hamano1-0/+50
2018-10-16git-p4: fully support unshelving changelistsLuke Diamand3-51/+106
2018-10-16git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLuke Diamand3-7/+8
2018-10-16mingw: use domain information for default emailJohannes Schindelin4-0/+14
2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin1-1/+31
2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin1-7/+18
2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon5-19/+53
2018-10-15fuzz: add basic fuzz testing target.Josh Steadmon3-0/+48
2018-10-15rerere: convert to use the_hash_algobrian m. carlson1-39/+42
2018-10-15submodule: make zero-oid comparison hash function agnosticbrian m. carlson1-1/+6
2018-10-15apply: rename new_sha1_prefix and old_sha1_prefixbrian m. carlson1-20/+20
2018-10-15apply: replace hard-coded constantsbrian m. carlson1-8/+10
2018-10-15tag: express constant in terms of the_hash_algobrian m. carlson1-1/+1
2018-10-15transport: use parse_oid_hex instead of a constantbrian m. carlson1-3/+4
2018-10-15upload-pack: express constants in terms of the_hash_algobrian m. carlson1-6/+7
2018-10-15refs/packed-backend: express constants using the_hash_algobrian m. carlson1-7/+7
2018-10-15packfile: express constants in terms of the_hash_algobrian m. carlson1-2/+3
2018-10-15pack-revindex: express constants in terms of the_hash_algobrian m. carlson1-4/+6
2018-10-15builtin/fetch-pack: remove constants with parse_oid_hexbrian m. carlson1-6/+7
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson1-1/+1
2018-10-15builtin/repack: replace hard-coded constantsbrian m. carlson1-6/+7
2018-10-15pack-bitmap-write: use GIT_MAX_RAWSZ for allocationbrian m. carlson1-1/+1
2018-10-15object_id.cocci: match only expressions of type 'struct object_id'SZEDER Gábor1-54/+63
2018-10-15filter-trees: code clean-up of testsMatthew DeVore3-5/+5
2018-10-12subtree: performance improvement for finding unexpected parent commitsRoger Strain1-1/+1
2018-10-12diff.c: pass sign_index to emit_line_ws_markupStefan Beller1-7/+5
2018-10-12git-p4: do not fail in verbose mode for missing 'fileSize' keyLuke Diamand1-1/+4
2018-10-12log: fix coloring of certain octopus merge shapesNoam Postavsky2-15/+145
2018-10-12doc: move git-cherry to plumbingDaniels Umanovskis2-12/+1
2018-10-12doc: move git-get-tar-commit-id to plumbingDaniels Umanovskis1-1/+1
2018-10-12split-index: BUG() when cache entry refers to non-existing shared entrySZEDER Gábor1-2/+2
2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor4-8/+46
2018-10-12split-index: don't compare cached data of entries already marked for split indexSZEDER Gábor1-17/+72
2018-10-12split-index: count the number of deleted entriesSZEDER Gábor1-1/+1
2018-10-12t1700-split-index: date back files to avoid racy situationsSZEDER Gábor1-21/+28