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
2008-06-26GIT 1.5.6.1v1.5.6.1Junio C Hamano
2008-06-25fix update-hook-example to work with packed tag referencesDmitry Potapov
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-25Merge branch 'jc/maint-combine-diff-pre-context' into maintJunio C Hamano
2008-06-25Merge branch 'lt/maint-gitdir-relative' into maintJunio C Hamano
2008-06-25Merge branch 'sb/maint-rebase' into maintJunio C Hamano
2008-06-25for-each-ref: implement missing tag valuesJeff King
2008-06-24git-svn: make rebuild respect rewriteRoot optionJan Krüger
2008-06-24Workaround for AIX mkstemp()Patrick Higgins
2008-06-23Extend parse-options test suiteStephan Beyer
2008-06-23api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer
2008-06-23parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio
2008-06-23api-builtin.txt: update and fix typoStephan Beyer
2008-06-23git-rebase.sh: Add check if rebase is in progressStephan Beyer
2008-06-20Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-06-20Documentation: fix formatting in git-svnJan Krüger
2008-06-20t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey
2008-06-20completion: add --graph to log command completionDan McGee
2008-06-20git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey
2008-06-19diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano
2008-06-19GIT 1.5.6v1.5.6Junio C Hamano
2008-06-18clean up error conventions of remote.c:match_explicitJeff King
2008-06-18Fix approxidate("never") to always return 0Olivier Marin
2008-06-18git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery
2008-06-18builtin-rerere: fix a small leakJunio C Hamano
2008-06-18gitweb: remove unused parse_ref methodLea Wiemann
2008-06-18gitweb: quote commands properly when calling the shellLea Wiemann
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna
2008-06-17Merge branch 'maint'Junio C Hamano
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano
2008-06-17Merge branch 'maint'Junio C Hamano
2008-06-17diff: reset color before printing newlineSZEDER Gábor
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit
2008-06-16Update RPM spec to drop curl executable requirementJunio C Hamano
2008-06-16The "curl" executable is no longer requiredJohan Herland
2008-06-16Makefile: update check-docs targetJunio C Hamano
2008-06-16Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland
2008-06-16cpio is no longer used by git-cloneJohan Herland
2008-06-16Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder
2008-06-15GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano
2008-06-15Simplify and rename find_sha1_file()Linus Torvalds
2008-06-15Make loose object file reading more carefulLinus Torvalds
2008-06-15Avoid cross-directory renames and linking on object creationLinus Torvalds
2008-06-15Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski