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-29Merge branch 'jk/shortlog'Junio C Hamano
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-29Merge branch 'tk/interpret-trailers-in-place'Junio C Hamano
2016-01-27Merge branch 'jk/symbolic-ref'Junio C Hamano
2016-01-27Merge branch 'ak/format-patch-odir-config'Junio C Hamano
2016-01-27Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-01-27Merge branch 'js/pull-rebase-i'Junio C Hamano
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano
2016-01-20Merge branch 'jk/clang-pedantic'Junio C Hamano
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Junio C Hamano
2016-01-19shortlog: don't warn on empty authorJeff King
2016-01-19shortlog: optimize out useless string listJeff King
2016-01-19shortlog: optimize out useless "<none>" normalizationJeff King
2016-01-19shortlog: optimize "--summary" modeJeff King
2016-01-19shortlog: replace hand-parsing of author with pretty-printerJeff King
2016-01-19shortlog: use strbufs to read from stdinJeff King
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2016-01-15strbuf: make strbuf_getline_crlf() globalJunio C Hamano
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser
2016-01-14remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin
2016-01-13pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin
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-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov
2016-01-13Merge branch 'vl/grep-configurable-threads'Junio C Hamano
2016-01-13Merge branch 'ea/blame-progress'Junio C Hamano
2016-01-13Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano
2016-01-13Merge branch 'ps/push-delete-option'Junio C Hamano
2016-01-13notes: allow treeish expressions as notes refMike Hommey
2016-01-12checkout,clone: check return value of create_symrefJeff King
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer
2016-01-12Handle more file writes correctly in shared reposJohannes Schindelin
2016-01-08commit: allow editing the commit message even in shared reposJohannes Schindelin
2016-01-05Merge branch 'jk/symbolic-ref-maint' into maintJunio C Hamano
2016-01-04avoid shifting signed integers 31 bitsJeff King
2015-12-29Merge branch 'jk/symbolic-ref-maint'Junio C Hamano
2015-12-28grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy
2015-12-23push: don't mark options of recurse-submodules for translationRalf Thielow
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King