summaryrefslogtreecommitdiffstats
path: root/config.mak.uname (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-01Documentation/config: add splitIndex.maxPercentChangeChristian Couder1-0/+13
2017-03-01t1700: add tests for splitIndex.maxPercentChangeChristian Couder1-0/+72
2017-03-01read-cache: regenerate shared index if necessaryChristian Couder2-0/+33
2017-03-01config: add git_config_get_max_percent_split_change()Christian Couder2-0/+16
2017-03-01Documentation/git-update-index: talk about core.splitIndex config varChristian Couder1-0/+6
2017-03-01Documentation/config: add information for core.splitIndexChristian Couder1-0/+4
2017-03-01t1700: add tests for core.splitIndexChristian Couder1-0/+37
2017-03-01update-index: warn in case of split-index incoherencyChristian Couder1-1/+10
2017-03-01read-cache: add and then use tweak_split_index()Christian Couder1-0/+17
2017-03-01split-index: add {add,remove}_split_index() functionsChristian Couder3-12/+30
2017-03-01config: add git_config_get_split_index()Christian Couder2-0/+11
2017-03-01t1700: change here document styleChristian Couder1-85/+85
2017-03-01config: mark an error message up for translationChristian Couder1-2/+2
2016-12-21Third batch for 2.12Junio C Hamano1-0/+40
2016-12-21t5615-alternate-env: double-quotes in file names do not work on WindowsJohannes Sixt1-1/+1
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay1-1/+2
2016-12-19Second batch for 2.12Junio C Hamano1-3/+90
2016-12-17First batch for 2.12Junio C Hamano1-1/+34
2016-12-16index-pack: skip collision check when not in repositoryJeff King1-4/+6
2016-12-16normalize_path_copy(): fix pushing to //server/share/dir on WindowsJohannes Sixt1-9/+14
2016-12-16t: use nongit() function where applicableJeff King3-29/+5
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King2-0/+17
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King2-14/+14
2016-12-15README: replace gmane link with public-inboxJeff King1-1/+1
2016-12-14Revert "sequencer: remove useless get_dir() function"Junio C Hamano1-1/+6
2016-12-14parse-options: print "fatal:" before usage_msg_opt()Jeff King1-1/+1
2016-12-14Makefile: exclude contrib from FIND_SOURCE_FILESJeff King1-0/+2
2016-12-14Makefile: match shell scripts in FIND_SOURCE_FILESJeff King1-1/+3
2016-12-14Makefile: exclude test cruft from FIND_SOURCE_FILESJeff King1-1/+7
2016-12-14Makefile: reformat FIND_SOURCE_FILESJeff King1-3/+6
2016-12-14unicode_width.h: update the width tables to Unicode 9.0Beat Bolli1-24/+107
2016-12-14update_unicode.sh: remove the plane filterBeat Bolli1-2/+1
2016-12-14update_unicode.sh: automatically download newer definition filesBeat Bolli1-6/+2
2016-12-14update_unicode.sh: pin the uniset repo to a known good commitBeat Bolli1-1/+2
2016-12-14update_unicode.sh: remove an unnecessary subshell levelBeat Bolli1-27/+26
2016-12-14update_unicode.sh: move it into contrib/update-unicodeBeat Bolli4-6/+26
2016-12-14git-p4: support git worktreesLuke Diamand3-4/+65
2016-12-13Early fixes for 2.11.x seriesJunio C Hamano1-0/+10
2016-12-13t5547-push-quarantine: run the path separator test on Windows, tooJohannes Sixt1-4/+10
2016-12-13t3600: slightly modernize styleStefan Beller1-73/+51
2016-12-13tmp-objdir: quote paths we add to alternatesJeff King2-1/+36
2016-12-13alternates: accept double-quoted pathsJeff King3-11/+60
2016-12-12date-formats.txt: Typo fixLuis Ressel1-1/+1
2016-12-12git-svn: document useLogAuthor and addAuthorFrom config keysEric Wong1-1/+7
2016-12-12git-svn: allow "0" in SVN path componentsEric Wong1-1/+1
2016-12-12submodule--helper: set alternateLocation for cloned submodulesVitaly "_Vi" Shukela2-2/+83
2016-12-12mergetools: fix xxdiff hotkeysDavid Aguilar1-5/+5
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2-0/+36
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller3-1/+49
2016-12-11pretty: add %(trailers) format for displaying trailers of a commit messageJacob Keller3-0/+45