summaryrefslogtreecommitdiffstats
path: root/attr.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-21The thirteenth batchJunio C Hamano1-0/+15
2022-03-17diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason2-4/+13
2022-03-17tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber1-1/+7
2022-03-17The twelfth batchJunio C Hamano1-0/+21
2022-03-16partial-clone: add a partial-clone test caseAbhradeep Chakraborty1-0/+19
2022-03-16sequencer: use reverse_commit_list() helperJayati Shrivastava1-6/+4
2022-03-16completion: tab completion of filenames for 'git restore'David Cantrell1-0/+4
2022-03-15core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh3-3/+65
2022-03-15maintenance: fix synopsis in documentationDerrick Stolee1-18/+20
2022-03-15cat-file: skip expanding default formatJohn Cai2-6/+35
2022-03-14repack: add config to skip updating server infoPatrick Steinhardt3-1/+28
2022-03-14repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt2-4/+36
2022-03-14attr.h: remove duplicate struct definitionElia Pinto1-1/+0
2022-03-13The eleventh batchJunio C Hamano1-0/+21
2022-03-13t/helper/test-run-command.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13builtin/stash.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13builtin/sparse-checkout.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13builtin/gc.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13attr.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13t6423-merge-rename-directories.sh: use the $(...) constructElia Pinto1-5/+5
2022-03-13name-rev: use generation numbers if availableJacob Keller2-14/+175
2022-03-13reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason2-0/+11
2022-03-13userdiff: add builtin diff driver for kotlin language.Jaydeep P Das15-0/+167
2022-03-13t0030-t0050: avoid pipes with Git on LHSShubham Mishra2-28/+50
2022-03-13t0001-t0028: avoid pipes with Git on LHSShubham Mishra4-14/+16
2022-03-11core.fsync: new option to harden the indexNeeraj Singh3-6/+15
2022-03-11core.fsync: add configuration parsingNeeraj Singh3-5/+82
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh15-33/+97
2022-03-11core.fsyncmethod: add writeout-only modeNeeraj Singh13-8/+184
2022-03-11wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh3-11/+7
2022-03-10block-sha1: remove use of obsolete x86 assemblybrian m. carlson1-17/+0
2022-03-09test-lib: declare local variables as localMichael J Gruber1-0/+2
2022-03-09The tenth batchJunio C Hamano1-1/+27
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee2-0/+25
2022-03-09bundle: unbundle promisor packsDerrick Stolee2-0/+6
2022-03-09bundle: create filtered bundlesDerrick Stolee2-11/+90
2022-03-09rev-list: move --filter parsing into revision.cDerrick Stolee2-11/+7
2022-03-09bundle: parse filter capabilityDerrick Stolee6-22/+50
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason3-5/+36
2022-03-09MyFirstObjectWalk: update recommended usageDerrick Stolee1-28/+16
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee5-31/+29
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee5-20/+14
2022-03-09pack-objects: use rev.filter when possibleDerrick Stolee1-2/+3
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee2-14/+19
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee2-0/+23
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee2-1/+11
2022-03-08gitweb: remove invalid http-equiv="content-type"Jason Yundt2-3/+14
2022-03-08comment: fix typoJason Yundt1-1/+1
2022-03-07rev-list simplify tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason1-5/+7
2022-03-07checkout tests: don't ignore "git <cmd>" exit codeÆvar Arnfjörð Bjarmason1-16/+35