26916 Commits (96b8d93a539f3a9f43f0fc38214db8753cac3c2e)
 

Author SHA1 Message Date
Jonathan Nieder 53b742522c Makefile: fix permissions of mergetools/ checked out with permissive umask 13 years ago
Jeff King 2548183bad fix phantom untracked files when core.ignorecase is set 13 years ago
Tay Ray Chuan 9516a598e3 fetch: plug two leaks on error exit in store_updated_refs 13 years ago
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in syslog 13 years ago
René Scharfe 8a94151d61 pickaxe: factor out pickaxe 13 years ago
René Scharfe db99cb7000 pickaxe: give diff_grep the same signature as has_changes 13 years ago
René Scharfe 5d176fb6b6 pickaxe: pass diff_options to contains and has_changes 13 years ago
René Scharfe 15dafaf80d pickaxe: factor out has_changes 13 years ago
René Scharfe 8e854b00d8 pickaxe: plug regex/kws leak 13 years ago
René Scharfe 2b5f07f16c pickaxe: plug regex leak 13 years ago
René Scharfe 05ac978495 pickaxe: plug diff filespec leak with empty needle 13 years ago
Junio C Hamano 278f7e6f6d Merge branch 'js/maint-no-cherry-pick-head-after-punted' into js/no-cherry-pick-head-after-punted 13 years ago
Jay Soffian 82352cb633 cherry-pick: do not give irrelevant advice when cherry-pick punted 13 years ago
Jay Soffian 9fa8aecdeb revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so 13 years ago
Heiko Voigt 856c2d75c6 git-gui: deal with unknown files when pressing the "Stage Changed" button 13 years ago
Teemu Matilainen 3623dc0310 completion: push --set-upstream 13 years ago
Teemu Matilainen 77653abd98 completion: commit --fixup and --squash 13 years ago
Teemu Matilainen f8e49e132c completion: unite --reuse-message and --reedit-message handling 13 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 13 years ago
Brandon Casey 0d0ff65cea builtin/mv.c: plug miniscule memory leak 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Brandon Casey 97410b27e9 attr.c: avoid inappropriate access to strbuf "buf" member 13 years ago
Jay Soffian d30db5605b merge-one-file: fix "expr: non-numeric argument" 13 years ago
Jonathan Nieder d855e4d35d ident: do not retrieve default ident when unnecessary 13 years ago
Michael Haggerty dce4bab656 add_ref(): verify that the refname is formatted correctly 13 years ago
Michael Haggerty 7cb368421f resolve_ref(): expand documentation 13 years ago
Michael Haggerty f989fea0e0 resolve_ref(): also treat a too-long SHA1 as invalid 13 years ago
Michael Haggerty 629cd3ac6d resolve_ref(): emit warnings for improperly-formatted references 13 years ago
Michael Haggerty 8384d78886 resolve_ref(): verify that the input refname has the right format 13 years ago
Michael Haggerty d51b720fca remote: avoid passing NULL to read_ref() 13 years ago
Michael Haggerty c28cce55e0 remote: use xstrdup() instead of strdup() 13 years ago
Michael Haggerty 313fb010da resolve_ref(): do not follow incorrectly-formatted symbolic refs 13 years ago
Michael Haggerty c224ca7f66 resolve_ref(): extract a function get_packed_ref() 13 years ago
Michael Haggerty 287750507d resolve_ref(): turn buffer into a proper string as soon as possible 13 years ago
Michael Haggerty 1f58a03838 resolve_ref(): only follow a symlink that contains a valid, normalized refname 13 years ago
Michael Haggerty b54cb79597 resolve_ref(): use prefixcmp() 13 years ago
Michael Haggerty 7bb2bf8e5c resolve_ref(): explicitly fail if a symlink is not readable 13 years ago
Michael Haggerty a40e6fb67a Change check_refname_format() to reject unnormalized refnames 13 years ago
Michael Haggerty a5e4ec063a Inline function refname_format_print() 13 years ago
Michael Haggerty 7f748c7cb2 Make collapse_slashes() allocate memory for its result 13 years ago
Michael Haggerty 7e9d2fe960 Do not allow ".lock" at the end of any refname component 13 years ago
Michael Haggerty 49295d4e3f Refactor check_refname_format() 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 years ago
Michael Haggerty 9224b73be0 Change bad_ref_char() to return a boolean value 13 years ago
Michael Haggerty e4ed6105ec git check-ref-format: add options --allow-onelevel and --refspec-pattern 13 years ago
Michael Haggerty f9b1a5b9b8 t1402: add some more tests 13 years ago
Michael Haggerty d4e85a1afe get_sha1_hex(): do not read past a NUL character 13 years ago
Junio C Hamano 7f41b6bbe3 Post 1.7.7 first wave 13 years ago
Junio C Hamano 2e49dab8a1 Merge branch 'mm/mediawiki-as-a-remote' 13 years ago
Junio C Hamano 83d6b33db6 Merge branch 'js/check-attr-cached' 13 years ago