summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/p4'Junio C Hamano2011-03-041-1/+1
|\
| * git-p4 submit: prevent 'Jobs' section from being removed from p4 change logMichael Horowitz2011-02-251-1/+1
* | Merge branch 'mg/maint-difftool-vim-readonly'Junio C Hamano2011-03-041-2/+2
|\ \
| * | mergetool-lib: call vim in readonly mode for diffsMichael J Gruber2011-02-251-2/+2
* | | Merge branch 'jn/maint-commit-missing-template'Junio C Hamano2011-03-042-4/+12
|\ \ \
| * | | commit: error out for missing commit message templateJonathan Nieder2011-02-252-4/+12
* | | | Merge branch 'jk/diffstat-binary'Junio C Hamano2011-03-042-10/+28
|\ \ \ \
| * | | | diff: don't retrieve binary blobs for diffstatJeff King2011-02-221-4/+11
| * | | | diff: handle diffstat of rewritten binary filesJeff King2011-02-222-10/+21
* | | | | Merge branch 'lt/rename-no-extra-copy-detection'Junio C Hamano2011-03-049-45/+46
|\ \ \ \ \
| * | | | | diffcore-rename: improve estimate_similarity() heuristicsLinus Torvalds2011-02-181-1/+1
| * | | | | diffcore-rename: properly honor the difference between -M and -CLinus Torvalds2011-02-186-33/+32
| * | | | | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-184-11/+13
| | |_|/ / | |/| | |
* | | | | Merge branch 'jn/test-terminal-punt-on-osx-breakage'Junio C Hamano2011-03-041-3/+19
|\ \ \ \ \
| * | | | | tests: skip terminal output tests on OS XJonathan Nieder2011-02-171-3/+19
* | | | | | Merge branch 'jk/fail-null-clone'Junio C Hamano2011-03-042-1/+14
|\ \ \ \ \ \
| * | | | | | clone: die when trying to clone missing local pathJeff King2011-02-182-1/+14
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/grep--no-index-pathspec-fix'Junio C Hamano2011-03-041-0/+4
|\ \ \ \ \ \
| * | | | | | grep --no-index: honor pathspecs correctlyJunio C Hamano2011-02-161-0/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2011-03-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | verify-pack: add --stat-only to the synopsis sectionJunio C Hamano2011-03-011-1/+1
* | | | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrnJunio C Hamano2011-02-2818-233/+1571
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-import: make code "-Wpointer-arith" cleanJonathan Nieder2011-02-281-1/+1
| * | | | | | | | Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder2011-02-267-89/+855
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder2010-12-072-1/+59
| | * | | | | | | | vcs-svn: Implement Prop-delta handlingDavid Barr2010-11-242-12/+144
| | * | | | | | | | vcs-svn: Sharpen parsing of property linesJonathan Nieder2010-11-241-11/+19
| | * | | | | | | | vcs-svn: Split off function for handling of individual propertiesJonathan Nieder2010-11-241-14/+19
| | * | | | | | | | vcs-svn: Make source easier to read on small screensJonathan Nieder2010-11-241-8/+0
| | * | | | | | | | vcs-svn: More dump format sanity checksJonathan Nieder2010-11-242-4/+35
| | * | | | | | | | vcs-svn: Reject path nodes without Node-actionJonathan Nieder2010-11-242-2/+25
| | * | | | | | | | vcs-svn: Delay read of per-path propertiesJonathan Nieder2010-11-241-22/+18
| | * | | | | | | | vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder2010-11-243-20/+12
| | * | | | | | | | vcs-svn: Replace = Delete + AddJonathan Nieder2010-11-241-6/+7
| | * | | | | | | | vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder2010-11-241-3/+8
| | * | | | | | | | vcs-svn: Use mark to indicate nodes with included textJonathan Nieder2010-11-241-8/+8
| | * | | | | | | | vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder2010-11-241-4/+5
| | * | | | | | | | vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder2010-11-241-12/+11
| | * | | | | | | | vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder2010-11-242-7/+166
| | * | | | | | | | vcs-svn: Check for errors from open()Jonathan Nieder2010-11-244-5/+9
| | * | | | | | | | vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr2010-11-242-6/+365
| * | | | | | | | | vcs-svn: teach line_buffer about temporary filesJonathan Nieder2011-02-263-1/+52
| * | | | | | | | | vcs-svn: allow input from file descriptorJonathan Nieder2011-02-265-7/+31
| * | | | | | | | | vcs-svn: allow character-oriented inputJonathan Nieder2011-02-262-0/+6
| * | | | | | | | | vcs-svn: add binary-safe read functionJonathan Nieder2011-02-264-0/+35
| * | | | | | | | | t0081 (line-buffer): add buffering testsJonathan Nieder2011-02-262-4/+128
| * | | | | | | | | vcs-svn: tweak test-line-buffer to not assume line-oriented inputJonathan Nieder2011-02-262-17/+20
| * | | | | | | | | tests: give vcs-svn/line_buffer its own test scriptJonathan Nieder2011-02-262-54/+67
| * | | | | | | | | vcs-svn: make test-line-buffer input format more flexibleJonathan Nieder2011-02-262-29/+45
| * | | | | | | | | vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder2011-02-267-46/+50