1695 Commits (03adeeaad6c039aadda074de9509f4d845739d55)

Author SHA1 Message Date
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Jeff King add416a6c0 checkout: don't confuse ref and object flags 13 years ago
Jeff King f20f3878ac commit: check committer identity more strictly 13 years ago
Junio C Hamano 9aab1b5118 commit-tree: resurrect command line parsing updates 13 years ago
Jeff King 6ff2b729de add: create ADD_EDIT.patch with mode 0666 13 years ago
Alex Riesen 45d4fdc2dc Restore umasks influence on the permissions of work tree created by clone 13 years ago
Chris Webb d9a9357572 Allow edit of empty message with commit --amend 13 years ago
Junio C Hamano b31272f704 blame: compute abbreviation width that ensures uniqueness 13 years ago
Jay Soffian ff59f6da84 fast-export: quote paths with spaces 13 years ago
Junio C Hamano c0f86547c5 index-pack: Disable threading on cygwin 13 years ago
Chris Webb 8ced1aa08f git-checkout: disallow --detach on unborn branch 13 years ago
Nguyễn Thái Ngọc Duy 0ec4b1650c clone: fix ref selection in --single-branch --branch=xxx 13 years ago
Junio C Hamano c5941f1aac show: fix "range implies walking" 13 years ago
Matthieu Moy 023e37c377 verify_filename(): ask the caller to chose the kind of diagnosis 13 years ago
Jeff King 1af3d97751 fix pager.diff with diff --no-index 13 years ago
Heiko Voigt 242f55f612 update-index: allow overwriting existing submodule index entries 13 years ago
Junio C Hamano 9830a9ca50 fmt-merge-msg: make attribution into comment lines 13 years ago
Junio C Hamano eb69934bbd builtin/add.c: use path_excluded() 13 years ago
Junio C Hamano 782cd4c0f6 path_excluded(): update API to less cache-entry centric 13 years ago
Junio C Hamano eb41775ecc ls-files -i: pay attention to exclusion of leading paths 13 years ago
Jiang Xin f50b565a0f i18n: apply: split to fix a partial i18n message 13 years ago
Linus Torvalds a3347b988a fmt-merge-message: add empty line between tag and signature verification 13 years ago
Jeff King 59f9b8a9a9 format-patch: do not use bogus email addresses in message ids 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 13 years ago
Jeff King c73f384f92 format-patch: use GIT_COMMITTER_EMAIL in message ids 13 years ago
Avery Pennarun e9fc64c60a checkout: no progress messages if !isatty(2). 13 years ago
Jeff King 3d2a33e57f fetch-pack: sort incoming heads list earlier 13 years ago
Jeff King a0de28805d fetch-pack: avoid quadratic loop in filter_refs 13 years ago
Jeff King 9e8e704f0b fetch-pack: sort the list of incoming refs 13 years ago
Jeff King 7db8d5370f fetch-pack: avoid quadratic behavior in remove_duplicates 13 years ago
Jeff King 443596850f fetch-pack: sort incoming heads 13 years ago
Michael Haggerty 57e6fc6958 cmd_fetch_pack(): respect constness of argv parameter 13 years ago
Michael Haggerty ff22ff9909 cmd_fetch_pack(): combine the loop termination conditions 13 years ago
Michael Haggerty 4cc00fcf5d cmd_fetch_pack(): handle non-option arguments outside of the loop 13 years ago
Michael Haggerty 9d19c6ea52 cmd_fetch_pack(): declare dest to be const 13 years ago
Jeff King a21c2f94fb format-patch: refactor get_patch_filename 13 years ago
Jeff King 43ae9f47ab format-patch: use default email for generating message ids 13 years ago
Jeff King e21ab1340a fmt-merge-msg: don't use static buffer in record_person 13 years ago
René Scharfe ec83061156 grep: stop leaking line strings with -f 13 years ago
Ralf Thielow aa3bb87176 remote: fix typo 13 years ago
Nguyễn Thái Ngọc Duy c9018b0305 pack-objects: refactor write_object() into helper functions 13 years ago
Nguyễn Thái Ngọc Duy 754980d023 pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." 13 years ago
Ramsay Jones 85c20c304f builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning 13 years ago
René Scharfe 4b4132fd89 blame: factor out helper for calling xdi_diff() 13 years ago
René Scharfe 5d23ec7664 blame: use hunk_func(), part 2 13 years ago
René Scharfe 0af596c6ff blame: use hunk_func(), part 1 13 years ago
Nguyễn Thái Ngọc Duy de37393344 i18n: apply: mark parseopt strings for translation 13 years ago
Erik Faye-Lund 8338f771fe checkout: do not corrupt HEAD on empty repo 13 years ago
Nguyễn Thái Ngọc Duy 4c5197d10f apply: remove lego in i18n string in gitdiff_verify_name 13 years ago
Jeff King 4d2292e9a9 status: refactor colopts handling 13 years ago