summaryrefslogtreecommitdiffstats
path: root/ppc/sha1.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-25The fifteenth batchJunio C Hamano1-0/+16
2022-08-18The fourteenth batchJunio C Hamano1-0/+24
2022-08-18merge-ort: provide helpful submodule update message when possibleElijah Newren1-11/+7
2022-08-18merge-ort: avoid surprise with new sub_flag variableElijah Newren1-1/+1
2022-08-18merge-ort: remove translator lego in new "submodule conflict suggestion"Elijah Newren1-60/+28
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King2-0/+23
2022-08-17pipe_command(): handle ENOSPC when writing to a pipeJeff King1-1/+2
2022-08-17pipe_command(): avoid xwrite() for writing to pipeJeff King1-5/+17
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King2-22/+22
2022-08-17nonblock: support WindowsRené Scharfe1-0/+27
2022-08-17compat: add function to enable nonblocking pipesJeff King3-0/+33
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon5-7/+75
2022-08-15The thirteenth batchJunio C Hamano1-0/+12
2022-08-15is_promisor_object(): fix use-after-free of tree bufferJeff King2-2/+20
2022-08-12scalar: update technical doc roadmapVictoria Dye1-6/+3
2022-08-12scalar-diagnose: use 'git diagnose --mode=all'Victoria Dye1-22/+6
2022-08-12builtin/bugreport.c: create '--diagnose' optionVictoria Dye3-3/+90
2022-08-12builtin/diagnose.c: add '--mode' optionVictoria Dye5-4/+84
2022-08-12builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye7-0/+143
2022-08-12diagnose.c: add option to configure archive contentsVictoria Dye3-10/+39
2022-08-12scalar-diagnose: move functionality to common locationVictoria Dye4-200/+227
2022-08-12scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye3-52/+58
2022-08-12scalar-diagnose: add directory to archiver more gentlyVictoria Dye1-2/+8
2022-08-12scalar-diagnose: avoid 32-bit overflow of size_tVictoria Dye1-1/+1
2022-08-12scalar-diagnose: use "$GIT_UNZIP" in testVictoria Dye1-4/+4
2022-08-12The twelfth batchJunio C Hamano1-0/+4
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao3-4/+57
2022-08-11Git 2.37.2v2.37.2Junio C Hamano2-1/+25
2022-08-10fsck: downgrade tree badFilemode to "info"Jeff King2-1/+18
2022-08-10fsck: actually detect bad file modes in treesJeff King2-1/+15
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King4-9/+19
2022-08-10bundle-uri: add example bundle organizationDerrick Stolee1-0/+105
2022-08-10docs: document bundle URI standardDerrick Stolee2-0/+469
2022-08-10mergetools: vimdiff: simplify tabfirstFelipe Contreras1-25/+19
2022-08-10mergetools: vimdiff: fix single window layoutsFelipe Contreras1-12/+8
2022-08-10mergetools: vimdiff: rework tab logicFelipe Contreras1-28/+22
2022-08-10mergetools: vimdiff: fix for diffoptFelipe Contreras1-18/+18
2022-08-10mergetools: vimdiff: silence annoying messagesFelipe Contreras1-2/+2
2022-08-10mergetools: vimdiff: make vimdiff3 actually workFelipe Contreras1-18/+18
2022-08-10mergetools: vimdiff: fix commentFelipe Contreras1-2/+2
2022-08-10doc add: renormalize is not idempotent for CRCRLFPhilip Oakley1-1/+3
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan3-3/+20
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan2-4/+28
2022-08-08pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan3-83/+102
2022-08-08t1092: add tests for `git-rm`Shaoxuan Yuan1-0/+57
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye2-10/+113
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye2-0/+14
2022-08-08oneway_diff: handle removed sparse directoriesVictoria Dye1-0/+5
2022-08-08checkout: fix nested sparse directory diff in sparse indexVictoria Dye2-0/+9
2022-08-08The eleventh batchJunio C Hamano1-0/+20