5568 Commits (f1c985da05c136414c10f034cdc09bdb6939cb8f)

Author SHA1 Message Date
Jean-Noel Avila c3027be9d1 i18n: remove i18n from tag reflog message 8 years ago
Jeff King 627fde1025 submodule_init: die cleanly on submodules without url defined 8 years ago
Jeff King 16d2676c9e am: drop "dir" parameter from am_state_init 8 years ago
Jeff King 8c2ca3a6d6 replace strbuf_addstr(git_path()) with git_path_buf() 8 years ago
Jeff King d9c69644b2 replace xstrdup(git_path(...)) with git_pathdup(...) 8 years ago
Jeff King ca03e0670c use git_path_* helper functions 8 years ago
Jeff King c10388c7dc branch: add edit_description() helper 8 years ago
Nguyễn Thái Ngọc Duy 507e6e9eec worktree add: add --lock option 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jacob Keller 2cfe66a8ee ls-files: fix path used when recursing into submodules 8 years ago
Junio C Hamano 372b050b6b replace: plug a memory leak 8 years ago
Nguyễn Thái Ngọc Duy c48f4b379e config: prepare to pass more info in git_config_with_options() 8 years ago
Jacob Keller 2e5d6503bd ls-files: fix recurse-submodules with nested submodules 8 years ago
René Scharfe ac8ce18d89 am: close stream on error, but not stdin 8 years ago
Giuseppe Bilotta 0fb3c4fc9a builtin/am: fold am_signoff() into am_append_signoff() 8 years ago
Giuseppe Bilotta b7cc7051f7 builtin/am: honor --signoff also when --rebasing 8 years ago
Jeff King 360244a51a receive-pack: drop tmp_objdir_env from run_update_hook 8 years ago
Ævar Arnfjörð Bjarmason 7861fa07c3 grep: plug a trivial memory leak 8 years ago
Jeff Hostetler a33fc72fe9 read-cache: force_verify_index_checksum 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
Nguyễn Thái Ngọc Duy 7c744782ab refs: delete pack_refs() in favor of refs_pack_refs() 8 years ago
Stefan Beller 9af7ec30cb submodule--helper: fix typo in is_active error message 8 years ago
Johannes Schindelin 882add136f difftool: fix use-after-free 8 years ago
Brandon Williams 93481a6b89 submodule--helper: add push-check subcommand 8 years ago
Brandon Williams 54cc8aca60 push: unmark a local variable as static 8 years ago
Jeff King 51054177b3 index-pack: detect local corruption in collision check 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 5d3206d501 Convert sha1_array_lookup to take struct object_id 8 years ago
brian m. carlson 4ce3621a6d Convert remaining callers of sha1_array_lookup to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 07af889136 gc: replace local buffer with git_path 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
Jeff King 446d5d9112 receive-pack: print --pack-header directly into argv array 8 years ago
Jeff King 903fc7da44 name-rev: replace static buffer with strbuf 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
Jeff King 1412f762e0 fetch: use heap buffer to format reflog 8 years ago
Jeff King b0ceab98d7 tag: use strbuf to format tag header 8 years ago
Jeff King 0730dd4ffb difftool: avoid strcpy 8 years ago
Christian Couder c105f563d1 update-index: fix xgetcwd() related memory leak 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 892e723afd do not check odb_mkstemp return value for errors 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
brian m. carlson f9b11147e0 builtin/pull: convert to struct object_id 8 years ago
brian m. carlson 2eb80bcdcc submodule: convert check_for_new_submodule_commits to object_id 8 years ago
brian m. carlson 9c44ea4403 builtin/receive-pack: convert portions to struct object_id 8 years ago
brian m. carlson f2214dede9 builtin/receive-pack: fix incorrect pointer arithmetic 8 years ago
Michael J Gruber 646c3bd1ad describe: localize debug output fully 8 years ago
brian m. carlson 14bb40b3f0 builtin/pull: convert portions to struct object_id 8 years ago