summaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-12t1300: put git invocations inside test functionJeff King1-83/+93
2011-10-11attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey2-3/+61
2011-10-11Update draft release notes to 1.7.8Junio C Hamano1-6/+44
2011-10-10config: display key_delim for config --bool --get-regexpMatthieu Moy2-7/+19
2011-10-10diff: add option to show whole functions as contextRené Scharfe6-6/+154
2011-10-10xdiff: factor out get_func_line()René Scharfe1-16/+27
2011-10-10refs.c: free duplicate entries in the ref array instead of leaking themBrandon Casey1-0/+1
2011-10-10refs.c: abort ref search if ref array is emptyBrandon Casey1-0/+3
2011-10-10refs.c: ensure struct whose member may be passed to realloc is initializedBrandon Casey1-0/+1
2011-10-10completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor1-14/+4
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor1-4/+2
2011-10-09Fix some "variable might be used uninitialized" warningsRamsay Jones2-2/+2
2011-10-09Makefile: fix permissions of mergetools/ checked out with permissive umaskJonathan Nieder1-2/+1
2011-10-08fix phantom untracked files when core.ignorecase is setJeff King2-7/+9
2011-10-08fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan1-4/+9
2011-10-08mingw: avoid using strbuf in syslogErik Faye-Lund1-12/+18
2011-10-08pickaxe: factor out pickaxeRené Scharfe1-67/+43
2011-10-08pickaxe: give diff_grep the same signature as has_changesRené Scharfe1-3/+4
2011-10-08pickaxe: pass diff_options to contains and has_changesRené Scharfe1-14/+14
2011-10-08pickaxe: factor out has_changesRené Scharfe1-36/+21
2011-10-08pickaxe: plug regex/kws leakRené Scharfe1-6/+7
2011-10-08pickaxe: plug regex leakRené Scharfe1-7/+6
2011-10-08pickaxe: plug diff filespec leak with empty needleRené Scharfe1-2/+2
2011-10-07cherry-pick: do not give irrelevant advice when cherry-pick puntedJay Soffian1-5/+7
2011-10-07revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do soJay Soffian2-2/+24
2011-10-07git-gui: deal with unknown files when pressing the "Stage Changed" buttonHeiko Voigt1-0/+9
2011-10-07completion: push --set-upstreamTeemu Matilainen1-1/+1
2011-10-07completion: commit --fixup and --squashTeemu Matilainen1-2/+3
2011-10-07completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen1-6/+2
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano5-13/+9
2011-10-06builtin/mv.c: plug miniscule memory leakBrandon Casey1-1/+5
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey7-8/+8
2011-10-06attr.c: avoid inappropriate access to strbuf "buf" memberBrandon Casey1-13/+11
2011-10-06merge-one-file: fix "expr: non-numeric argument"Jay Soffian1-1/+1
2011-10-06ident: do not retrieve default ident when unnecessaryJonathan Nieder1-8/+8
2011-10-05add_ref(): verify that the refname is formatted correctlyMichael Haggerty2-5/+19
2011-10-05resolve_ref(): expand documentationMichael Haggerty2-13/+33
2011-10-05resolve_ref(): also treat a too-long SHA1 as invalidMichael Haggerty1-1/+2
2011-10-05resolve_ref(): emit warnings for improperly-formatted referencesMichael Haggerty1-2/+4
2011-10-05resolve_ref(): verify that the input refname has the right formatMichael Haggerty1-0/+3
2011-10-05remote: avoid passing NULL to read_ref()Michael Haggerty1-2/+4
2011-10-05remote: use xstrdup() instead of strdup()Michael Haggerty2-3/+3
2011-10-05resolve_ref(): do not follow incorrectly-formatted symbolic refsMichael Haggerty1-0/+5
2011-10-05resolve_ref(): extract a function get_packed_ref()Michael Haggerty1-13/+34
2011-10-05resolve_ref(): turn buffer into a proper string as soon as possibleMichael Haggerty1-10/+10
2011-10-05resolve_ref(): only follow a symlink that contains a valid, normalized refnameMichael Haggerty1-1/+2
2011-10-05resolve_ref(): use prefixcmp()Michael Haggerty1-2/+2
2011-10-05resolve_ref(): explicitly fail if a symlink is not readableMichael Haggerty1-0/+2
2011-10-05Change check_refname_format() to reject unnormalized refnamesMichael Haggerty5-28/+49
2011-10-05Inline function refname_format_print()Michael Haggerty1-9/+7