summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-19Fix mis-backport of t7002Junio C Hamano1-1/+5
2010-01-19Update draft release notes to 1.7.0Junio C Hamano1-1/+16
2010-01-19Update draft release notes to 1.6.6.1Junio C Hamano1-1/+16
2010-01-19branch: warn and refuse to set a branch as a tracking branch of itself.Matthieu Moy1-2/+12
2010-01-19Performance optimization for detection of modified submodulesJens Lehmann6-29/+56
2010-01-19Add branch --set-upstreamIlari Liusvaara5-11/+52
2010-01-19builtin-apply.c: fix the --- and +++ header filename consistency checkAndreas Gruenbacher2-1/+39
2010-01-19Add git remote set-urlIlari Liusvaara3-1/+330
2010-01-19Replace parse_blob() with an explanatory commentDaniel Barkalow2-22/+8
2010-01-19grep: NUL terminate input from a fileJim Meyering1-0/+1
2010-01-18builtin-apply.c: Skip filenames without enough componentsAndreas Gruenbacher2-2/+14
2010-01-18symlinks.c: remove unused functionsJunio C Hamano2-33/+0
2010-01-18object.c: remove unused functionsJunio C Hamano2-26/+0
2010-01-18Document that merge strategies can now take their own optionsJunio C Hamano2-1/+33
2010-01-18Extend merge-subtree tests to test -Xsubtree=dir.Avery Pennarun1-1/+46
2010-01-18Make "subtree" part more orthogonal to the rest of merge-recursive.Junio C Hamano6-18/+91
2010-01-18pull: Fix parsing of -X<option>Junio C Hamano1-7/+14
2010-01-18Teach git-pull to pass -X<option> to git-mergeAvery Pennarun2-2/+23
2010-01-18git merge -X<option>Avery Pennarun11-26/+162
2010-01-18Update draft release notes to 1.7.0Junio C Hamano1-1/+38
2010-01-18git status: Show uncommitted submodule changes too when enabledJens Lehmann4-9/+15
2010-01-17Update COPYING with GPLv2 with new FSF addressJunio C Hamano1-13/+12
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-2/+8
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-1/+11
2010-01-17rerere: honor conflict-marker-size attributeJunio C Hamano3-2/+20
2010-01-17rerere: prepare for customizable conflict marker lengthJunio C Hamano1-10/+44
2010-01-17commit.c::print_summary: do not release the format string too earlyJunio C Hamano1-1/+1
2010-01-17conflict-marker-size: new attributeJunio C Hamano1-25/+34
2010-01-17rerere: use ll_merge() instead of using xdl_merge()Junio C Hamano1-4/+1
2010-01-17merge-tree: use ll_merge() not xdl_merge()Junio C Hamano2-11/+9
2010-01-17xdl_merge(): allow passing down marker_size in xmparam_tJunio C Hamano2-8/+18
2010-01-17xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano6-12/+17
2010-01-17git_attr(): fix function signatureJunio C Hamano9-14/+19
2010-01-17Do not use date.c:tm_to_time_t() from compat/mingw.cJohannes Sixt1-17/+19
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski6-11/+217
2010-01-17Documentation: Update git core tutorial clarifying reference to scriptsRamkumar Ramachandra1-0/+8
2010-01-17MSVC: Fix an "incompatible pointer types" compiler warningRamsay Jones2-25/+19
2010-01-17Windows: avoid the "dup dance" when spawning a child processJohannes Sixt3-49/+50
2010-01-17Windows: simplify the pipe(2) implementationJohannes Sixt1-29/+8
2010-01-17Windows: boost startup by avoiding a static dependency on shell32.dllJohannes Sixt1-2/+14
2010-01-17Windows: disable PythonErik Faye-Lund1-0/+2
2010-01-17Teach diff that modified submodule directory is dirtyJunio C Hamano2-3/+90
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann4-17/+124
2010-01-17Add push --set-upstreamIlari Liusvaara5-1/+136
2010-01-16t7111: fix bad HEAD in tests with unmerged entriesChristian Couder1-10/+10
2010-01-16difftool: Update copyright notices to list each year separatelyDavid Aguilar2-2/+2
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger1-1/+1
2010-01-16Test t5560: Fix test when run with dashTarmigan Casebolt1-5/+10
2010-01-16status: only touch path we may need to checkNguyễn Thái Ngọc Duy2-2/+2
2010-01-16difftool: Use eval to expand '--extcmd' expressionsDavid Aguilar2-2/+14