summaryrefslogtreecommitdiffstats
path: root/line-log.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-10config,completion: add color.status.unmergedMichael J Gruber2-2/+5
2015-03-10t7510: do not fail when gpg warns about insecure memoryKyle J. McKay1-2/+2
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay2-3/+17
2015-03-07git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2-4/+16
2015-03-06Git 2.3.2v2.3.2Junio C Hamano3-2/+14
2015-03-06rebase-interactive: re-word "item count" commentEric Sunshine1-1/+1
2015-03-06rebase-interactive: suppress whitespace preceding item countEric Sunshine2-0/+10
2015-03-05Prepare for 2.3.2Junio C Hamano2-1/+69
2015-03-04log --decorate: do not leak "commit" color into the next itemJunio C Hamano3-8/+16
2015-03-04Documentation/config.txt: simplify boolean description in the syntax sectionJunio C Hamano1-2/+2
2015-03-04Documentation/config.txt: describe 'color' value type in the "Values" sectionJunio C Hamano1-16/+13
2015-03-04Documentation/config.txt: have a separate "Values" sectionJunio C Hamano1-8/+31
2015-03-04Documentation/config.txt: describe the structure first and then meaningJunio C Hamano1-16/+15
2015-03-04Documentation/config.txt: explain multi-valued variables onceJunio C Hamano1-4/+3
2015-03-04Documentation/config.txt: avoid unnecessary negationJunio C Hamano1-3/+3
2015-03-03t5516: correct misspelled pushInsteadOfAnders Kaseorg1-1/+1
2015-03-02submodule: improve documentation of update subcommandMichal Sojka3-37/+64
2015-03-02git-remote.txt: describe behavior without --tags and --no-tagsMichael J Gruber1-0/+3
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton4-7/+7
2015-03-02diff --shortstat --dirstat: remove duplicate outputMårten Kongstad2-1/+15
2015-02-27diffcore-rename: avoid processing duplicate destinationsJeff King2-2/+85
2015-02-27diffcore-rename: split locate_rename_dst into two functionsJeff King1-12/+26
2015-02-27grep: correct help string for --exclude-standardNguyễn Thái Ngọc Duy1-1/+1
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay2-0/+11
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo1-1/+2
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli1-2/+6
2015-02-25Git 2.3.1v2.3.1Junio C Hamano4-3/+56
2015-02-23test_ln_s_add: refresh stat info of fake symbolic linksJohannes Sixt1-1/+3
2015-02-23git-compat-util.h: remove redundant codeRamsay Jones1-6/+0
2015-02-22t5500: show user name and host in diag-urlTorsten Bögershausen2-30/+56
2015-02-22t5601: add more test cases for IPV6Torsten Bögershausen1-17/+40
2015-02-22connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen2-26/+39
2015-02-22sha1_name: use strlcpy() to copy stringsRené Scharfe1-6/+2
2015-02-22pretty: use starts_with() to check for a prefixRené Scharfe1-1/+1
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe1-4/+3
2015-02-22connect: use strcmp() for string comparisonRené Scharfe1-2/+1
2015-02-21Documentation/git-am.txt: mention mailinfo.scissors config variableMatthieu Moy1-1/+2
2015-02-21Documentation/config.txt: document mailinfo.scissorsMatthieu Moy1-0/+7
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov1-2/+2
2015-02-17daemon: use callback to build interpolated pathRené Scharfe1-9/+45
2015-02-17daemon: look up client-supplied hostname lazilyRené Scharfe1-8/+29
2015-02-17daemon: sanitize incoming virtual hostnameJeff King2-5/+56
2015-02-17t5570: test git-daemon's --interpolated-path optionJeff King1-0/+16
2015-02-17git_connect: let user override virtual-host we send to daemonJeff King1-1/+11
2015-02-17read-cache.c: free cache entry when refreshing failsStefan Beller1-2/+8
2015-02-16git-send-email.perl: support no- prefix with older GetOptionsKyle J. McKay2-5/+15
2015-02-16test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen1-3/+22
2015-02-16t4008: modernise styleJunio C Hamano1-160/+126
2015-02-16t/diff-lib: check exact object names in compare_diff_rawJunio C Hamano1-1/+1
2015-02-16tests: do not borrow from COPYING and README from the real sourceJunio C Hamano7-26/+433