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-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
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-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-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-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy
2014-08-18clean: use f(void) instead of f() to declare a pointer to a function without ...René Scharfe
2014-08-13builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`Tanay Abhra
2014-08-13mailsplit.c: remove dead codeStefan Beller
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King
2014-08-12builtin/blame.c: add translation to warning about failed revision walkStefan Beller
2014-08-12prepare_revision_walk(): check for return value in all placesStefan Beller
2014-08-11mv: flatten error handling code blockNguyễn Thái Ngọc Duy
2014-08-11mv: mark strings for translationsNguyễn Thái Ngọc Duy
2014-08-11clone.c: don't leak memory in cmd_cloneStefan Beller
2014-08-08builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra
2014-08-07builtin/log.c: fix minor memory leakMatthieu Moy
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano