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
2017-11-06fix typos in 2.15.0 release notesJean Carlo Machado
2017-11-06config: document blame configurationStefan Beller
2017-11-04credential-libsecret: unlock locked secretsDennis Kaarsemaker
2017-11-03setup: avoid double slashes when looking for HEADJeff King
2017-11-03mailmap: use Kaartic Sivaraam's new addressKaartic Sivaraam
2017-11-02diff: --indent-heuristic is no longer experimentalCarlos Martín Nieto
2017-11-02mingw: document the standard handle redirectionJohannes Schindelin
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin
2017-11-02travis-ci: don't build Git for the static analysis jobSZEDER Gábor
2017-11-02travis-ci: fix running P4 and Git LFS tests in Linux build jobsSZEDER Gábor
2017-11-02grep: take the read-lock when adding a submoduleMartin Ågren
2017-11-02sequencer: pass absolute GIT_DIR to exec commandsJacob Keller
2017-11-01wincred: handle empty username/password correctlyJakub Bereżański
2017-11-01t0302: check helper can handle empty credentialsJakub Bereżański
2017-11-01mingw: include the full version information in the resourcesJohannes Schindelin
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
2017-11-01diff: remove touched flagsBrandon Williams
2017-11-01diff: add flag to indicate textconv was set via cmdlineBrandon Williams
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams
2017-11-01t5580: add Cygwin supportAdam Dinwoodie
2017-11-01sha1_file: use hex_to_bytes()René Scharfe
2017-11-01http-push: use hex_to_bytes()René Scharfe
2017-11-01notes: move hex_to_bytes() to hex.c and export itRené Scharfe
2017-10-31add, reset: use DIFF_OPT_SET macro to set a diff flagBrandon Williams
2017-10-31t0000: check whether the shell supports the "local" keywordMichael Haggerty
2017-10-30Git 2.15v2.15.0Junio C Hamano
2017-10-30Merge tag 'l10n-2.15.0-rnd2.1' of git://github.com/git-l10n/git-poJunio C Hamano
2017-10-29l10n: Update Catalan translationJordi Mas
2017-10-29diff: fix lstat() error handling in diff_populate_filespec()Andrey Okoshkin
2017-10-28Hopefully final batch before 2.15Junio C Hamano
2017-10-28Merge branch 'sg/rev-list-doc-reorder-fix'Junio C Hamano
2017-10-28Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano
2017-10-28Merge branch 'ao/path-use-xmalloc'Junio C Hamano
2017-10-28Merge branch 'np/config-path-doc'Junio C Hamano
2017-10-27docs: fix formatting of rev-parse's --show-superproject-working-treeSebastian Schuberth
2017-10-27rev-list-options.txt: use correct directional referenceSZEDER Gábor
2017-10-27stash: remove now superfluos help for "stash push"Thomas Gummerer
2017-10-27stash: mark "git stash save" deprecated in the man pageThomas Gummerer
2017-10-27stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer
2017-10-26Merge branch 'mh/ref-locking-fix'Junio C Hamano
2017-10-26status: do not get confused by submodules in excluded directoriesJohannes Schindelin
2017-10-26diff.c: get rid of duplicate implementationStefan Beller
2017-10-26xdiff-interface: export comparing and hashing stringsStefan Beller
2017-10-25path.c: use xmalloc() in add_to_trie()Andrey Okoshkin
2017-10-25completion: add remaining flags to checkoutThomas Braun
2017-10-25files_transaction_prepare(): fix handling of ref lock failureMichael Haggerty