summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-14i18n: add--interactive: mark strings for translationLibravatar Vasco Almeida1-34/+42
2016-12-14Git.pm: add subroutines for commenting linesLibravatar Vasco Almeida1-0/+38
2016-12-14merge: ensure '--abort' option takes no argumentsLibravatar Chris Packham2-0/+6
2016-12-14completion: add --continue option for mergeLibravatar Chris Packham1-1/+1
2016-12-14merge: add '--continue' option as a synonym for 'git commit'Libravatar Chris Packham3-0/+38
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Libravatar Jeff King1-1/+1
2016-12-14Makefile: exclude contrib from FIND_SOURCE_FILESLibravatar Jeff King1-0/+2
2016-12-14Makefile: match shell scripts in FIND_SOURCE_FILESLibravatar Jeff King1-1/+3
2016-12-14Makefile: exclude test cruft from FIND_SOURCE_FILESLibravatar Jeff King1-1/+7
2016-12-14Makefile: reformat FIND_SOURCE_FILESLibravatar Jeff King1-3/+6
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-13git-p4: support git worktreesLibravatar Luke Diamand3-4/+65
2016-12-13Early fixes for 2.11.x seriesLibravatar Junio C Hamano1-0/+10
2016-12-13Merge branch 'ew/svn-fixes'Libravatar Junio C Hamano2-2/+8
2016-12-13Merge branch 'js/mingw-isatty'Libravatar Junio C Hamano2-0/+36
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-12real_path: have callers use real_pathdup and strbuf_realpathLibravatar Brandon Williams7-13/+16
2016-12-12real_path: create real_pathdupLibravatar Brandon Williams2-0/+14
2016-12-12real_path: convert real_path_internal to strbuf_realpathLibravatar Brandon Williams2-28/+27
2016-12-12real_path: resolve symlinks by handLibravatar Brandon Williams1-61/+129
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller8-1/+282
2016-12-12move connect_work_tree_and_git_dir to dir.hLibravatar Stefan Beller4-26/+26
2016-12-12worktree: check if a submodule uses worktreesLibravatar Stefan Beller2-0/+55
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-12git-svn: document useLogAuthor and addAuthorFrom config keysLibravatar Eric Wong1-1/+7
2016-12-12git-svn: allow "0" in SVN path componentsLibravatar Eric Wong1-1/+1
2016-12-12submodule--helper: set alternateLocation for cloned submodulesLibravatar Vitaly "_Vi" Shukela2-2/+83
2016-12-12gitk: Update copyright notice to 2016Libravatar Paul Mackerras14-31/+31
2016-12-12gitk: Clear array 'commitinfo' on reloadLibravatar Markus Hitter1-1/+2
2016-12-12gitk: Remove closed file descriptors from $blobdifffdLibravatar Markus Hitter1-0/+5
2016-12-12gitk: Turn off undo manager in the text widgetLibravatar Markus Hitter1-1/+1
2016-12-12gitk: Fix Japanese translation for "marked commit"Libravatar Satoshi Yasushima1-4/+5
2016-12-12gitk: Fix missing commits when using -S or -GLibravatar Stefan Dotterweich1-1/+4
2016-12-12gitk: Use explicit RGB green instead of "lime"Libravatar Paul Mackerras1-6/+6
2016-12-12gitk: Add Portuguese translationLibravatar Vasco Almeida1-0/+1376
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