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
2018-09-13update-ref: fix type of update_flags variable to match its usageElijah Newren
2018-09-13Make git_check_attr() a void functionTorsten Bögershausen
2018-09-08Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-09-05Remove superfluous trailing semicolonsElijah Newren
2018-09-05Merge branch 'en/directory-renames-nothanks'Junio C Hamano
2018-09-01fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason
2018-09-01fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren
2018-08-29mailinfo: support format=flowedRené Scharfe
2018-08-29convert hashmap comparison functions to oideq()Jeff King
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee
2018-08-28Merge branch 'ja/i18n-message-fixes'Junio C Hamano
2018-08-28Merge branch 'js/range-diff'Junio C Hamano
2018-08-28Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-28Merge branch 'ep/worktree-quiet-option'Junio C Hamano
2018-08-28Merge branch 'sm/branch-sort-config'Junio C Hamano
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer
2018-08-24i18n: fix mistakes in translated stringsJean-Noël Avila
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King
2018-08-23rev-list: make empty --stdin not an errorJeff King
2018-08-22Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano
2018-08-21pack-objects: reuse on-disk deltas for thin "have" objectsJeff King
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe
2018-08-21remote: improve argument help for add --mirrorRené Scharfe
2018-08-21checkout-index: improve argument help for --stageRené Scharfe
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller
2018-08-21pack-objects: consider packs in multi-pack-indexDerrick Stolee
2018-08-21treewide: use get_all_packsDerrick Stolee
2018-08-21multi-pack-index: provide more helpful usage infoDerrick Stolee
2018-08-21Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano
2018-08-20Merge branch 'sb/submodule-cleanup'Junio C Hamano
2018-08-20Merge branch 'jt/repack-promisor-packs'Junio C Hamano
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-18worktree: add --quiet optionElia Pinto