136 Commits (c500352e0de75db34b1a071a9e250b815d10f95b)

Author SHA1 Message Date
Heiko Voigt 1be9d84b2e add technical documentation about ref iteration 13 years ago
Johannes Sixt 86d4b528d8 string-list: Add API to remove an item from an unsorted list 13 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 13 years ago
Michael Haggerty ee548df300 Allow querying all attributes on a file 13 years ago
Michael Haggerty 352404ac4c Provide access to the name attribute of git_attr 13 years ago
Michael Haggerty 650cfc512e doc: Correct git_attr() calls in example code 13 years ago
Heiko Voigt e9e0643fe6 add gitignore entry to description about how to write a builtin 13 years ago
Carlos Martín Nieto e44b6df90c Documentation: clarify the invalidated tree entry format 13 years ago
Alex Neronskiy 4a1c269516 Document the underlying protocol used by shallow repositories and --depth commands. 14 years ago
Alex Neronskiy a1e90b2352 Fix documentation of fetch-pack that implies that the client can disconnect after sending wants. 14 years ago
Brandon Casey 7a45c31396 Documentation/technical/api-diff.txt: correct name of diff_unmerge() 14 years ago
Junio C Hamano 23fcc98f7f doc: technical details about the index file format 14 years ago
Nguyễn Thái Ngọc Duy 8c7d05171e doc: technical details about the index file format 14 years ago
Ralf Wildenhues 469bfc962d Fix typos in the documentation 14 years ago
Jeff King ed296fe88d document sigchain api 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Jonathan Nieder 712516bcac ll-merge: replace flag argument with options struct 14 years ago
Jonathan Nieder 6dcca4d0ea Documentation/technical: avoid stray backslash in parse-options API docs 14 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 14 years ago
Jonathan Nieder 73cf7f713d ll-merge: make flag easier to populate 14 years ago
Jonathan Nieder 24d113ec11 Documentation/technical: document ll_merge 14 years ago
Fredrik Skolmli 5d1e34158a Documentation: Spelling fix in protocol-capabilities.txt 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Tay Ray Chuan c8a97906ba pack-protocol.txt: fix pkt-line lengths 15 years ago
Tay Ray Chuan 8e50175d94 pack-protocol.txt: fix spelling 15 years ago
Stephen Boyd e242148012 string-list: add unsorted_string_list_lookup() 15 years ago
Johannes Sixt f6b6098316 Enable threaded async procedures whenever pthreads is available 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Shawn O. Pearce 4f41b61148 run-command: Allow stderr to be a caller supplied pipe 15 years ago
Ralf Wildenhues 6a5d0b0a90 Fix typos in technical documentation. 15 years ago
Jeff King 361df5df77 strbuf: add strbuf_addbuf_percentquote 15 years ago
Jeff King 0a0416a34a strbuf_expand: convert "%%" to "%" 15 years ago
Stephen Boyd afab0fe052 technical-docs: document hash API 15 years ago
Stephen Boyd 63b76948e1 api-strbuf.txt: fix typos and document launch_editor() 15 years ago
Greg Price aa8dc9679a Documentation: undocument gc'd function graph_release() 15 years ago
Scott Chacon b31222cfb7 Update packfile transfer protocol documentation 15 years ago
Jonathan Nieder 989c530e7f racy-git.txt: explain nsec problem in more detail 15 years ago
Nguyễn Thái Ngọc Duy c28b3d6e7b Read .gitignore from index if it is skip-worktree 15 years ago
Johannes Sixt 0b91322311 api-run-command.txt: describe error behavior of run_command functions 15 years ago
Stephen Boyd 6639ffc2e0 technical-docs: document tree-walking API 15 years ago
Michael J Gruber 056724c624 technical/api-remote: Describe new struct remote member pushurl 16 years ago
Stephen Boyd df217ed643 parse-opts: add OPT_FILENAME and transition builtins 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Stephen Boyd ca156cfcc2 api-parse-options.txt: use 'func' instead of 'funct' 16 years ago
René Scharfe e0319ff5ed parseopt: add OPT_NUMBER_CALLBACK 16 years ago
René Scharfe 2f4b97f910 parseopt: add OPT_NEGBIT 16 years ago