summaryrefslogtreecommitdiffstats
path: root/commit-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-06gitweb: Fix fixed string (non-regexp) project searchJakub Narebski1-8/+8
2012-03-06t5704: fix nonportable sed/grep usagesThomas Rast1-2/+2
2012-03-06Document the --histogram diff optionThomas Rast1-0/+3
2012-03-05Git 1.7.9.3v1.7.9.3Junio C Hamano2-2/+3
2012-03-05fast-import: zero all of 'struct tag' to silence valgrindThomas Rast1-1/+1
2012-03-05Update draft release notes to 1.7.9.3 for the last timeJunio C Hamano1-0/+27
2012-03-05http.proxy: also mention https_proxy and all_proxyClemens Buchacher1-3/+4
2012-03-03t0300: work around bug in dash 0.5.6Michael J Gruber1-1/+4
2012-03-03t5512 (ls-remote): modernize styleTom Grennan1-23/+4
2012-03-02tests: fix spurious error when run directly with Solaris /usr/xpg4/bin/shStefano Lattarini1-4/+5
2012-03-02Documentation: do not assume that n > 1 in <rev>~$nJunio C Hamano1-1/+1
2012-03-01bundle: keep around names passed to add_pending_object()Thomas Rast2-1/+16
2012-03-01t5510: ensure we stay in the toplevel test dirThomas Rast1-8/+10
2012-03-01t5510: refactor bundle->pack conversionThomas Rast1-14/+10
2012-03-01diff -p: squelch "diff --git" header for stat-dirty pathsJunio C Hamano2-5/+2
2012-03-01t4011: illustrate "diff-index -p" on stat-dirty pathsJunio C Hamano1-7/+39
2012-03-01t4011: modernise styleJunio C Hamano1-86/+82
2012-03-01Documentation fixes in git-configLibor Pechacek2-7/+12
2012-02-28Documentation: use {asterisk} in rev-list-options.txt when neededCarlos Martín Nieto1-6/+6
2012-02-28gitweb: Handle invalid regexp in regexp searchJakub Narebski2-1/+20
2012-02-28rev-list: fix --verify-objects --quiet becoming --objectsNguyễn Thái Ngọc Duy2-13/+17
2012-02-28rev-list: remove BISECT_SHOW_TRIED flagNguyễn Thái Ngọc Duy2-12/+1
2012-02-28Update draft release notes to 1.7.9.3Junio C Hamano1-0/+7
2012-02-28CodingGuidelines: do not use 'which' in shell scriptsTim Henigan1-0/+5
2012-02-27CodingGuidelines: Add a note about spaces after redirectionTim Henigan1-0/+7
2012-02-27branch: don't assume the merge filter ref existsCarlos Martín Nieto2-0/+8
2012-02-27post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctlyMichael Haggerty1-3/+3
2012-02-27post-receive-email: remove unused variableMichael Haggerty1-1/+0
2012-02-27test: "am -3" can accept non-standard -p<num>Junio C Hamano1-0/+15
2012-02-27Document accumulated fixes since 1.7.9.2Junio C Hamano2-1/+18
2012-02-27Git 1.7.8.5v1.7.8.5Junio C Hamano3-2/+21
2012-02-27grep -P: Fix matching ^ and $Michał Kiedrowicz1-1/+1
2012-02-27am: don't infloop for an empty input fileJim Meyering2-1/+11
2012-02-27rebase -m: only call "notes copy" when rewritten exists and is non-emptyAndrew Wong1-4/+7
2012-02-27git-p4: remove bash-ism in t9800Pete Wyckoff1-9/+15
2012-02-27git-p4: remove bash-ism in t9809Pete Wyckoff1-1/+1
2012-02-27git-p4: fix submit regression with clientSpec and subdir clonePete Wyckoff2-43/+185
2012-02-27git-p4: set useClientSpec variable on initial clonePete Wyckoff3-4/+34
2012-02-26Makefile: add thread-utils.h to LIB_HDmitry V. Levin1-0/+1
2012-02-24do not stream large files to pack when filters are in useJeff King2-5/+95
2012-02-24teach dry-run convert_to_git not to require a src bufferJeff King1-2/+10
2012-02-24teach convert_to_git a "dry run" modeJeff King2-2/+20
2012-02-23t5704: match tests to modern styleThomas Rast1-25/+8
2012-02-23strbuf: improve strbuf_get*line documentationThomas Rast1-1/+17
2012-02-23README: point to Documentation/SubmittingPatchesMatthieu Moy1-4/+6
2012-02-23Document merge.branchdesc configuration variableJunio C Hamano1-0/+5
2012-02-23disconnect from remote helpers more gentlyJeff King1-3/+10
2012-02-23bundle: use a strbuf to scan the log for boundary commitsThomas Rast2-7/+24
2012-02-23am -3: allow nonstandard -p<num> optionJunio C Hamano1-4/+7
2012-02-23bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast3-19/+19