summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Merge branch 'hv/submodule-update-none'Libravatar Junio C Hamano2-1/+69
2011-10-10Merge branch 'fg/submodule-git-file-git-dir'Libravatar Junio C Hamano10-67/+244
2011-10-10config: display key_delim for config --bool --get-regexpLibravatar Matthieu Moy2-7/+19
2011-10-10diff: add option to show whole functions as contextLibravatar René Scharfe6-6/+154
2011-10-10xdiff: factor out get_func_line()Libravatar René Scharfe1-16/+27
2011-10-10git-difftool: allow skipping file by typing 'n' at promptLibravatar Sitaram Chamarty2-4/+48
2011-10-10refs.c: free duplicate entries in the ref array instead of leaking themLibravatar Brandon Casey1-0/+1
2011-10-10refs.c: abort ref search if ref array is emptyLibravatar Brandon Casey1-0/+3
2011-10-10refs.c: ensure struct whose member may be passed to realloc is initializedLibravatar Brandon Casey1-0/+1
2011-10-10completion: unite --format and --pretty for 'log' and 'show'Libravatar SZEDER Gábor1-14/+4
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'Libravatar SZEDER Gábor1-4/+2
2011-10-09Fix some "variable might be used uninitialized" warningsLibravatar Ramsay Jones2-2/+2
2011-10-09Makefile: fix permissions of mergetools/ checked out with permissive umaskLibravatar Junio C Hamano1-2/+1
2011-10-09Makefile: fix permissions of mergetools/ checked out with permissive umaskLibravatar Jonathan Nieder1-2/+1
2011-10-07fix phantom untracked files when core.ignorecase is setLibravatar Jeff King2-7/+9
2011-10-07fetch: plug two leaks on error exit in store_updated_refsLibravatar Tay Ray Chuan1-4/+9
2011-10-07mingw: avoid using strbuf in syslogLibravatar Erik Faye-Lund1-12/+18
2011-10-07t5510: add tests for fetch --pruneLibravatar Carlos Martín Nieto1-0/+50
2011-10-07fetch: free all the additional refspecsLibravatar Carlos Martín Nieto1-1/+1
2011-10-07pickaxe: factor out pickaxeLibravatar René Scharfe1-67/+43
2011-10-07pickaxe: give diff_grep the same signature as has_changesLibravatar René Scharfe1-3/+4
2011-10-07pickaxe: pass diff_options to contains and has_changesLibravatar René Scharfe1-14/+14
2011-10-07pickaxe: factor out has_changesLibravatar René Scharfe1-36/+21
2011-10-07pickaxe: plug regex/kws leakLibravatar René Scharfe1-6/+7
2011-10-07pickaxe: plug regex leakLibravatar René Scharfe1-7/+6
2011-10-07pickaxe: plug diff filespec leak with empty needleLibravatar René Scharfe1-2/+2
2011-10-06Merge branch 'js/maint-no-cherry-pick-head-after-punted' into js/no-cherry-pi...Libravatar Junio C Hamano2-7/+31
2011-10-06cherry-pick: do not give irrelevant advice when cherry-pick puntedLibravatar Jay Soffian1-5/+7
2011-10-06revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do soLibravatar Jay Soffian2-2/+24
2011-10-06git-gui: deal with unknown files when pressing the "Stage Changed" buttonLibravatar Heiko Voigt1-0/+9
2011-10-06completion: push --set-upstreamLibravatar Teemu Matilainen1-1/+1
2011-10-06completion: commit --fixup and --squashLibravatar Teemu Matilainen1-2/+3
2011-10-06completion: unite --reuse-message and --reedit-message handlingLibravatar Teemu Matilainen1-6/+2
2011-10-06attr: read core.attributesfile from git_default_core_configLibravatar Junio C Hamano5-13/+9
2011-10-06builtin/mv.c: plug miniscule memory leakLibravatar Brandon Casey1-1/+5
2011-10-06cleanup: use internal memory allocation wrapper functions everywhereLibravatar Brandon Casey7-8/+8
2011-10-06attr.c: avoid inappropriate access to strbuf "buf" memberLibravatar Brandon Casey1-13/+11
2011-10-06merge-one-file: fix "expr: non-numeric argument"Libravatar Jay Soffian1-1/+1
2011-10-06ident: do not retrieve default ident when unnecessaryLibravatar Jonathan Nieder1-8/+8
2011-10-05add_ref(): verify that the refname is formatted correctlyLibravatar Michael Haggerty2-5/+19
2011-10-05resolve_ref(): expand documentationLibravatar Michael Haggerty2-13/+33
2011-10-05resolve_ref(): also treat a too-long SHA1 as invalidLibravatar Michael Haggerty1-1/+2
2011-10-05resolve_ref(): emit warnings for improperly-formatted referencesLibravatar Michael Haggerty1-2/+4
2011-10-05resolve_ref(): verify that the input refname has the right formatLibravatar Michael Haggerty1-0/+3
2011-10-05remote: avoid passing NULL to read_ref()Libravatar Michael Haggerty1-2/+4
2011-10-05remote: use xstrdup() instead of strdup()Libravatar Michael Haggerty2-3/+3
2011-10-05resolve_ref(): do not follow incorrectly-formatted symbolic refsLibravatar Michael Haggerty1-0/+5
2011-10-05resolve_ref(): extract a function get_packed_ref()Libravatar Michael Haggerty1-13/+34
2011-10-05resolve_ref(): turn buffer into a proper string as soon as possibleLibravatar Michael Haggerty1-10/+10
2011-10-05resolve_ref(): only follow a symlink that contains a valid, normalized refnameLibravatar Michael Haggerty1-1/+2