summaryrefslogtreecommitdiffstats
path: root/fetch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-01builtin-fetch--tool: fix reflog notes.Junio C Hamano1-4/+6
2007-03-01git-fetch: retire update-local-ref which is not used anymore.Junio C Hamano2-14/+0
2007-02-28builtin-fetch--tool: make sure not to overstep ls-remote-result buffer.Junio C Hamano1-0/+2
2007-02-28fetch--tool: fix uninitialized buffer when reading from stdinJunio C Hamano1-6/+13
2007-02-27builtin-fetch--tool: adjust to updated sha1_object_info().Junio C Hamano1-4/+6
2007-02-27get rid of lookup_object_type()Nicolas Pitre3-24/+18
2007-02-27convert object type handling from a string to a numberNicolas Pitre37-290/+266
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre7-48/+39
2007-02-27sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre1-1/+1
2007-02-27sha1_file.c: cleanup "offset" usageNicolas Pitre1-59/+51
2007-02-27sha1_file.c: cleanup hdr usageNicolas Pitre1-12/+12
2007-02-27git-apply: do not fix whitespaces on context lines.Junio C Hamano1-1/+2
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering1-3/+3
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds6-19/+147
2007-02-26Documentation: link in 1.5.0.2 material to the top documentation page.Junio C Hamano1-1/+3
2007-02-26Documentation: document remote.<name>.tagoptAneesh Kumar K.V1-0/+4
2007-02-26GIT 1.5.0.2v1.5.0.2Junio C Hamano2-12/+18
2007-02-26git-remote: support remotes with a dot in the namePavel Roskin1-1/+1
2007-02-26Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano1-0/+13
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2-7/+34
2007-02-26merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-26merge-index: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2007-02-25diff --cached: give more sensible error message when HEAD is yet to be created.Junio C Hamano1-0/+2
2007-02-25Update tests to use test-chmtimeEric Wong3-34/+27
2007-02-25Add test-chmtime: a utility to change mtime on filesEric Wong3-1/+66
2007-02-25Add Release Notes to prepare for 1.5.0.2Junio C Hamano2-1/+60
2007-02-25Allow arbitrary number of arguments to git-pack-objectsRoland Dreier1-3/+9
2007-02-25rerere: do not deal with symlinks.Junio C Hamano1-5/+9
2007-02-25rerere: do not skip two conflicted paths next to each other.Junio C Hamano1-1/+1
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano1-6/+19
2007-02-24git-fetch--tool takes flags before the subcommand.Junio C Hamano1-4/+4
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano1-2/+4
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano1-1/+1
2007-02-24Limit filename for format-patchRobin Rosenberg1-7/+21
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Santi BĂ©jar1-4/+11
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin1-2/+4
2007-02-23.mailmap maintenance after pulling from git-svnJunio C Hamano1-0/+1
2007-02-23git-svn: fix some potential bugs with --follow-parentEric Wong1-1/+5
2007-02-23git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong1-0/+1
2007-02-23git-svn: fix clone when a target directory has been specifiedEric Wong1-7/+3
2007-02-23git-svn: document --usernameSam Vilain1-0/+5
2007-02-23git-svn: don't consider SVN URL usernames significant when comparingSam Vilain1-0/+8
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong1-0/+23
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong1-1/+3
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong2-8/+29
2007-02-23git-svn: documentation updatesEric Wong1-34/+81
2007-02-23git-svn: add test for useSvnsyncPropsEric Wong2-0/+613
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeEric Wong4-140/+619
2007-02-23git-svn: add support for using svnsync propertiesEric Wong1-2/+58
2007-02-23git-svn: allow overriding of the SVN repo root in metadataEric Wong1-1/+25