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
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano
2023-03-20Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-progress'Junio C Hamano
2023-03-20Merge branch 'rj/bisect-already-used-branch'Junio C Hamano
2023-03-20Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano
2023-03-20Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano
2023-03-18Merge branch 'fz/rebase-msg-update'Junio C Hamano
2023-03-18Merge branch 'ew/fetch-hiderefs'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-18Merge branch 'en/dir-api-cleanup'Junio C Hamano
2023-03-18Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-03-07bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano
2023-03-07bundle: let "-" mean stdin for reading operationsJeff King
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King
2023-03-03format-patch: output header for empty commitsJohn Keeping
2023-03-01push: allow delete single-level refZheNing Hu
2023-03-01receive-pack: fix funny ref error messsageZheNing Hu
2023-02-27rebase: fix capitalisation autoSquash in i18n stringFangyi Zhou
2023-02-27Merge branch 'jc/countermand-format-attach'Junio C Hamano
2023-02-27Merge branch 'mh/credential-password-expiry'Junio C Hamano
2023-02-27restore: fault --staged --worktree with merge optsAndy Koppe
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren
2023-02-27drop pure pass-through config callbacksJeff King
2023-02-27fsck: check even zero-entry index filesJeff King
2023-02-25Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano
2023-02-24fsck: mention file path for index errorsJeff King
2023-02-24fsck: check index files in all worktreesJeff King
2023-02-24fsck: factor out index fsckJeff King
2023-02-24run_processes_parallel: mark unused callback parametersJeff King
2023-02-24notes: mark unused callback parametersJeff King
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24list-objects: mark unused callback parametersJeff King
2023-02-24mark unused parameters in signal handlersJeff King
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-23credential: new attribute password_expiry_utcM Hickford
2023-02-23Merge branch 'ab/hook-api-with-stdin'Junio C Hamano