summaryrefslogtreecommitdiffstats
path: root/argv-array.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-16Update draft release notes to 1.7.8Junio C Hamano1-1/+3
2011-10-16git-svn: Allow certain refs to be ignoredMichael Olson1-5/+33
2011-10-16git svn dcommit: new option --interactive.Frédéric Heitzmann3-1/+146
2011-10-16http_init: accept separate URL parameterJeff King5-16/+8
2011-10-16http: use hostname in credential descriptionMichael J Gruber2-10/+37
2011-10-16Prepare for 1.7.7.1Junio C Hamano2-1/+40
2011-10-16grep: fix the error message that mentions --excludeBert Wesarg1-1/+1
2011-10-16git-gui: incremental goto line in blame viewBert Wesarg1-4/+11
2011-10-16git-gui: clear the goto line input when hidingBert Wesarg1-0/+1
2011-10-16git-gui: only accept numbers in the goto-line inputBert Wesarg1-2/+11
2011-10-15git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg1-6/+16
2011-10-14send-email: Fix %config_path_settings handlingCord Seele2-2/+38
2011-10-14t1304: fall back to $USER if $LOGNAME is not definedRené Scharfe1-0/+5
2011-10-14Update draft release notes to 1.7.8Junio C Hamano1-1/+40
2011-10-14t1402-check-ref-format: skip tests of refs beginning with slash on WindowsJohannes Sixt1-36/+52
2011-10-13pull,rebase: handle GIT_WORK_TREE betterJeff King2-2/+2
2011-10-12Update draft release notes to 1.7.8Junio C Hamano1-1/+12
2011-10-12t5403: convert leading spaces to tabsNguyễn Thái Ngọc Duy1-23/+23
2011-10-12t1300: test mixed-case variable retrievalJeff King1-0/+27
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-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-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