Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-12-06Merge branch 'bw/protocol-v1'Junio C Hamano
2017-12-06Merge branch 'rd/doc-notes-prune-fix'Junio C Hamano
2017-12-06Merge branch 'rd/man-prune-progress'Junio C Hamano
2017-12-06Merge branch 'hm/config-parse-expiry-date'Junio C Hamano
2017-11-28Merge branch 'ma/branch-list-paginate'Junio C Hamano
2017-11-28Merge branch 'jc/branch-name-sanity'Junio C Hamano
2017-11-27Merge branch 'sw/pull-ipv46-passthru'Junio C Hamano
2017-11-27Merge branch 'tb/add-renormalize'Junio C Hamano
2017-11-27Merge branch 'tz/notes-error-to-stderr'Junio C Hamano
2017-11-22notes: correct 'git notes prune' options to '[-n] [-v]'Robert P. J. Day
2017-11-22prune: add "--progress" to man page and usage msgRobert P. J. Day
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-21pull: pass -4/-6 option to 'git fetch'Shuyu Wei
2017-11-20branch: change default of `pager.branch` to "on"Martin Ågren
2017-11-20branch: respect `pager.branch` in list-mode onlyMartin Ågren
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-11-17add: introduce "--renormalize"Torsten Bögershausen
2017-11-15Merge branch 'bp/read-index-from-skip-verification'Junio C Hamano
2017-11-15Merge branch 'rd/bisect-view-is-visualize'Junio C Hamano
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano
2017-11-15builtin/branch: remove redundant check for HEADKaartic Sivaraam
2017-11-15notes: send "Automatic notes merge failed" messages to stderrTodd Zullinger
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano
2017-11-13bisect: mention "view" as an alternative to "visualize"Robert P. J. Day
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-11-08builtin/merge-base: free commit listsMartin Ågren
2017-11-08read_index_from(): speed index loading by skipping verification of the entry ...Ben Peart
2017-11-06Merge branch 'mp/push-pushoption-config'Junio C Hamano
2017-11-06Merge branch 'jc/check-ref-format-oor'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'wk/pull-signoff'Junio C Hamano
2017-11-06Merge branch 'pc/submodule-helper'Junio C Hamano
2017-11-06Merge branch 'pb/bisect-helper'Junio C Hamano
2017-11-06Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-11-06Merge branch 'ao/check-resolve-ref-unsafe-result'Junio C Hamano
2017-11-06Merge branch 'jk/misc-resolve-ref-unsafe-fixes'Junio C Hamano
2017-11-06Merge branch 'jc/no-cmd-as-subroutine'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-11-06bisect: change calling-convention of `find_bisection()`Martin Ågren
2017-11-02grep: take the read-lock when adding a submoduleMartin Ågren
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_CLR macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams