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-07-04Fix executable bits in t/ scriptsJunio C Hamano
2008-07-04Work around gcc warnings from curl headersJunio C Hamano
2008-07-03Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano
2008-07-03Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano
2008-07-03Merge branch 'jc/maint-reset' into maintJunio C Hamano
2008-07-03Fix describe --tags --long so it does not segfaultShawn O. Pearce
2008-07-02Start draft release notes for 1.5.6.2Junio C Hamano
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-30doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin
2008-06-29git-svn: don't sanitize remote names in configEric Wong
2008-06-29git-svn: avoid filling up the disk with temp files.Avery Pennarun
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink
2008-06-29fix git config example syntaxJoey Hess
2008-06-29avoid off-by-one error in run_upload_archiveJochen Voss
2008-06-28fetch: report local storage errors in status tableJeff King
2008-06-28clone: respect url.insteadOf setting in global configsJohannes Schindelin
2008-06-27Merge branch 'maint-1.5.5' into maintJunio C Hamano
2008-06-27GIT 1.5.5.5v1.5.5.5Junio C Hamano
2008-06-27Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano
2008-06-27GIT 1.5.4.6v1.5.4.6Junio C Hamano
2008-06-27git-shell: accept "git foo" formJunio C Hamano
2008-06-27diff --check: do not discard error status upon seeing a good lineJunio C Hamano
2008-06-26Allow "git-reset path" when unambiguousJunio C Hamano
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