summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16shortlog: test and document --committer optionLibravatar Jeff King2-0/+17
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-15shortlog: group by committer informationLibravatar Linus Torvalds2-3/+13
2016-12-15merge: mark usage error strings for translationLibravatar Jeff King1-2/+2
2016-12-15README: replace gmane link with public-inboxLibravatar Jeff King1-1/+1
2016-12-15http: respect protocol.*.allow=user for http-alternatesLibravatar Jeff King2-11/+51
2016-12-15transport: add from_user parameter to is_transport_allowedLibravatar Brandon Williams4-13/+29
2016-12-15http: create function to get curl allowed protocolsLibravatar Brandon Williams1-11/+20
2016-12-15transport: add protocol policy config optionLibravatar Brandon Williams7-39/+264
2016-12-15http: always warn if libcurl version is too oldLibravatar Brandon Williams3-14/+2
2016-12-14lib-proto-disable: variable name fixLibravatar Brandon Williams1-6/+6
2016-12-14Revert "sequencer: remove useless get_dir() function"Libravatar Junio C Hamano1-1/+6
2016-12-14i18n: difftool: mark warnings for translationLibravatar Vasco Almeida1-10/+12
2016-12-14i18n: send-email: mark composing message for translationLibravatar Vasco Almeida1-7/+9
2016-12-14i18n: send-email: mark string with interpolation for translationLibravatar Vasco Almeida1-40/+47
2016-12-14i18n: send-email: mark warnings and errors for translationLibravatar Vasco Almeida1-17/+17
2016-12-14i18n: send-email: mark strings for translationLibravatar Vasco Almeida1-22/+32
2016-12-14i18n: add--interactive: mark status words for translationLibravatar Vasco Almeida1-6/+6
2016-12-14i18n: add--interactive: remove %patch_modes entriesLibravatar Vasco Almeida1-21/+0
2016-12-14i18n: add--interactive: mark edit_hunk_manually message for translationLibravatar Vasco Almeida1-13/+39
2016-12-14i18n: add--interactive: i18n of help_patch_cmdLibravatar Vasco Almeida1-8/+46
2016-12-14i18n: add--interactive: mark patch prompt for translationLibravatar Vasco Almeida4-11/+61
2016-12-14i18n: add--interactive: mark plural stringsLibravatar Vasco Almeida4-12/+39
2016-12-14i18n: clean.c: match string with git-add--interactive.perlLibravatar Vasco Almeida1-5/+5
2016-12-14i18n: add--interactive: mark strings with interpolation for translationLibravatar Vasco Almeida1-12/+13
2016-12-14i18n: add--interactive: mark simple here-documents for translationLibravatar Vasco Almeida1-3/+5
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