summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Merge branch 'hv/submodule-not-yet-pushed-fix' into maintLibravatar Junio C Hamano3-36/+121
2017-01-17Merge branch 'dt/empty-submodule-in-merge' into maintLibravatar Junio C Hamano3-11/+17
2017-01-17Merge branch 'jk/rev-parse-symbolic-parents-fix' into maintLibravatar Junio C Hamano2-1/+24
2017-01-17Merge branch 'js/mingw-isatty' into maintLibravatar Junio C Hamano2-86/+92
2017-01-17Merge branch 'bb/unicode-9.0' into maintLibravatar Junio C Hamano6-65/+163
2017-01-17Merge branch 'ls/travis-update-p4-and-lfs' into maintLibravatar Junio C Hamano1-2/+2
2017-01-17CodingGuidelines: clarify multi-line brace styleLibravatar Jeff King1-5/+32
2017-01-15request-pull: drop old USAGE stuffLibravatar Wolfram Sang1-3/+0
2017-01-13Documentation/bisect: improve on (bad|new) and (good|bad)Libravatar Christian Couder1-2/+2
2017-01-11t7810: avoid assumption about invalid regex syntaxLibravatar Jeff King1-11/+15
2017-01-09execv_dashed_external: wait for child on signal deathLibravatar Jeff King3-0/+21
2017-01-09execv_dashed_external: stop exiting with negative codeLibravatar Jeff King1-3/+7
2017-01-09execv_dashed_external: use child_process structLibravatar Jeff King1-18/+7
2017-01-09git_exec_path: do not return the result of getenv()Libravatar Jeff King1-9/+8
2017-01-08git_exec_path: avoid Coverity warning about unfree()d resultLibravatar Johannes Schindelin1-1/+4
2017-01-07blame: output porcelain "previous" header for each fileLibravatar Jeff King2-9/+131
2017-01-07blame: handle --no-abbrevLibravatar Jeff King2-0/+6
2017-01-07blame: fix alignment with --abbrev=40Libravatar Jeff King2-1/+29
2017-01-07rebase--interactive: count squash commits above 10 correctlyLibravatar Jeff King1-1/+1
2017-01-07branch_get_push: do not segfault when HEAD is detachedLibravatar Kyle Meyer2-3/+9
2017-01-07archive-zip: load userdiff configLibravatar Jeff King2-4/+25
2016-12-29repack: die on incremental + write-bitmap-indexLibravatar David Turner2-5/+12
2016-12-29auto gc: don't write bitmaps for incremental repacksLibravatar David Turner2-1/+33
2016-12-22config.abbrev: document the new default that auto-scalesLibravatar Junio C Hamano2-8/+15
2016-12-22config.c: handle lock file in error case in git_config_rename_...Libravatar Nguyễn Thái Ngọc Duy1-1/+3
2016-12-22mingw: replace isatty() hackLibravatar Jeff Hostetler1-107/+69
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsLibravatar Alan Davies1-2/+6
2016-12-22mingw: adjust is_console() to work with stdinLibravatar Johannes Schindelin1-1/+5
2016-12-21t5615-alternate-env: double-quotes in file names do not work on WindowsLibravatar Johannes Sixt1-1/+1
2016-12-20fast-import: properly fanout notes when tree is importedLibravatar Mike Hommey2-3/+47
2016-12-20config.c: rename label unlock_and_outLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-12-20config.c: handle error case for fstat() callsLibravatar Nguyễn Thái Ngọc Duy1-2/+10
2016-12-20mailinfo.c: move side-effects outside of assertLibravatar Kyle J. McKay1-1/+2
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesLibravatar Max Kirillov1-1/+1
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-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