4234 Commits (044b1f3cb4ff09551f6c514ed02edafa6c4987b0)

Author SHA1 Message Date
Victor Leschuk 044b1f3cb4 grep: slight refactoring to the code that disables threading 9 years ago
Victor Leschuk b6b468b2bf grep: allow threading even on a single-core machine 9 years ago
Sidhant Sharma ae9f2745be worktree: usage: denote <branch> as optional with 'add' 10 years ago
Karthik Nayak 008ed7df93 tag.c: use the correct algorithm for the '--contains' option 10 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 10 years ago
Ralf Thielow d96a0313ef am, credential-cache: add angle brackets to usage string 10 years ago
Tobias Klauser bed4452468 stripspace: use parse-options for command-line parsing 10 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 10 years ago
Alex Henrie e7a7401f8b pull: enclose <options> in brackets in the usage string 10 years ago
Junio C Hamano c63d4b2fe8 am -3: do not let failed merge from completing the error codepath 10 years ago
Michael Rappazzo bb9c03b82a worktree: add 'list' command 10 years ago
Johannes Schindelin 786b150c8d clone --dissociate: avoid locking pack files 10 years ago
Jeff King 34e02deb60 name-rev: use strip_suffix to avoid magic numbers 10 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 10 years ago
Jeff King f0766bf94e fsck: use for_each_loose_file_in_objdir 10 years ago
Jeff King 144e4cf709 fsck: drop inode-sorting code 10 years ago
Jeff King eddda37144 convert strncpy to memcpy 10 years ago
Jeff King 4c9ac3bfaa help: clean up kfmclient munging 10 years ago
Jeff King b26cb7c777 receive-pack: simplify keep_arg computation 10 years ago
Jeff King c7ab0ba340 avoid sprintf and strcpy with flex arrays 10 years ago
Jeff King 6f687c21c0 use alloc_ref rather than hand-allocating "struct ref" 10 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 10 years ago
Jeff King bd22d4ffbc transport: use strbufs for status table "quickref" strings 10 years ago
Jeff King 6c31c22ceb apply: convert root string to strbuf 10 years ago
Jeff King 9c28390bda init: use strbufs to store paths 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago
Michael Rappazzo ac6c561b59 worktree: add top-level worktree.c 10 years ago
Renee Margaret McConahy 434c64df66 am: configure gpg at startup 10 years ago
Jeff King 83c4d38017 merge-file: enforce MAX_XDIFF_SIZE on incoming files 10 years ago
Jeff King 3efb988098 react to errors in xdi_diff 10 years ago
Nguyễn Thái Ngọc Duy 29bc480aa1 ls-remote.txt: delete unsupported option 10 years ago
Nguyễn Thái Ngọc Duy d78db8424e clone: better error when --reference is a linked checkout 10 years ago
Nguyễn Thái Ngọc Duy 744e469755 clone: allow --local from a linked checkout 10 years ago
Jeff King df1ed03a6f remote-ext: simplify git pkt-line generation 10 years ago
Jeff King 0cb9d6d6b6 upload-archive: convert sprintf to strbuf 10 years ago
Jeff King acd47eec99 help: drop prepend function in favor of xstrfmt 10 years ago
Jeff King 2805bb5970 fetch: replace static buffer with xstrfmt 10 years ago
Jeff King 3ec832c4b5 config: use xstrfmt in normalize_value 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Jeff King b7115a350b receive-pack: convert strncpy to xsnprintf 10 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King 1d895f194f mailsplit: make PATH_MAX buffers dynamic 10 years ago
Jeff King c1fd080917 fsck: use strbuf to generate alternate directories 10 years ago
Jeff King fbe85e73ce fsck: don't fsck alternates for connectivity-only check 10 years ago
Jeff King d270d7b7a2 mailsplit: fix FILE* leak in split_maildir 10 years ago
Jeff King 7cd17e8057 show-branch: avoid segfault with --reflog of unborn branch 10 years ago
Karthik Nayak aa3bc55e40 branch: add '--points-at' option 10 years ago
Karthik Nayak aedcb7dc75 branch.c: use 'ref-filter' APIs 10 years ago
Karthik Nayak 1511b22d40 branch.c: use 'ref-filter' data structures 10 years ago