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
2015-06-23cat-file: add --batch-all-objects optionJeff King
2015-06-23cat-file: split batch_one_object into two stagesJeff King
2015-06-23cat-file: stop returning value from batch_one_objectJeff King
2015-06-23cat-file: add --buffer optionJeff King
2015-06-23cat-file: move batch_options definition to top of fileJeff King
2015-06-23cat-file: minor style fix in options listJeff King
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano
2015-06-01Merge branch 'ah/usage-strings'Junio C Hamano
2015-06-01Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-05-22Merge branch 'mh/clone-verbosity-fix'Junio C Hamano
2015-05-22Merge branch 'jk/add-e-kill-editor'Junio C Hamano
2015-05-22Merge branch 'ps/bundle-verify-arg'Junio C Hamano
2015-05-22Merge branch 'dl/branch-error-message'Junio C Hamano
2015-05-20clean: remove unused variable bufRené Scharfe
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano
2015-05-19Merge branch 'jc/merge'Junio C Hamano
2015-05-19Merge branch 'nd/diff-i-t-a'Junio C Hamano
2015-05-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey
2015-05-19clean: only lstat files in pathspecDavid Turner
2015-05-14Merge branch 'jk/init-core-worktree-at-root' into maintJunio C Hamano
2015-05-13add: check return value of launch_editorJeff King
2015-05-12Sync with 2.3.8Junio C Hamano
2015-05-12Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano
2015-05-12Merge branch 'pt/xdg-config-path'Junio C Hamano
2015-05-12Merge branch 'jc/hash-object'Junio C Hamano
2015-05-12Merge branch 'sb/prefix-path-free-results'Junio C Hamano
2015-05-12Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano
2015-05-12Merge branch 'tb/blame-resurrect-convert-to-git'Junio C Hamano
2015-05-12Merge branch 'jc/plug-fmt-merge-msg-leak'Junio C Hamano
2015-05-12Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano
2015-05-12Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano
2015-05-12Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-08bundle: verify arguments more strictlyPatrick Steinhardt
2015-05-06cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak
2015-05-06cat-file: make the options mutually exclusiveKarthik Nayak
2015-05-06branch: do not call a "remote-tracking branch" a "remote branch"Danny Lin
2015-05-06git-config: replace use of home_config_paths()Paul Tan
2015-05-06git-commit: replace use of home_config_paths()Paul Tan
2015-05-06Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano
2015-05-06Merge branch 'ts/checkout-advice-plural'Junio C Hamano
2015-05-06Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano
2015-05-06Merge branch 'mh/show-branch-topic'Junio C Hamano
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-05-05prefix_path(): unconditionally free results in the callersStefan Beller
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine
2015-05-05config: use error() instead of fprintf(stderr, ...)Jonathan Nieder