435 Commits (845de33a5b2c9efb7761d091f1475ec89c25798a)

Author SHA1 Message Date
René Scharfe 2d71608ec0 run-command: factor out child_process_clear() 9 years ago
Junio C Hamano 3b19dba703 Documentation: AsciiDoc spells em-dash as double-dashes, not triple 9 years ago
Jeff King 1c9b659d98 pack-protocol: clarify LF-handling in PKT-LINE() 9 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
Heiko Voigt 959b5455d0 submodule: implement a config API for lookup of .gitmodules values 10 years ago
Michael Haggerty 2db69de81d lockfile: move documentation to lockfile.h and lockfile.c 10 years ago
Thomas Ackermann da4c5adae9 typofix for index-format.txt 10 years ago
Karsten Blees b1ffafa978 Makefile / racy-git.txt: clarify USE_NSEC prerequisites 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Jeff King 00a09d57eb introduce "extensions" form of core.repositoryformatversion 10 years ago
Charles Bailey 2a514ed805 parse-options: move unsigned long option parsing out of pack-objects.c 10 years ago
Paul Tan 85b343245b argv-array: implement argv_array_pushv() 10 years ago
Paul Tan ffad85c599 parse-options-cb: implement parse_opt_passthru_argv() 10 years ago
Paul Tan 6b3ee18dc5 parse-options-cb: implement parse_opt_passthru() 10 years ago
Stefan Beller 055c7e9fc6 Documentation/technical/pack-protocol: mention http as possible protocol 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Fredrik Medley 68ee628932 upload-pack: optionally allow fetching reachable sha1 10 years ago
Patrick Steinhardt bbf431c9ae doc: fix inconsistent spelling of "packfile" 10 years ago
Jeff King 9e3751d443 remote.c: drop "remote" pointer from "struct branch" 10 years ago
Patrick Steinhardt 3890dae970 pack-protocol.txt: fix insconsistent spelling of "packfile" 10 years ago
Thomas Ackermann 39d5bef5c1 api-error-handling doc: typofix 10 years ago
Nguyễn Thái Ngọc Duy 1e8fef609e untracked cache: guard and disable on system changes 10 years ago
Nguyễn Thái Ngọc Duy 83c094ad0d untracked cache: save to an index extension 10 years ago
Jeff King bdfdaa4978 strbuf.h: integrate api-strbuf.txt documentation 10 years ago
Ronnie Sahlberg 1b70fe5d30 receive-pack.c: negotiate atomic push support 10 years ago
Nguyễn Thái Ngọc Duy f2667a8330 index-format.txt: add a missing closing quote 10 years ago
Jonathan Nieder 1f23cfe0ef doc: document error handling functions and conventions 10 years ago
Jeff King 59b386526a credential: let helpers tell us to quit 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
Thomas Ackermann f745acb028 Documentation: typofixes 10 years ago
René Scharfe 96ef1bdc65 api-run-command: add missing list item marker 10 years ago
René Scharfe 19a583dc39 run-command: add env_array, an optional argv_array for env 10 years ago
Michael Haggerty 013870cd2c fdopen_lock_file(): access a lockfile using stdio 10 years ago
Michael Haggerty ec38b4e482 get_locked_file_path(): new function 10 years ago
Michael Haggerty 47ba4662bf lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF 10 years ago
Michael Haggerty 751bacedaa commit_lock_file_to(): refactor a helper out of commit_lock_file() 10 years ago
Michael Haggerty d75145acf6 api-lockfile: document edge cases 10 years ago
Michael Haggerty 8e86c155d2 close_lock_file(): if close fails, roll back 10 years ago
Michael Haggerty 8a1c7533e2 commit_lock_file(): die() if called for unlocked lockfile object 10 years ago
Michael Haggerty a5e48669a2 api-lockfile: revise and expand the documentation 10 years ago
René Scharfe 3ac22f82ed add macro REALLOC_ARRAY 10 years ago
Junio C Hamano b89363e4a5 signed push: fortify against replay attacks 10 years ago
Junio C Hamano 9be89160e7 signed push: add "pushee" header to push certificate 10 years ago
Junio C Hamano 4adf569dea signed push: remove duplicated protocol info 10 years ago
Junio C Hamano e543b3f6fe pack-protocol doc: typofix for PKT-LINE 10 years ago
René Scharfe d07235a027 strbuf: export strbuf_addchars() 10 years ago
Shawn Pearce 5d146f7a0f Document LF appearing in shallow command during send-pack/receive-pack 11 years ago
René Scharfe 679eebe24d abspath: convert absolute_path() to strbuf 11 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago