fuzz: reorganise the path for existing oss-fuzz fuzzers

In order to provide a better organisation for oss-fuzz fuzzers and
to avoid top-level clustters in the git repository when more fuzzers
are introduced, move the existing fuzzer-related sources to their
own oss-fuzz/ hierarchy.  Grouping the fuzzers into their own
directory, separate their application on fuzz-testing from the core
functionalities of the git code, prvides better and tidier structure
the oss-fuzz fuzzing library to manage, locate, build and execute
those fuzzers for fuzz-testing purposes in future development.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 files changed
tree: fa07f323482bdaa28d863165b99c6fb25c7f136b
  1. .github/
  2. block-sha1/
  3. builtin/
  4. ci/
  5. compat/
  6. contrib/
  7. Documentation/
  8. ewah/
  9. git-gui/
  10. gitk-git/
  11. gitweb/
  12. mergetools/
  13. negotiator/
  14. oss-fuzz/
  15. perl/
  16. po/
  17. ppc/
  18. refs/
  19. reftable/
  20. sha1dc/
  21. sha256/
  22. t/
  23. templates/
  24. trace2/
  25. xdiff/
  26. .cirrus.yml
  27. .clang-format
  28. .editorconfig
  29. .gitattributes
  30. .gitignore
  31. .gitmodules
  32. .mailmap
  33. .tsan-suppressions
  34. abspath.c
  35. aclocal.m4
  36. add-interactive.c
  37. add-interactive.h
  38. add-patch.c
  39. advice.c
  40. advice.h
  41. alias.c
  42. alias.h
  43. alloc.c
  44. alloc.h
  45. apply.c
  46. apply.h
  47. archive-tar.c
  48. archive-zip.c
  49. archive.c
  50. archive.h
  51. attr.c
  52. attr.h
  53. banned.h
  54. base85.c
  55. bisect.c
  56. bisect.h
  57. blame.c
  58. blame.h
  59. blob.c
  60. blob.h
  61. bloom.c
  62. bloom.h
  63. branch.c
  64. branch.h
  65. builtin.h
  66. bulk-checkin.c
  67. bulk-checkin.h
  68. bundle.c
  69. bundle.h
  70. cache-tree.c
  71. cache-tree.h
  72. cache.h
  73. cbtree.c
  74. cbtree.h
  75. chdir-notify.c
  76. chdir-notify.h
  77. check-builtins.sh
  78. checkout.c
  79. checkout.h
  80. chunk-format.c
  81. chunk-format.h
  82. CODE_OF_CONDUCT.md
  83. color.c
  84. color.h
  85. column.c
  86. column.h
  87. combine-diff.c
  88. command-list.txt
  89. commit-graph.c
  90. commit-graph.h
  91. commit-reach.c
  92. commit-reach.h
  93. commit-slab-decl.h
  94. commit-slab-impl.h
  95. commit-slab.h
  96. commit.c
  97. commit.h
  98. common-main.c
  99. config.c
  100. config.h
  101. config.mak.dev
  102. config.mak.in
  103. config.mak.uname
  104. configure.ac
  105. connect.c
  106. connect.h
  107. connected.c
  108. connected.h
  109. convert.c
  110. convert.h
  111. copy.c
  112. COPYING
  113. credential.c
  114. credential.h
  115. csum-file.c
  116. csum-file.h
  117. ctype.c
  118. daemon.c
  119. date.c
  120. date.h
  121. decorate.c
  122. decorate.h
  123. delta-islands.c
  124. delta-islands.h
  125. delta.h
  126. detect-compiler
  127. diff-delta.c
  128. diff-lib.c
  129. diff-merges.c
  130. diff-merges.h
  131. diff-no-index.c
  132. diff.c
  133. diff.h
  134. diffcore-break.c
  135. diffcore-delta.c
  136. diffcore-order.c
  137. diffcore-pickaxe.c
  138. diffcore-rename.c
  139. diffcore-rotate.c
  140. diffcore.h
  141. dir-iterator.c
  142. dir-iterator.h
  143. dir.c
  144. dir.h
  145. editor.c
  146. entry.c
  147. entry.h
  148. environment.c
  149. environment.h
  150. exec-cmd.c
  151. exec-cmd.h
  152. fetch-negotiator.c
  153. fetch-negotiator.h
  154. fetch-pack.c
  155. fetch-pack.h
  156. fmt-merge-msg.c
  157. fmt-merge-msg.h
  158. fsck.c
  159. fsck.h
  160. fsmonitor--daemon.h
  161. fsmonitor-ipc.c
  162. fsmonitor-ipc.h
  163. fsmonitor-settings.c
  164. fsmonitor-settings.h
  165. fsmonitor.c
  166. fsmonitor.h
  167. generate-cmdlist.sh
  168. generate-configlist.sh
  169. generate-hooklist.sh
  170. gettext.c
  171. gettext.h
  172. git-add--interactive.perl
  173. git-archimport.perl
  174. git-bisect.sh
  175. git-compat-util.h
  176. git-curl-compat.h
  177. git-cvsexportcommit.perl
  178. git-cvsimport.perl
  179. git-cvsserver.perl
  180. git-difftool--helper.sh
  181. git-filter-branch.sh
  182. git-instaweb.sh
  183. git-merge-octopus.sh
  184. git-merge-one-file.sh
  185. git-merge-resolve.sh
  186. git-mergetool--lib.sh
  187. git-mergetool.sh
  188. git-p4.py
  189. git-quiltimport.sh
  190. git-request-pull.sh
  191. git-send-email.perl
  192. git-sh-i18n.sh
  193. git-sh-setup.sh
  194. git-submodule.sh
  195. git-svn.perl
  196. GIT-VERSION-GEN
  197. git-web--browse.sh
  198. git.c
  199. git.rc
  200. gpg-interface.c
  201. gpg-interface.h
  202. graph.c
  203. graph.h
  204. grep.c
  205. grep.h
  206. hash-lookup.c
  207. hash-lookup.h
  208. hash.h
  209. hashmap.c
  210. hashmap.h
  211. help.c
  212. help.h
  213. hex.c
  214. hook.c
  215. hook.h
  216. http-backend.c
  217. http-fetch.c
  218. http-push.c
  219. http-walker.c
  220. http.c
  221. http.h
  222. ident.c
  223. imap-send.c
  224. INSTALL
  225. iterator.h
  226. json-writer.c
  227. json-writer.h
  228. khash.h
  229. kwset.c
  230. kwset.h
  231. levenshtein.c
  232. levenshtein.h
  233. LGPL-2.1
  234. line-log.c
  235. line-log.h
  236. line-range.c
  237. line-range.h
  238. linear-assignment.c
  239. linear-assignment.h
  240. list-objects-filter-options.c
  241. list-objects-filter-options.h
  242. list-objects-filter.c
  243. list-objects-filter.h
  244. list-objects.c
  245. list-objects.h
  246. list.h
  247. ll-merge.c
  248. ll-merge.h
  249. lockfile.c
  250. lockfile.h
  251. log-tree.c
  252. log-tree.h
  253. ls-refs.c
  254. ls-refs.h
  255. mailinfo.c
  256. mailinfo.h
  257. mailmap.c
  258. mailmap.h
  259. Makefile
  260. match-trees.c
  261. mem-pool.c
  262. mem-pool.h
  263. merge-blobs.c
  264. merge-blobs.h
  265. merge-ort-wrappers.c
  266. merge-ort-wrappers.h
  267. merge-ort.c
  268. merge-ort.h
  269. merge-recursive.c
  270. merge-recursive.h
  271. merge.c
  272. mergesort.c
  273. mergesort.h
  274. midx.c
  275. midx.h
  276. name-hash.c
  277. notes-cache.c
  278. notes-cache.h
  279. notes-merge.c
  280. notes-merge.h
  281. notes-utils.c
  282. notes-utils.h
  283. notes.c
  284. notes.h
  285. object-file.c
  286. object-name.c
  287. object-store.h
  288. object.c
  289. object.h
  290. oid-array.c
  291. oid-array.h
  292. oidmap.c
  293. oidmap.h
  294. oidset.c
  295. oidset.h
  296. oidtree.c
  297. oidtree.h
  298. pack-bitmap-write.c
  299. pack-bitmap.c
  300. pack-bitmap.h
  301. pack-check.c
  302. pack-mtimes.c
  303. pack-mtimes.h
  304. pack-objects.c
  305. pack-objects.h
  306. pack-revindex.c
  307. pack-revindex.h
  308. pack-write.c
  309. pack.h
  310. packfile.c
  311. packfile.h
  312. pager.c
  313. parallel-checkout.c
  314. parallel-checkout.h
  315. parse-options-cb.c
  316. parse-options.c
  317. parse-options.h
  318. patch-delta.c
  319. patch-ids.c
  320. patch-ids.h
  321. path.c
  322. path.h
  323. pathspec.c
  324. pathspec.h
  325. pkt-line.c
  326. pkt-line.h
  327. preload-index.c
  328. pretty.c
  329. pretty.h
  330. prio-queue.c
  331. prio-queue.h
  332. progress.c
  333. progress.h
  334. promisor-remote.c
  335. promisor-remote.h
  336. prompt.c
  337. prompt.h
  338. protocol-caps.c
  339. protocol-caps.h
  340. protocol.c
  341. protocol.h
  342. prune-packed.c
  343. prune-packed.h
  344. quote.c
  345. quote.h
  346. range-diff.c
  347. range-diff.h
  348. reachable.c
  349. reachable.h
  350. read-cache.c
  351. README.md
  352. rebase-interactive.c
  353. rebase-interactive.h
  354. rebase.c
  355. rebase.h
  356. ref-filter.c
  357. ref-filter.h
  358. reflog-walk.c
  359. reflog-walk.h
  360. reflog.c
  361. reflog.h
  362. refs.c
  363. refs.h
  364. refspec.c
  365. refspec.h
  366. remote-curl.c
  367. remote.c
  368. remote.h
  369. replace-object.c
  370. replace-object.h
  371. repo-settings.c
  372. repository.c
  373. repository.h
  374. rerere.c
  375. rerere.h
  376. reset.c
  377. reset.h
  378. resolve-undo.c
  379. resolve-undo.h
  380. revision.c
  381. revision.h
  382. run-command.c
  383. run-command.h
  384. SECURITY.md
  385. send-pack.c
  386. send-pack.h
  387. sequencer.c
  388. sequencer.h
  389. serve.c
  390. serve.h
  391. server-info.c
  392. setup.c
  393. sh-i18n--envsubst.c
  394. sha1dc_git.c
  395. sha1dc_git.h
  396. shallow.c
  397. shallow.h
  398. shared.mak
  399. shell.c
  400. shortlog.h
  401. sideband.c
  402. sideband.h
  403. sigchain.c
  404. sigchain.h
  405. simple-ipc.h
  406. sparse-index.c
  407. sparse-index.h
  408. split-index.c
  409. split-index.h
  410. stable-qsort.c
  411. strbuf.c
  412. strbuf.h
  413. streaming.c
  414. streaming.h
  415. string-list.c
  416. string-list.h
  417. strmap.c
  418. strmap.h
  419. strvec.c
  420. strvec.h
  421. sub-process.c
  422. sub-process.h
  423. submodule-config.c
  424. submodule-config.h
  425. submodule.c
  426. submodule.h
  427. symlinks.c
  428. tag.c
  429. tag.h
  430. tar.h
  431. tempfile.c
  432. tempfile.h
  433. thread-utils.c
  434. thread-utils.h
  435. tmp-objdir.c
  436. tmp-objdir.h
  437. trace.c
  438. trace.h
  439. trace2.c
  440. trace2.h
  441. trailer.c
  442. trailer.h
  443. transport-helper.c
  444. transport-internal.h
  445. transport.c
  446. transport.h
  447. tree-diff.c
  448. tree-walk.c
  449. tree-walk.h
  450. tree.c
  451. tree.h
  452. unicode-width.h
  453. unimplemented.sh
  454. unix-socket.c
  455. unix-socket.h
  456. unix-stream-server.c
  457. unix-stream-server.h
  458. unpack-trees.c
  459. unpack-trees.h
  460. upload-pack.c
  461. upload-pack.h
  462. url.c
  463. url.h
  464. urlmatch.c
  465. urlmatch.h
  466. usage.c
  467. userdiff.c
  468. userdiff.h
  469. utf8.c
  470. utf8.h
  471. varint.c
  472. varint.h
  473. version.c
  474. version.h
  475. versioncmp.c
  476. walker.c
  477. walker.h
  478. wildmatch.c
  479. wildmatch.h
  480. worktree.c
  481. worktree.h
  482. wrap-for-bin.sh
  483. wrapper.c
  484. write-or-die.c
  485. ws.c
  486. wt-status.c
  487. wt-status.h
  488. xdiff-interface.c
  489. xdiff-interface.h
  490. zlib.c
README.md

Build status

Git - fast, scalable, distributed revision control system

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

Git is an Open Source project covered by the GNU General Public License version 2 (some parts of it are under different licenses, compatible with the GPLv2). It was originally written by Linus Torvalds with help of a group of hackers around the net.

Please read the file INSTALL for installation instructions.

Many Git online resources are accessible from https://git-scm.com/ including full documentation and Git related tools.

See Documentation/gittutorial.txt to get started, then see Documentation/giteveryday.txt for a useful minimum set of commands, and Documentation/git-<commandname>.txt for documentation of each command. If git has been correctly installed, then the tutorial can also be read with man gittutorial or git help tutorial, and the documentation of each command with man git-<commandname> or git help <commandname>.

CVS users may also want to read Documentation/gitcvs-migration.txt (man gitcvs-migration or git help cvs-migration if git is installed).

The user discussion and development of Git take place on the Git mailing list -- everyone is welcome to post bug reports, feature requests, comments and patches to git@vger.kernel.org (read Documentation/SubmittingPatches for instructions on patch submission and Documentation/CodingGuidelines).

Those wishing to help with error message, usage and informational message string translations (localization l10) should see po/README.md (a po file is a Portable Object file that holds the translations).

To subscribe to the list, send an email with just “subscribe git” in the body to majordomo@vger.kernel.org (not the Git list). The mailing list archives are available at https://lore.kernel.org/git/, http://marc.info/?l=git and other archival sites.

Issues which are security relevant should be disclosed privately to the Git Security mailing list git-security@googlegroups.com.

The maintainer frequently sends the “What's cooking” reports that list the current status of various development topics to the mailing list. The discussion following them give a good reference for project status, development direction and remaining tasks.

The name “git” was given by Linus Torvalds when he wrote the very first version. He described the tool as “the stupid content tracker” and the name as (depending on your mood):

  • random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of “get” may or may not be relevant.
  • stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang.
  • “global information tracker”: you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.
  • “goddamn idiotic truckload of sh*t”: when it breaks