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-12-20Merge branch 'jc/pull-rebase-ff'Junio C Hamano
2016-12-20Merge branch 'jc/lock-report-on-error'Junio C Hamano
2016-12-20Merge branch 'ak/commit-only-allow-empty'Junio C Hamano
2016-12-20Merge branch 'nd/for-each-ref-ignore-case'Junio C Hamano
2016-12-20Merge branch 'ah/grammos'Junio C Hamano
2016-12-20Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano
2016-12-17Merge branch 'nd/worktree-list-fixup'Junio C Hamano
2016-12-17Merge branch 'jk/rev-parse-symbolic-parents-fix'Junio C Hamano
2016-12-09commit: remove 'Clever' message for --only --amendAndreas Krey
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-12-06tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2016-12-06clone,fetch: explain the shallow-clone option a little more clearlyAlex Henrie
2016-12-06receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie
2016-12-05commit: make --only --allow-empty work without pathsAndreas Krey
2016-11-30pull: fast-forward "pull --rebase=true"Junio C Hamano
2016-11-30commit: make ignore_non_trailer take buf/lenJonathan Tan
2016-11-29worktree list: keep the list sortedNguyễn Thái Ngọc Duy
2016-11-29worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy
2016-11-29get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy
2016-11-29worktree: reorder an if statementNguyễn Thái Ngọc Duy
2016-11-23Merge branch 'jc/setup-cleanup-fix'Junio C Hamano
2016-11-23Merge branch 'js/rebase-i-commentchar-fix'Junio C Hamano
2016-11-23archive: read local configurationJunio C Hamano
2016-11-23mailinfo: read local configurationJunio C Hamano
2016-11-21stripspace: respect repository configJohannes Schindelin
2016-11-18Merge branch 'jk/create-branch-remove-unused-param'Junio C Hamano
2016-11-16rev-parse: fix parent shorthands with --symbolicJeff King
2016-11-10create_branch: drop unused "head" parameterJeff King
2016-10-31Merge branch 'rs/commit-pptr-simplify'Junio C Hamano
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano
2016-10-31Merge branch 'ls/git-open-cloexec'Junio C Hamano
2016-10-31commit: simplify building parents listRené Scharfe
2016-10-28Merge branch 'nd/ita-empty-commit'Junio C Hamano
2016-10-28Merge branch 'js/prepare-sequencer'Junio C Hamano
2016-10-28Merge branch 'sb/submodule-ignore-trailing-slash'Junio C Hamano
2016-10-28Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2016-10-28Merge branch 'jc/abbrev-auto'Junio C Hamano
2016-10-28Merge branch 'lt/abbrev-auto'Junio C Hamano
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King
2016-10-26Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-26Merge branch 'jk/merge-base-fork-point-without-reflog'Junio C Hamano
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-26Merge branch 'js/libify-require-clean-work-tree'Junio C Hamano
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider
2016-10-24commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy
2016-10-22transport: allow summary-width to be computed dynamicallyJunio C Hamano
2016-10-22fetch: pass summary_width down the callchainJunio C Hamano
2016-10-21sequencer: get rid of the subcommand fieldJohannes Schindelin