summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-19git-p4: fix multi-path changelist empty commitsLibravatar George Vanburgh2-3/+23
2016-12-18git-p4: avoid crash adding symlinked directoryLibravatar Luke Diamand2-6/+63
2016-12-18t0021: fix flaky testLibravatar Lars Schneider1-16/+1
2016-12-16index-pack: skip collision check when not in repositoryLibravatar Jeff King1-4/+6
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsLibravatar Johannes Sixt1-9/+14
2016-12-16t: use nongit() function where applicableLibravatar Jeff King3-29/+5
2016-12-16index-pack: complain when --stdin is used outside of a repoLibravatar Jeff King2-0/+17
2016-12-16t5000: extract nongit function to test-lib-functions.shLibravatar Jeff King2-14/+14
2016-12-15README: replace gmane link with public-inboxLibravatar Jeff King1-1/+1
2016-12-14Revert "sequencer: remove useless get_dir() function"Libravatar Junio C Hamano1-1/+6
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Libravatar Jeff King1-1/+1
2016-12-14unicode_width.h: update the width tables to Unicode 9.0Libravatar Beat Bolli1-24/+107
2016-12-14update_unicode.sh: remove the plane filterLibravatar Beat Bolli1-2/+1
2016-12-14update_unicode.sh: automatically download newer definition filesLibravatar Beat Bolli1-6/+2
2016-12-13update_unicode.sh: pin the uniset repo to a known good commitLibravatar Beat Bolli1-1/+2
2016-12-13update_unicode.sh: remove an unnecessary subshell levelLibravatar Beat Bolli1-27/+26
2016-12-13update_unicode.sh: move it into contrib/update-unicodeLibravatar Beat Bolli4-6/+26
2016-12-13t5547-push-quarantine: run the path separator test on Windows, tooLibravatar Johannes Sixt1-4/+10
2016-12-12t3600: slightly modernize styleLibravatar Stefan Beller1-73/+51
2016-12-12tmp-objdir: quote paths we add to alternatesLibravatar Jeff King2-1/+36
2016-12-12alternates: accept double-quoted pathsLibravatar Jeff King3-11/+60
2016-12-12Merge branch 'jk/alt-odb-cleanup' into jk/quote-env-path-list-componentLibravatar Junio C Hamano2-1/+72
2016-12-12date-formats.txt: Typo fixLibravatar Luis Ressel1-1/+1
2016-12-11mergetools: fix xxdiff hotkeysLibravatar David Aguilar1-5/+5
2016-12-11difftool: rename variables for consistencyLibravatar David Aguilar1-14/+14
2016-12-11difftool: chdir as early as possibleLibravatar David Aguilar1-12/+14
2016-12-11difftool: sanitize $workdir as early as possibleLibravatar David Aguilar1-3/+2
2016-12-11difftool: fix dir-diff index creation when in a subdirectoryLibravatar David Aguilar2-3/+45
2016-12-11mingw: intercept isatty() to handle /dev/null as Git expects itLibravatar Johannes Schindelin2-0/+36
2016-12-09doc: omit needless "for"Libravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: make the intent of sentence clearerLibravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: add verb in front of command to runLibravatar Kristoffer Haugsbakk1-1/+1
2016-12-09doc: add articles (grammar)Libravatar Kristoffer Haugsbakk1-3/+3
2016-12-09sequencer: remove useless get_dir() functionLibravatar Stephan Beyer1-6/+1
2016-12-09sequencer: make sequencer abort saferLibravatar Stephan Beyer2-1/+50
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADLibravatar Stephan Beyer1-0/+10
2016-12-09commit: remove 'Clever' message for --only --amendLibravatar Andreas Krey1-2/+0
2016-12-08diff: handle --no-abbrev in no-index caseLibravatar Jack Bates8-1/+39
2016-12-08difftool: fix dir-diff index creation when in a subdirectoryLibravatar David Aguilar2-3/+45
2016-12-08am: change safe_to_abort()'s not rewinding error into a warningLibravatar Stephan Beyer1-1/+1
2016-12-08am: fix filename in safe_to_abort() error messageLibravatar Stephan Beyer1-1/+1
2016-12-07shallow.c: remove useless codeLibravatar Nguyễn Thái Ngọc Duy1-4/+0
2016-12-07shallow.c: bit manipulation tweaksLibravatar Rasmus Villemoes1-4/+4
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundLibravatar Rasmus Villemoes1-1/+1
2016-12-07shallow.c: make paint_alloc slightly more robustLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2016-12-07shallow.c: rename fields in paint_info to better express their purposesLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2016-12-06stash: prefer plumbing over git-diffLibravatar Jeff King2-1/+10
2016-12-06http-walker: complain about non-404 loose object errorsLibravatar Jeff King2-3/+6
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectLibravatar Junio C Hamano3-31/+206