summaryrefslogtreecommitdiffstats
path: root/Documentation/blame-options.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-07Update draft release notes to 1.8.0.2Junio C Hamano1-0/+19
2012-11-29git-fast-import.txt: improve documentation for quoted pathsMatthieu Moy1-2/+6
2012-11-29git-remote-mediawiki: escape ", \, and LF in file namesMatthieu Moy2-3/+39
2012-11-29t4049: refocus testsJunio C Hamano1-11/+9
2012-11-28Start preparing for 1.8.0.2Junio C Hamano2-1/+16
2012-11-28completion: add options --single-branch and --branch to "git clone"Ralf Thielow1-0/+2
2012-11-28Documentation/git-push.txt: clarify the "push from satellite" workflowJunio C Hamano1-2/+14
2012-11-27diff --shortstat: do not count "unmerged" entriesJunio C Hamano1-3/+2
2012-11-27diff --stat: do not count "unmerged" entriesJunio C Hamano2-3/+5
2012-11-27diff --stat: move the "total count" logic to the last loopJunio C Hamano2-10/+13
2012-11-27diff --stat: use "file" temporary variable to refer to data->files[i]Junio C Hamano1-13/+13
2012-11-27diff --stat: status of unmodified pair in diff-q is not zeroJunio C Hamano1-1/+1
2012-11-27test: add failing tests for "diff --stat" to t4049Junio C Hamano1-1/+45
2012-11-27Documentation: improve phrasing in git-push.txtMark Szepieniec1-1/+2
2012-11-26Fix typo in remote set-head usageAntoine Pelisse1-1/+1
2012-11-26Makefile: hide stderr of curl-config testPaul Gortmaker1-1/+1
2012-11-26Git 1.8.0.1v1.8.0.1Junio C Hamano3-3/+16
2012-11-25Completion must sort before using uniqMarc Khouzam1-1/+1
2012-11-20compat/fnmatch: fix off-by-one character class's length checkNguyễn Thái Ngọc Duy1-1/+1
2012-11-20Further preparation for 1.8.0.1Junio C Hamano1-1/+7
2012-11-19Start preparing for 1.8.0.1Junio C Hamano2-1/+47
2012-11-16config: don't segfault when given --path with a missing valueCarlos Martín Nieto2-1/+7
2012-11-16checkout: print a message when switching unborn branchesJeff King1-0/+3
2012-11-12gitweb: escape html in rss titleJeff King2-0/+16
2012-11-08doc/fast-import: clarify how content states are builtEric S. Raymond1-2/+6
2012-11-08gitweb.perl: fix %highlight_ext mappingsRichard Hubbell1-9/+8
2012-11-08git p4: RCS expansion should not span newlinesPete Wyckoff2-1/+20
2012-11-08push/pull: adjust missing upstream help text to changed interfaceMichael J Gruber1-1/+1
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano6-4/+12
2012-11-02commit: fixup misplacement of --no-post-rewrite descriptionAndreas Schwab1-4/+3
2012-11-02Document 'git commit --no-edit' explicitlyMatthieu Moy1-0/+5
2012-10-28diff_grep: use textconv buffers for add/deleted filesJeff King2-2/+14
2012-10-28mailmap: avoid out-of-bounds memory accessRomain Francoise1-1/+1
2012-10-25Doc repository-layout: Show refs/replacePhilip Oakley1-0/+6
2012-10-25Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy4-6/+6
2012-10-25git-pull: Avoid merge-base on detached headPhil Hord1-0/+1
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King2-2/+2
2012-10-21Git 1.8.0v1.8.0Junio C Hamano3-10/+19
2012-10-21Fix failure to delete a packed ref through a symrefJohan Herland2-2/+2
2012-10-21t1400-update-ref: Add test verifying bug with symrefs in delete_ref()Johan Herland1-0/+18
2012-10-19Fix potential hang in https handshakeStefan Zager1-0/+12
2012-10-18branch: show targets of deleted symrefs, not sha1sRené Scharfe2-11/+13
2012-10-18branch: skip commit checks when deleting symref branchesRené Scharfe2-2/+17
2012-10-18branch: delete symref branch, not its targetRené Scharfe2-1/+12
2012-10-18branch: factor out delete_branch_config()René Scharfe1-5/+10
2012-10-18branch: factor out check_branch_commit()René Scharfe1-12/+21
2012-10-18format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr1-32/+66
2012-10-18format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr2-18/+33
2012-10-18format-patch: make rfc2047 encoding more strictJan H. Schönherr3-12/+72
2012-10-18format-patch: introduce helper function last_line_length()Jan H. Schönherr1-12/+13