aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013/diff.format-patch_--stdout_initial..master (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Prepare for 1.7.6.6Junio C Hamano2-1/+12
2012-01-10Documentation: rerere's rr-cache auto-creation and rerere.enabledJunio C Hamano1-1/+2
2012-01-10attr.c: clarify the logic to pop attr_stackJunio C Hamano1-1/+10
2012-01-10attr.c: make bootstrap_attr_stack() leave earlyJunio C Hamano1-30/+31
2012-01-10attr: drop misguided defensive codingJeff King1-1/+1
2012-01-10attr: don't confuse prefixes with leading directoriesJeff King2-1/+12
2012-01-06Documentation: rerere.enabled is the primary way to configure rerereThomas Rast1-4/+4
2012-01-03docs: describe behavior of relative submodule URLsJens Lehmann1-1/+6
2012-01-01Documentation: read-tree --prefix works with existing subtreesClemens Buchacher1-5/+4
2011-12-29Add MYMETA.json to perl/.gitignoreJack Nagel1-0/+1
2011-12-13Git 1.7.7.5v1.7.7.5Junio C Hamano4-3/+21
2011-12-13Git 1.7.6.5v1.7.6.5Junio C Hamano4-3/+30
2011-12-13blame: don't overflow time bufferJeff King1-1/+1
2011-12-09fetch: create status table using strbufJeff King1-38/+49
2011-12-09am: don't persist keepcr flagMartin von Zweigbergk1-7/+0
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund2-2/+2
2011-12-08git symbolic-ref: documentation fixMichael Haggerty1-6/+3
2011-12-05stripspace: fix outdated commentJeff King1-2/+0
2011-12-05Add MYMETA.yml to perl/.gitignoreSebastian Morr1-0/+1
2011-11-28checkout,merge: loosen overwriting untracked file check based on info/excludeNguyễn Thái Ngọc Duy2-2/+2
2011-11-21documentation fix: git difftool uses diff tools, not merge tools.Thomas Hochstein1-1/+1
2011-11-18Git 1.7.7.4v1.7.7.4Junio C Hamano3-2/+16
2011-11-18Makefile: add missing header file dependenciesJonathan Nieder1-2/+3
2011-11-17notes merge: eliminate OUTPUT macroJonathan Nieder1-43/+61
2011-11-16mailmap: xcalloc mailmap_infoMarc-André Lureau1-3/+2
2011-11-15name-rev --all: do not even attempt to describe non-commit objectJunio C Hamano1-1/+1
2011-11-08Git 1.7.7.3v1.7.7.3Junio C Hamano3-2/+21
2011-11-08docs: Update install-doc-quickJunio C Hamano3-50/+46
2011-11-08docs: don't mention --quiet or --exit-code in git-log(1)Jeff King1-0/+2
2011-11-06cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason2-2/+2
2011-11-06apply: get rid of useless x < 0 comparison on a size_t typeÆvar Arnfjörð Bjarmason1-3/+0
2011-11-01Git 1.7.7.2v1.7.7.2Junio C Hamano2-1/+45
2011-10-31t7511: avoid use of reserved filename on Windows.Pat Thoyts1-1/+1
2011-10-27clone: Quote user supplied path in a single quote pairRichard Hartmann1-2/+2
2011-10-26read-cache.c: fix index memory allocationRené Scharfe2-3/+53
2011-10-26make the sample pre-commit hook script reject names with newlines, tooJim Meyering1-2/+6
2011-10-23Reindent closing bracket using tab instead of spacesNguyễn Thái Ngọc Duy1-1/+1
2011-10-23Git 1.7.7.1v1.7.7.1Junio C Hamano2-2/+3
2011-10-23RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...Jonathan Nieder1-2/+3
2011-10-21gitweb: fix regression when filtering out forksJulien Muchembled1-1/+1
2011-10-21Almost ready for 1.7.7.1Junio C Hamano1-0/+20
2011-10-20pack-objects: don't traverse objects unnecessarilyDan McGee1-6/+12
2011-10-18strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey1-1/+0
2011-10-18pack-objects: rewrite add_descendants_to_write_order() iterativelyDan McGee1-7/+37
2011-10-18pack-objects: use unsigned int for counter and offset valuesDan McGee1-6/+6
2011-10-18pack-objects: mark add_to_write_order() as inlineDan McGee1-1/+1
2011-10-15fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2-4/+23
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto5-20/+36
2011-10-15remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto1-36/+33
2011-10-15Prepare for 1.7.7.1Junio C Hamano2-1/+40