summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18git-p4: avoid crash adding symlinked directoryLuke Diamand
2016-12-18t0021: fix flaky testLars Schneider
2016-12-16index-pack: skip collision check when not in repositoryJeff King
2016-12-16normalize_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-14Revert "sequencer: remove useless get_dir() function"Junio C Hamano
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Jeff King
2016-12-14Makefile: exclude contrib from FIND_SOURCE_FILESJeff King
2016-12-14Makefile: match shell scripts in FIND_SOURCE_FILESJeff King
2016-12-14Makefile: exclude test cruft from FIND_SOURCE_FILESJeff King
2016-12-14Makefile: reformat FIND_SOURCE_FILESJeff 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-12tmp-objdir: quote paths we add to alternatesJeff King
2016-12-12alternates: accept double-quoted pathsJeff King
2016-12-12Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentJunio C Hamano
2016-12-12date-formats.txt: Typo fixLuis Ressel
2016-12-12git-svn: document useLogAuthor and addAuthorFrom config keysEric Wong
2016-12-12git-svn: allow "0" in SVN path componentsEric Wong
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-09doc: omit needless "for"Kristoffer Haugsbakk
2016-12-09doc: make the intent of sentence clearerKristoffer Haugsbakk
2016-12-09doc: add verb in front of command to runKristoffer Haugsbakk
2016-12-09doc: add articles (grammar)Kristoffer Haugsbakk
2016-12-09sequencer: remove useless get_dir() functionStephan Beyer
2016-12-09sequencer: make sequencer abort saferStephan Beyer
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADStephan Beyer
2016-12-09commit: remove 'Clever' message for --only --amendAndreas Krey
2016-12-08diff: 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-07shallow.c: remove useless codeNguyễn Thái Ngọc Duy