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
2014-09-19Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano
2014-09-19Merge branch 'mr/mark-i18n-log-rerere'Junio C Hamano
2014-09-19Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano
2014-09-19Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano
2014-09-19Merge branch 'rs/merge-tree-simplify'Junio C Hamano
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-19Merge branch 'ah/grammofix'Junio C Hamano
2014-09-19Merge branch 'jk/index-pack-threading-races'Junio C Hamano
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-09-19Merge branch 'bb/date-iso-strict'Junio C Hamano
2014-09-19Merge branch 'jk/fast-export-anonymize'Junio C Hamano
2014-09-19Merge branch 'jk/send-pack-many-refspecs'Junio C Hamano
2014-09-15builtin/log.c: mark strings for translationMatthias Ruester
2014-09-12fsck: return non-zero status on missing ref tipsJeff King
2014-09-12config: avoid a funny sentinel value "a^"Jeff King
2014-09-11Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'Junio C Hamano
2014-09-11Merge branch 'dt/cache-tree-repair'Junio C Hamano
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-11Merge branch 'nd/mv-code-cleaning'Junio C Hamano
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Jeff King
2014-09-09Merge branch 'rs/clean-menu-item-defn'Junio C Hamano
2014-09-09Merge branch 'sb/mailsplit-dead-code-removal'Junio C Hamano
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano
2014-09-09Merge branch 'sb/blame-msg-i18n'Junio C Hamano
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano
2014-09-09Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano
2014-09-09Merge branch 'jc/apply-ws-prefix'Junio C Hamano
2014-09-04mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy
2014-09-04mv: combine two if(s)Nguyễn Thái Ngọc Duy
2014-09-04mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy
2014-09-04mv: move index search code outNguyễn Thái Ngọc Duy
2014-09-04mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy
2014-09-04mv: split submodule move preparation code outNguyễn Thái Ngọc Duy
2014-09-04calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg
2014-09-03Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-09-03Merge branch 'rs/init-no-duplicate-real-path'Junio C Hamano
2014-09-03Merge branch 'mm/config-edit-global'Junio C Hamano
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar