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
2014-01-10Merge branch 'nd/negative-pathspec'Junio C Hamano
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth
2014-01-06builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth
2014-01-06cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty
2014-01-06safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty
2014-01-06shallow: remove unused codeRamsay Jones
2014-01-03fetch --prune: Run prune before fetchingTom Miller
2014-01-03fetch --prune: always print header urlTom Miller
2014-01-03gc: notice gc processes run by other usersKyle J. McKay
2013-12-31replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder
2013-12-31Merge branch 'maint'Junio C Hamano
2013-12-31for-each-ref: remove unused variableRamkumar Ramachandra
2013-12-30merge-base --octopus: reduce the result from get_octopus_merge_bases()Junio C Hamano
2013-12-30merge-base: separate "--independent" codepath into its own helperJunio C Hamano
2013-12-28Remove the line length limit for graft filesJohannes Schindelin
2013-12-28Merge branch 'tg/diff-no-index-refactor'Junio C Hamano
2013-12-28Merge branch 'jk/cat-file-regression-fix'Junio C Hamano
2013-12-28Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano
2013-12-28Merge branch 'jc/push-refmap'Junio C Hamano
2013-12-26cat-file: provide %(deltabase) batch formatJeff King
2013-12-26do not pretend sha1write returns errorsJeff King
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy
2013-12-19builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King
2013-12-18Sync with 1.8.5.2Junio C Hamano
2013-12-18Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano
2013-12-18Merge branch 'nd/transport-positive-depth-only'Junio C Hamano
2013-12-18Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-17Merge branch 'jl/commit-v-strip-marker'Junio C Hamano
2013-12-17Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano
2013-12-17Merge branch 'fc/trivial'Junio C Hamano
2013-12-17Merge branch 'nd/magic-pathspec' into maintJunio C Hamano
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty
2013-12-17prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano
2013-12-17diff: avoid some nestingThomas Gummerer
2013-12-13Merge branch 'jk/remove-deprecated'Junio C Hamano
2013-12-13Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano
2013-12-13diff: don't read index when --no-index is givenThomas Gummerer
2013-12-13diff: move no-index detection to builtin/diff.cThomas Gummerer
2013-12-12builtin/replace: unset read_replace_refsChristian Couder
2013-12-12builtin/replace: teach listing using short, medium or full formatsChristian Couder
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-12-11clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy
2013-12-11send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy
2013-12-11receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy
2013-12-11smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy
2013-12-11remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy
2013-12-11send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy