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
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy
2012-06-25add 'git credential' plumbing commandJavier Roucher Iglesias
2012-06-22Merge branch 'vr/help-per-platform'Junio C Hamano
2012-06-22Restore use of 'help.format' configuration property in 'git help'Pat Thoyts
2012-06-22Merge branch 'vr/help-per-platform'Junio C Hamano
2012-06-22Merge branch 'jc/ls-files-i-dir'Junio C Hamano
2012-06-22Merge branch 'jk/version-string'Junio C Hamano
2012-06-22Merge branch 'jk/clone-local'Junio C Hamano
2012-06-12Merge branch 'jc/fmt-merge-msg-people'Junio C Hamano
2012-06-12Merge branch 'js/maint-fast-export-mark-error'Junio C Hamano
2012-06-07fmt-merge-msg: make attribution into comment linesJunio C Hamano
2012-06-07help: use HTML as the default help format on WindowsVincent van Ravesteijn
2012-06-06builtin/add.c: use path_excluded()Junio C Hamano
2012-06-06path_excluded(): update API to less cache-entry centricJunio C Hamano
2012-06-04ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano
2012-06-04move git_version_string into version.cJeff King
2012-06-01i18n: apply: split to fix a partial i18n messageJiang Xin
2012-05-30clone: allow --no-local to turn off local optimizationsJeff King
2012-05-30Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano
2012-05-30Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano
2012-05-30Merge branch 'mh/fetch-pack-constness'Junio C Hamano
2012-05-30Merge branch 'ng/pack-objects-cleanup'Junio C Hamano
2012-05-25Merge branch 'ap/checkout-no-progress-for-non-tty'Junio C Hamano
2012-05-25Merge branch 'rs/maint-grep-F'Junio C Hamano
2012-05-25Sync with 1.7.10.3Junio C Hamano
2012-05-25fmt-merge-message: add empty line between tag and signature verificationLinus Torvalds
2012-05-25format-patch: do not use bogus email addresses in message idsJeff King
2012-05-25Merge branch 'jk/maint-status-porcelain-z-b' into maintJunio C Hamano
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King
2012-05-25format-patch: use GIT_COMMITTER_EMAIL in message idsJeff King
2012-05-24checkout: no progress messages if !isatty(2).Avery Pennarun
2012-05-24fetch-pack: sort incoming heads list earlierJeff King
2012-05-23fetch-pack: avoid quadratic loop in filter_refsJeff King
2012-05-23fetch-pack: sort the list of incoming refsJeff King
2012-05-23fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King
2012-05-23fetch-pack: sort incoming headsJeff King
2012-05-22cmd_fetch_pack(): respect constness of argv parameterMichael Haggerty
2012-05-22cmd_fetch_pack(): combine the loop termination conditionsMichael Haggerty
2012-05-22cmd_fetch_pack(): handle non-option arguments outside of the loopMichael Haggerty
2012-05-22cmd_fetch_pack(): declare dest to be constMichael Haggerty
2012-05-22format-patch: refactor get_patch_filenameJeff King
2012-05-22format-patch: use default email for generating message idsJeff King
2012-05-22fmt-merge-msg: don't use static buffer in record_personJeff King
2012-05-22grep: stop leaking line strings with -fRené Scharfe
2012-05-21remote: fix typoRalf Thielow
2012-05-19pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy
2012-05-19pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy
2012-05-18Merge branch 'nd/i18n-parseopt'Junio C Hamano
2012-05-18Merge branch 'rs/xdiff-lose-emit-func'Junio C Hamano
2012-05-14Merge branch 'nd/threaded-index-pack'Junio C Hamano