summaryrefslogtreecommitdiffstats
path: root/connect.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty20-126/+69
2011-10-05Change bad_ref_char() to return a boolean valueMichael Haggerty1-9/+6
2011-10-05git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty3-21/+152
2011-10-05t1402: add some more testsMichael Haggerty1-0/+9
2011-10-05get_sha1_hex(): do not read past a NUL characterMichael Haggerty2-1/+18
2011-10-05Post 1.7.7 first waveJunio C Hamano3-2/+109
2011-09-30Git 1.7.7v1.7.7Junio C Hamano3-10/+6
2011-09-30refs: Use binary search to lookup refs fasterJulian Phillips1-193/+152
2011-09-29git-remote-mediawiki: allow a domain to be set for authenticationMatthieu Moy1-0/+3
2011-09-27git-remote-mediawiki: obey advice.pushNonFastForwardMatthieu Moy1-7/+10
2011-09-27git-remote-mediawiki: set 'basetimestamp' to let the wiki handle conflictsMatthieu Moy1-6/+37
2011-09-27git-remote-mediawiki: trivial fixesMatthieu Moy1-2/+1
2011-09-27templates/hooks--*: remove sample hooks without any functionalityGerrit Pape2-23/+0
2011-09-27Don't sort ref_list too earlyJulian Phillips1-1/+3
2011-09-27contrib/hooks: adapt comment about Debian install location for contrib hooksGerrit Pape1-2/+2
2011-09-26mergetool: no longer need to save standard inputJunio C Hamano1-6/+4
2011-09-26mergetool: Use args as pathspec to unmerged filesJonathon Mah3-69/+72
2011-09-24Git 1.7.7-rc3v1.7.7-rc3Junio C Hamano2-31/+2
2011-09-24merge-recursive: Do not look at working tree during a virtual ancestor mergeJunio C Hamano1-1/+1
2011-09-23Git 1.7.6.4v1.7.6.4Junio C Hamano4-3/+36
2011-09-23describe: Refresh the index when run with --dirtyAllan Caffee1-2/+15
2011-09-23t0003: remove extra whitespacesJunio C Hamano1-46/+22
2011-09-23Teach '--cached' option to check-attrJay Soffian3-4/+29
2011-09-22diff: teach --stat/--numstat to honor -U$numJunio C Hamano1-0/+2
2011-09-22patch-id.c: use strbuf instead of a fixed bufferMichael Schubert1-4/+6
2011-09-22git-read-tree.txt: correct sparse-checkout and skip-worktree descriptionMichael J Gruber1-4/+4
2011-09-22git-read-tree.txt: language and typography fixesMichael J Gruber1-20/+20
2011-09-22unpack-trees: print "Aborting" to stderrMichael J Gruber3-1/+7