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
2010-03-20rebase -i: use new --ff cherry-pick optionChristian Couder
2010-03-20fetch: Fix minor memory leakAndreas Gruenbacher
2010-03-20fetch: Future-proof initialization of a refspec on stackAndreas Gruenbacher
2010-03-20fetch: Check for a "^{}" suffix with suffixcmp()Andreas Gruenbacher
2010-03-20Fix a spelling mistake in a git-p4 console messageBenjamin C Meyer
2010-03-20Use test_expect_success for test setupsBrian Gernhardt
2010-03-20daemon: parse_host_and_port SIGSEGV if port is specifiedImre Deak
2010-03-20Makefile: Fix occasional GIT-CFLAGS breakageJonathan Nieder
2010-03-20Makefile: Fix CDPATH problemJonathan Nieder
2010-03-20notes.c: remove inappropriate call to returnBrandon Casey
2010-03-20pull: replace unnecessary sed invocationStephen Boyd
2010-03-18Merge branch 'maint'Junio C Hamano
2010-03-17Documentation: receive.denyCurrentBranch defaults to 'refuse'Thomas Rast
2010-03-17bash: complete *_HEAD refs if presentIan Ward Comfort
2010-03-17Merge branch 'maint'Junio C Hamano
2010-03-16refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano
2010-03-16Documentation/git-read-tree: clarify 2-tree mergeMichael J Gruber
2010-03-16Documentation/git-read-tree: fix table layoutMichael J Gruber
2010-03-15Merge branch 'sd/format-patch-to'Junio C Hamano
2010-03-15Merge branch 'tc/http-cleanup'Junio C Hamano
2010-03-15Merge branch 'tc/transport-verbosity'Junio C Hamano
2010-03-15Merge branch 'ld/push-porcelain'Junio C Hamano
2010-03-15Merge branch 'jh/notes'Junio C Hamano
2010-03-14tests for "git add ignored-dir/file" without -fJunio C Hamano
2010-03-14dir: fix COLLECT_IGNORED on excluded prefixesJeff King
2010-03-14t0050: mark non-working test as suchJunio C Hamano
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-14Merge branch 'maint'Junio C Hamano
2010-03-14don't use default revision if a rev was specifiedDave Olszewski
2010-03-14for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe
2010-03-13t/Makefile: remove test artifacts upon "make clean"Junio C Hamano
2010-03-13blame: fix indent of line numbersRené Scharfe
2010-03-13Merge git://git.bogomips.org/git-svnJunio C Hamano
2010-03-13t9150,t9151: Add rewrite-root option to initTuomas Suutari
2010-03-13git-svn: Fix merge detecting with rewrite-rootTuomas Suutari
2010-03-13git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann
2010-03-13Refactor dirty submodule detection in diff-lib.cJens Lehmann
2010-03-13Merge branch 'maint'Junio C Hamano
2010-03-13notes: rework subcommands and parse optionsStephen Boyd
2010-03-13git-notes(1): add a section about the meaning of historyThomas Rast
2010-03-13notes: track whether notes_trees were changed at allThomas Rast
2010-03-13notes: add shorthand --ref to override GIT_NOTES_REFThomas Rast
2010-03-13commit --amend: copy notes to the new commitThomas Rast
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13rebase -i: invoke post-rewrite hookThomas Rast
2010-03-13rebase: invoke post-rewrite hookThomas Rast
2010-03-13commit --amend: invoke post-rewrite hookThomas Rast
2010-03-13Documentation: document post-rewrite hookThomas Rast