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-02merge-tree: remove unused df_conflict argumentsRené Scharfe
2014-08-30index-pack: fix race condition with duplicate basesJeff King
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli
2014-08-29determine_author_info(): copy getenv outputJeff King
2014-08-29determine_author_info(): reuse parsing functionsJeff King
2014-08-27teach fast-export an --anonymize optionJeff King
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-08-26send-pack: take refspecs over stdinJeff King
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-18make config --add behave correctly for empty and NULL valuesTanay Abhra
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
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano
2014-07-29init: avoid superfluous real_path() callsRené Scharfe
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-28Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-25commit: advertise config --global --edit on guessed identityMatthieu Moy
2014-07-25config --global --edit: create a template file if neededMatthieu Moy
2014-07-25apply: avoid possible bogus pointerJeff King
2014-07-25free ref string returned by dwim_refJeff King
2014-07-25receive-pack: don't copy "dir" parameterJeff King
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano
2014-07-23Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano
2014-07-23Merge branch 'jk/tag-sort'Junio C Hamano
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21replace: check mergetags when using --graftChristian Couder
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21replace: add --graft optionChristian Couder