summaryrefslogtreecommitdiffstats
path: root/diff.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-05Documentation: rewrap to prepare for "git-" vs "git " changeJonathan Nieder2-6/+6
2008-07-05git-commit(1): depersonalize descriptionJonathan Nieder1-2/+2
2008-07-05git(1): add commaJonathan Nieder1-1/+1
2008-07-05manpages: fix bogus whitespaceJonathan Nieder3-7/+7
2008-07-05Documentation: fix gitlinksJonathan Nieder2-2/+2
2008-07-05git-format-patch(1): fix stray \ in outputJonathan Nieder1-1/+1
2008-07-05Retire 'stupid' merge strategyMiklos Vajna3-83/+1
2008-07-05Fix apply --recount handling of no-EOL lineThomas Rast6-1/+29
2008-07-04GIT 1.5.6.2v1.5.6.2Junio C Hamano2-11/+21
2008-07-04Fix executable bits in t/ scriptsJunio C Hamano2-0/+0
2008-07-04t4127-apply-same-fn: Avoid sed -iJohannes Sixt1-11/+16
2008-07-04Work around gcc warnings from curl headersJunio C Hamano2-12/+10
2008-07-03fast-export --export-marks: fix off by one errorJunio C Hamano2-9/+6
2008-07-03git-send-email: Do not attempt to STARTTLS more than onceThomas Rast1-0/+1
2008-07-03Fix describe --tags --long so it does not segfaultShawn O. Pearce2-1/+3
2008-07-02git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin1-1/+2
2008-07-02Documentation: Point to gitcli(7) from git(1)Brian Gernhardt1-1/+1
2008-07-02Update draft release notes for 1.6.0Junio C Hamano1-4/+25
2008-07-02gitcli: Document meaning of --cached and --indexNanako Shiraishi1-1/+37
2008-07-02Documentation formatting and cleanupJonathan Nieder103-509/+510
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder131-462/+462
2008-07-02Documentation: prepare to be consistent about "git-" versus "git "Jonathan Nieder4-10/+10
2008-07-02git-daemon(1): don't assume git-daemon is in /usr/binJonathan Nieder1-5/+5
2008-07-02Documentation: complicate example of "man git-command"Jonathan Nieder2-3/+3
2008-07-02whitespace fix in Documentation/git-repack.txtJonathan Nieder1-3/+3
2008-07-02Documentation: fix links to tutorials and other new manual pagesJonathan Nieder11-42/+38
2008-07-02Start draft release notes for 1.5.6.2Junio C Hamano2-1/+32
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast1-1/+1
2008-06-30Add test results directory to t/.gitignoreBrian Gernhardt1-0/+1
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King1-4/+11
2008-06-30doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King1-1/+4
2008-06-30Update draft release notes for 1.6.0Junio C Hamano1-16/+24
2008-06-30Documentation: don't assume git-sh-setup and git-parse-remote are in PATHjrnieder@uchicago.edu2-2/+2
2008-06-30t9700: skip when Test::More is not availableJunio C Hamano1-0/+5
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin1-0/+7
2008-06-30Fix t4017-diff-retval for white-space from wcBrian Gernhardt1-1/+1
2008-06-29git-svn: don't sanitize remote names in configEric Wong1-12/+3
2008-06-29show_stats(): fix stats width calculationOlivier Marin1-6/+6
2008-06-29Documentation: remove {show,whatchanged}.difftree config optionsOlivier Marin2-10/+0
2008-06-29git-svn: avoid filling up the disk with temp files.Avery Pennarun1-1/+4
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink1-0/+1
2008-06-29git-send-email: prevent undefined variable warnings if no encryption is setThomas Rast1-0/+3
2008-06-28fix git config example syntaxJoey Hess1-1/+1
2008-06-28avoid off-by-one error in run_upload_archiveJochen Voss1-1/+1
2008-06-28GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copyLea Wiemann1-1/+1
2008-06-28Allow git-apply to recount the lines in a hunk (AKA recountdiff)Johannes Schindelin3-43/+101
2008-06-28commit-tree: lift completely arbitrary limit of 16 parentsJohannes Schindelin1-23/+20
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov6-68/+79
2008-06-28help: check early if we have a command, if not try a documentation topicChristian Couder1-8/+14
2008-06-28git-apply: handle a patch that touches the same path more than once betterDon Zickus2-10/+157