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
2016-01-27tag: do not show ambiguous tag names as "tags/foo"Jeff King
2016-01-26completion: update completion arguments for stashPaul Wagland
2016-01-26completion: complete show-branch "--date-order"Paul Wagland
2016-01-26completion: add missing git-rebase optionsJohn Keeping
2016-01-26mingw: avoid linking to the C library's isalpha()Johannes Sixt
2016-01-25t6300: use test_atom for some un-modern testsJeff King
2016-01-25resolve_gitlink_ref: ignore non-repository pathsJeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-23worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy
2016-01-21git-add doc: do not say working directory when you mean working treeLars Vogel
2016-01-21completion: complete "diff --word-diff-regex="Thomas Braun
2016-01-21contrib/subtree: fix "subtree split" skipped-merge bugDave Ware
2016-01-20filter-branch: resolve $commit^{tree} in no-index caseJeff King
2016-01-20test-lib: clarify and tighten SANITYJunio C Hamano
2016-01-19worktree.c: fix indentationNguyễn Thái Ngọc Duy
2016-01-15t0060: loosen overly strict expectationsJohannes Schindelin
2016-01-13rebase: ignore failures from "gc --auto"Jeff King
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2016-01-13Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano
2016-01-13gitweb: squelch "uninitialized value" warningØyvind A. Holm
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin
2016-01-12compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin
2016-01-12compat/basename: make basename() conform to POSIXJohannes Schindelin
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin
2016-01-12Handle more file writes correctly in shared reposJohannes Schindelin
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth
2016-01-08docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy
2016-01-08commit: allow editing the commit message even in shared reposJohannes Schindelin
2016-01-07docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth
2016-01-06Expand documentation describing --signoffDavid A. Wheeler
2016-01-06reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker
2016-01-05t6050-replace: make failing editor test more robustSZEDER Gábor
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsEric Wong
2016-01-05Git 2.7v2.7.0Junio C Hamano
2016-01-05Sync with 2.6.5Junio C Hamano
2016-01-05Git 2.6.5v2.6.5Junio C Hamano
2016-01-05Merge branch 'jk/pending-keep-tag-name' into maintJunio C Hamano
2016-01-05Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano
2016-01-05Merge branch 'jk/ident-loosen-getpwuid' into maintJunio C Hamano
2016-01-05Merge branch 'jk/send-email-ssl-errors' into maintJunio C Hamano
2016-01-05Merge branch 'sg/completion-no-column' into maintJunio C Hamano
2016-01-05git-send-email: do not double-escape quotes from muttEric Wong
2016-01-04bswap: add NO_UNALIGNED_LOADS defineJeff King
2016-01-04avoid shifting signed integers 31 bitsJeff King