Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-28Make 'cvs ci' lockless in git-cvsserver by using git-update-refJunio C Hamano
2007-02-28Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso
2007-02-27get rid of lookup_object_type()Nicolas Pitre
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2007-02-27sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre
2007-02-27sha1_file.c: cleanup "offset" usageNicolas Pitre
2007-02-27sha1_file.c: cleanup hdr usageNicolas Pitre
2007-02-27Merge branch 'maint'Junio C Hamano
2007-02-27git-apply: do not fix whitespaces on context lines.Junio C Hamano
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-26Documentation: link in 1.5.0.2 material to the top documentation page.Junio C Hamano
2007-02-26Documentation: document remote.<name>.tagoptAneesh Kumar K.V
2007-02-26Merge branch 'maint'Junio C Hamano
2007-02-26GIT 1.5.0.2v1.5.0.2Junio C Hamano
2007-02-26git-remote: support remotes with a dot in the namePavel Roskin
2007-02-26Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano
2007-02-26diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano
2007-02-26Merge branch 'maint'Junio C Hamano
2007-02-26Merge branch 'jc/merge-symlink' into maintJunio C Hamano
2007-02-26merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano
2007-02-26merge-index: fix longstanding bug in merging symlinksJunio C Hamano
2007-02-26Fix typo: do not show name1 when name2 failsJohannes Schindelin
2007-02-25diff --cached: give more sensible error message when HEAD is yet to be created.Junio C Hamano
2007-02-25Update tests to use test-chmtimeEric Wong
2007-02-25Add test-chmtime: a utility to change mtime on filesEric Wong
2007-02-25Merge branch 'maint'Junio C Hamano
2007-02-25Add Release Notes to prepare for 1.5.0.2Junio C Hamano
2007-02-25Allow arbitrary number of arguments to git-pack-objectsRoland Dreier
2007-02-25rerere: do not deal with symlinks.Junio C Hamano
2007-02-25rerere: do not skip two conflicted paths next to each other.Junio C Hamano
2007-02-25Merge git://repo.or.cz/git-gui into maintJunio C Hamano
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano
2007-02-24object name: introduce ':/<oneline prefix>' notationJohannes Schindelin
2007-02-24Merge branch 'js/apply'Junio C Hamano
2007-02-24Merge branch 'js/no-limit-boundary'Junio C Hamano
2007-02-24Merge branch 'js/etc-config'Junio C Hamano
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano
2007-02-24bundle: reword missing prerequisite error messageJunio C Hamano
2007-02-24Reword git-am 3-way fallback failure message.Junio C Hamano
2007-02-24Limit filename for format-patchRobin Rosenberg
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Santi BĂ©jar
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin
2007-02-23.mailmap maintenance after pulling from git-svnJunio C Hamano
2007-02-23git-svn: fix some potential bugs with --follow-parentEric Wong