179 Commits (271fd1fc2a25ebfc1782aab0d39b613555d22315)

Author SHA1 Message Date
Florian Achleitner df7428eca4 Add argv_array_detach and argv_array_free_detached 12 years ago
Javier Roucher Iglesias e30b2feb1b add 'git credential' plumbing command 13 years ago
Matthieu Moy 317d74be69 api-credential.txt: document that helpers field is filled-in automatically 13 years ago
Jeff King fe77b416c7 docs: fix cross-directory linkgit references 13 years ago
Matthieu Moy 04ab6ae776 api-credentials.txt: add "see also" section 13 years ago
Matthieu Moy 365fc8d56a api-credentials.txt: mention credential.helper explicitly 13 years ago
Matthieu Moy 2239888089 api-credentials.txt: show the big picture first 13 years ago
Junio C Hamano dd4287a2c9 doc: fix xref link from api docs to manual pages 13 years ago
Carlos Martín Nieto 79135e4c22 pack-protocol: fix first-want separator in the examples 13 years ago
Junio C Hamano afd7bd2220 index-v4: document the entry format 13 years ago
Jeff King 6cf378f0cb docs: stop using asciidoc no-inline-literal 13 years ago
Jeff King d15bbe1379 argv-array: add a new "pushl" method 13 years ago
Heiko Voigt b8939b2b3a string-list: document that string_list_insert() inserts unique strings 13 years ago
Heiko Voigt bcc0a3ea38 Teach revision walking machinery to walk multiple times sequencially 13 years ago
René Scharfe 0f1930c587 parse-options: allow positivation of options starting, with no- 13 years ago
Thomas Rast 1c5f93b9a6 strbuf: improve strbuf_get*line documentation 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King c9b5e2a57d config: provide a version of git_config with more options 13 years ago
Jeff King d7be1f142f docs/api-config: minor clarifications 13 years ago
Jeff King 9c3c22e2bf docs: add a basic description of the config API 13 years ago
Jeff King d3e847c107 credential: add function for parsing url components 13 years ago
Jeff King abca927dbe introduce credentials API 13 years ago
Nguyen Thai Ngoc Duy d78e5aecf9 pack-protocol: document "ERR" line 13 years ago
René Scharfe 6acec0380b parseopt: add OPT_NOOP_NOARG 13 years ago
Junio C Hamano b04ba2bb42 parse-options: deprecate OPT_BOOLEAN 13 years ago
Jeff King c1189caeaf refactor argv_array into generic code 13 years ago
Jeff King 163ed566db add sha1_array API docs 13 years ago
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