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-01-18Merge branch 'bb/unicode-9.0' into maintJunio C Hamano
2017-01-18Merge branch 'ls/travis-update-p4-and-lfs' into maintJunio C Hamano
2016-12-22mingw: replace isatty() hackJeff Hostetler
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin
2016-12-22t5615-alternate-env: double-quotes in file names do not work on WindowsJohannes Sixt
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov
2016-12-19git-p4: fix multi-path changelist empty commitsGeorge Vanburgh
2016-12-19git-p4: avoid crash adding symlinked directoryLuke Diamand
2016-12-19t0021: fix flaky testLars Schneider
2016-12-17index-pack: skip collision check when not in repositoryJeff King
2016-12-17normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt
2016-12-16t: use nongit() function where applicableJeff King
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King
2016-12-15README: replace gmane link with public-inboxJeff King
2016-12-15Revert "sequencer: remove useless get_dir() function"Junio C Hamano
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Jeff King
2016-12-14unicode_width.h: update the width tables to Unicode 9.0Beat Bolli
2016-12-14update_unicode.sh: remove the plane filterBeat Bolli
2016-12-14update_unicode.sh: automatically download newer definition filesBeat Bolli
2016-12-14update_unicode.sh: pin the uniset repo to a known good commitBeat Bolli
2016-12-14update_unicode.sh: remove an unnecessary subshell levelBeat Bolli
2016-12-14update_unicode.sh: move it into contrib/update-unicodeBeat Bolli
2016-12-13t5547-push-quarantine: run the path separator test on Windows, tooJohannes Sixt
2016-12-13t3600: slightly modernize styleStefan Beller
2016-12-13tmp-objdir: quote paths we add to alternatesJeff King
2016-12-13alternates: accept double-quoted pathsJeff King
2016-12-13Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentJunio C Hamano
2016-12-12date-formats.txt: Typo fixLuis Ressel
2016-12-12mergetools: fix xxdiff hotkeysDavid Aguilar
2016-12-12difftool: rename variables for consistencyDavid Aguilar
2016-12-12difftool: chdir as early as possibleDavid Aguilar
2016-12-12difftool: sanitize $workdir as early as possibleDavid Aguilar
2016-12-12difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin
2016-12-10doc: omit needless "for"Kristoffer Haugsbakk
2016-12-10doc: make the intent of sentence clearerKristoffer Haugsbakk
2016-12-10doc: add verb in front of command to runKristoffer Haugsbakk
2016-12-10doc: add articles (grammar)Kristoffer Haugsbakk
2016-12-10sequencer: remove useless get_dir() functionStephan Beyer
2016-12-10sequencer: make sequencer abort saferStephan Beyer
2016-12-10t3510: test that cherry-pick --abort does not unsafely change HEADStephan Beyer
2016-12-09commit: remove 'Clever' message for --only --amendAndreas Krey
2016-12-09diff: handle --no-abbrev in no-index caseJack Bates
2016-12-08difftool: fix dir-diff index creation when in a subdirectoryDavid Aguilar
2016-12-08am: change safe_to_abort()'s not rewinding error into a warningStephan Beyer
2016-12-08am: fix filename in safe_to_abort() error messageStephan Beyer
2016-12-08shallow.c: remove useless codeNguyễn Thái Ngọc Duy