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-04-01bundle: don't leak an fd in case of early returnStefan Beller
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-08-10create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty
2015-03-11bundle.c: fix memory leakStefan Beller
2014-10-31bundle: split out ref writing from bundle_createJeff King
2014-10-31bundle: split out a helper function to compute and write prerequisitesJunio C Hamano
2014-10-31bundle: split out a helper function to create pack dataJunio C Hamano
2014-10-29use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano
2014-10-07bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe
2014-10-02lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-20Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano
2014-09-09Merge branch 'lf/bundle-exclusion'Junio C Hamano
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-08bundle: fix exclusion of annotated tagsLukas Fleischer
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-26object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2014-03-19Merge branch 'sh/use-hashcpy'Junio C Hamano
2014-03-07Use hashcpy() when copying object namesSun He
2014-03-04bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko
2013-11-13bundle: use argv-arrayJunio C Hamano
2013-06-03object_array_entry: fix memory handling of the name fieldMichael Haggerty
2013-04-08bundle: Accept prerequisites without commit messagesLukas Fleischer
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano
2013-03-17avoid segfaults on parse_object failureJeff King
2013-03-08bundle: Add colons to list headings in "verify"Lukas Fleischer
2013-03-08bundle: Fix "verify" output if history is completeLukas Fleischer
2012-06-05tweak "bundle verify" of a complete historyJunio C Hamano
2012-05-03Merge branch 'nd/i18n'Junio C Hamano
2012-04-26Sync with 1.7.8.6Junio C Hamano
2012-04-26Sync with 1.7.7.7Junio C Hamano
2012-04-26bundle: remove stray single-quote from error messageJonathan Nieder
2012-04-25i18n: bundle: mark strings for translationNguyễn Thái Ngọc Duy
2012-03-13Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano
2012-03-07Merge branch 'tr/maint-bundle-boundary'Junio C Hamano
2012-03-05Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano
2012-03-02bundle: keep around names passed to add_pending_object()Thomas Rast
2012-02-27Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano
2012-02-23bundle: use a strbuf to scan the log for boundary commitsThomas Rast
2012-02-23bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast
2012-01-04Merge branch 'maint'Junio C Hamano
2012-01-04fix hang in git fetch if pointed at a 0 length bundleBrian Harring
2011-11-14Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-10-22Merge branch 'jc/unseekable-bundle'Junio C Hamano
2011-10-14Merge branch 'rs/pending'Junio C Hamano