summaryrefslogtreecommitdiffstats
path: root/branch.h (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-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-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-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-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
2011-10-05Make collapse_slashes() allocate memory for its resultMichael Haggerty1-9/+10
2011-10-05Do not allow ".lock" at the end of any refname componentMichael Haggerty3-9/+7
2011-10-05Refactor check_refname_format()Michael Haggerty1-40/+55