27031 Commits (f1310cf5e70ad54aa61c18f5740439c67be3df32)
 

Author SHA1 Message Date
Brandon Casey 17d68a54de refs.c: free duplicate entries in the ref array instead of leaking them 13 years ago
Brandon Casey 687296960d refs.c: abort ref search if ref array is empty 13 years ago
Brandon Casey 43d20a8c50 refs.c: ensure struct whose member may be passed to realloc is initialized 13 years ago
SZEDER Gábor e67d71e559 completion: unite --format and --pretty for 'log' and 'show' 13 years ago
SZEDER Gábor a8f89bfa99 completion: unite --reuse-message and --reedit-message for 'notes' 13 years ago
Ramsay Jones 27c0f76884 Fix some "variable might be used uninitialized" warnings 13 years ago
Junio C Hamano 16f5bfcf65 Makefile: fix permissions of mergetools/ checked out with permissive umask 13 years ago
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
Carlos Martín Nieto 43a8a04a11 t5510: add tests for fetch --prune 13 years ago
Carlos Martín Nieto 5caf197337 fetch: free all the additional refspecs 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 14 years ago
Jay Soffian 82352cb633 cherry-pick: do not give irrelevant advice when cherry-pick punted 14 years ago
Jay Soffian 9fa8aecdeb revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so 14 years ago
Heiko Voigt 856c2d75c6 git-gui: deal with unknown files when pressing the "Stage Changed" button 14 years ago
Teemu Matilainen 3623dc0310 completion: push --set-upstream 14 years ago
Teemu Matilainen 77653abd98 completion: commit --fixup and --squash 14 years ago
Teemu Matilainen f8e49e132c completion: unite --reuse-message and --reedit-message handling 14 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 14 years ago
Brandon Casey 0d0ff65cea builtin/mv.c: plug miniscule memory leak 14 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 14 years ago
Brandon Casey 97410b27e9 attr.c: avoid inappropriate access to strbuf "buf" member 14 years ago
Jay Soffian d30db5605b merge-one-file: fix "expr: non-numeric argument" 14 years ago
Jonathan Nieder d855e4d35d ident: do not retrieve default ident when unnecessary 14 years ago
Michael Haggerty dce4bab656 add_ref(): verify that the refname is formatted correctly 14 years ago
Michael Haggerty 7cb368421f resolve_ref(): expand documentation 14 years ago
Michael Haggerty f989fea0e0 resolve_ref(): also treat a too-long SHA1 as invalid 14 years ago
Michael Haggerty 629cd3ac6d resolve_ref(): emit warnings for improperly-formatted references 14 years ago
Michael Haggerty 8384d78886 resolve_ref(): verify that the input refname has the right format 14 years ago
Michael Haggerty d51b720fca remote: avoid passing NULL to read_ref() 14 years ago
Michael Haggerty c28cce55e0 remote: use xstrdup() instead of strdup() 14 years ago
Michael Haggerty 313fb010da resolve_ref(): do not follow incorrectly-formatted symbolic refs 14 years ago
Michael Haggerty c224ca7f66 resolve_ref(): extract a function get_packed_ref() 14 years ago
Michael Haggerty 287750507d resolve_ref(): turn buffer into a proper string as soon as possible 14 years ago
Michael Haggerty 1f58a03838 resolve_ref(): only follow a symlink that contains a valid, normalized refname 14 years ago
Michael Haggerty b54cb79597 resolve_ref(): use prefixcmp() 14 years ago
Michael Haggerty 7bb2bf8e5c resolve_ref(): explicitly fail if a symlink is not readable 14 years ago
Michael Haggerty a40e6fb67a Change check_refname_format() to reject unnormalized refnames 14 years ago
Michael Haggerty a5e4ec063a Inline function refname_format_print() 14 years ago
Michael Haggerty 7f748c7cb2 Make collapse_slashes() allocate memory for its result 14 years ago
Michael Haggerty 7e9d2fe960 Do not allow ".lock" at the end of any refname component 14 years ago