3032 Commits (c1b3c71f4b4571abb2b2a457122fd100dc9f7eb0)

Author SHA1 Message Date
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Jeff King a97934d820 use get_cached_commit_buffer where appropriate 11 years ago
Jeff King 66c2827ea4 provide a helper to set the commit buffer 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 years ago
Jeff King b000c59b0c logmsg_reencode: return const buffer 11 years ago
Jeff King 10322a0aaf do not create "struct commit" with xcalloc 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Jiang Xin 47fbfded53 i18n: only extract comments marked with "TRANSLATORS:" 11 years ago
Jeff King 69e4b3426a pack-objects: do not reuse packfiles without --delta-base-offset 11 years ago
Aman Gupta b9d56b5dd9 update-ref: fail create operation over stdin if ref already exists 11 years ago
Justin Lebar 235e8d5914 code and test: fix misuses of "nor" 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Nguyễn Thái Ngọc Duy 125f81461d gc --aggressive: make --depth configurable 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Junio C Hamano ec160ae12b update-index: teach --cacheinfo a new syntax "mode,sha1,path" 11 years ago
Junio C Hamano e703d7118c parse-options: multi-word argh should use dash to separate words 11 years ago
Ilya Bobyr 9bab5b6061 rev-parse --parseopt: option argument name hints 11 years ago
Fabian Ruch c45a18e88f add: use struct argv_array in run_add_interactive() 11 years ago
Benoit Pierre 0a3beb0e2e merge: fix GIT_EDITOR override for commit hook 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Junio C Hamano de983a0a18 index-pack: report error using the correct variable 11 years ago
Jeff King 373c67da1d pack-objects: turn off bitmaps when skipping objects 11 years ago
Jeff King 78d2214eb4 pack-objects: show reused packfile objects in "Counting objects" 11 years ago
Jeff King 657673f125 pack-objects: show progress for reused packfiles 11 years ago
brian m. carlson fb8a4e8079 mv: prevent mismatched data when ignoring errors. 11 years ago
Jeff King a42fcd15d8 cat-file: restore warn_on_object_refname_ambiguity flag 11 years ago
John Keeping 89ccc1b09c builtin/mv: fix out of bounds write 11 years ago
Nguyễn Thái Ngọc Duy b790e0f67c upload-pack: send shallow info over stdin to pack-objects 11 years ago
Jeff King 1f2e108887 clean: simplify dir/not-dir logic 11 years ago
Jeff King cf424f5fd8 clean: respect pathspecs with "-d" 11 years ago
Junio C Hamano b0bc1365c2 tag: grok "--with" as synonym to "--contains" 11 years ago
Dmitry S. Dolzhenko 66d9f38bc7 builtin/mktree.c: use ALLOC_GROW() in append_to_tree() 11 years ago
Dmitry S. Dolzhenko 25e1940709 builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path() 11 years ago
Jeff King ee34a2bead repack: add `repack.packKeptObjects` config var 11 years ago
Sun He 5889271114 finish_tmp_packfile():use strbuf for pathname construction 11 years ago
Sun He 0eea5a6e91 write_pack_file: use correct variable in diagnostic 11 years ago
Nguyễn Thái Ngọc Duy 9ef176b55c tag: support --sort=<spec> 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
David Kastrup 3ee8944fa5 builtin/blame.c::find_copy_in_blob: no need to scan for region end 11 years ago
Nguyễn Thái Ngọc Duy 75df1f434f commit: add --cleanup=scissors 11 years ago
Junio C Hamano 55ca3f99ae commit-tree: add and document --no-gpg-sign 11 years ago
Nicolas Vigier d95bfb12b8 commit-tree: add the commit.gpgsign option to sign all commits 11 years ago
Nguyễn Thái Ngọc Duy 2e70c01799 clean: use cache_name_is_other() 11 years ago
Nguyễn Thái Ngọc Duy 05b85022c9 clean: replace match_pathspec() with dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy ae8d082421 pathspec: pass directory indicator to match_pathspec_item() 11 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
David Kastrup 352bbbd9f2 blame.c: prepare_lines should not call xrealloc for every line 11 years ago