summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-1.7.0' into maintJunio C Hamano2011-02-093-0/+10
|\
| * fast-import: introduce "feature notes" commandJonathan Nieder2011-02-093-0/+9
| * fast-import: clarify documentation of "feature" commandJonathan Nieder2011-02-091-20/+17
* | Documentation/merge subtree How-To: fix typoUwe Kleine-König2011-02-091-1/+1
* | pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann2011-02-072-2/+9
* | quote.h: simplify the inclusionJonathan Nieder2011-02-071-2/+1
* | sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy2011-02-071-0/+8
* | sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy2011-02-071-35/+35
* | Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-074-6/+6
* | diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-075-2/+71
* | gitweb: Mention optional Perl modules in INSTALLJakub Narebski2011-02-071-0/+6
* | post-receive-email: suppress error if description file missingSitaram Chamarty2011-02-071-1/+1
* | t7407: fix line endings for mingw buildPat Thoyts2011-02-071-0/+4
* | t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt2011-02-071-2/+7
* | t3509: use unconstrained initial test to setup repository.Pat Thoyts2011-02-071-2/+4
* | start_command: flush buffers in the WIN32 code path as wellJohannes Sixt2011-02-071-1/+1
* | bundle: Use OFS_DELTA in bundle filesShawn O. Pearce2011-02-061-2/+3
* | Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano2011-01-311-1/+1
|\ \
| * | t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* | | Git 1.7.4v1.7.4ko-masterJunio C Hamano2011-01-303-3/+11
* | | Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac2011-01-271-1/+1
* | | Merge branch 'maint'Junio C Hamano2011-01-275-3/+55
|\ \ \
| * | | rebase -i: clarify in-editor documentation of "exec"ko-maintJonathan Nieder2011-01-271-1/+1
| * | | tests: sanitize more git environment variablesJeff King2011-01-271-0/+3
| * | | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-272-0/+48
| |\ \ \
| | * | | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-272-0/+48
| * | | | rebase: give a better error message for bogus branchJeff King2011-01-261-0/+1
| * | | | rebase: use explicit "--" with checkoutJeff King2011-01-262-2/+2
* | | | | Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano2011-01-241-7/+1
* | | | | Merge branch 'as/userdiff-pascal'Junio C Hamano2011-01-241-1/+1
|\ \ \ \ \
| * | | | | userdiff: match Pascal class methodsAlexey Shumkin2011-01-111-1/+1
* | | | | | Merge branch 'jn/setup-fixes'Junio C Hamano2011-01-246-4470/+743
|\ \ \ \ \ \
| * | | | | | t1510: fix typo in the comment of a testJonathan Nieder2011-01-241-1/+1
| * | | | | | Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano2011-01-242-17/+21
| * | | | | | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-212-95/+134
| * | | | | | tests: compress the setup testsJonathan Nieder2011-01-191-4401/+618
| * | | | | | tests: cosmetic improvements to the repo-setup testJonathan Nieder2011-01-191-44/+50
| * | | | | | t/README: hint about using $(pwd) rather than $PWD in testsJohannes Sixt2011-01-111-0/+6
| * | | | | | Fix expected values of setup tests on WindowsJohannes Sixt2011-01-112-1167/+1168
| |/ / / / /
* | | | | | Documentation: do not treat reset --keep as a special caseJonathan Nieder2011-01-211-7/+2
* | | | | | Correctly report corrupted objectsBjörn Steinbrink2011-01-201-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2011-01-191-1/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | exec_cmd: remove unused externErik Faye-Lund2011-01-191-1/+0
| * | | | | Merge branch 'jn/gitweb-no-logo' into maintJunio C Hamano2011-01-191-4/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/diff-driver-binary-doc' into maintJunio C Hamano2011-01-191-0/+33
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tr/submodule-relative-scp-url' into maintJunio C Hamano2011-01-192-2/+52
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rj/maint-difftool-cygwin-workaround' into maintJunio C Hamano2011-01-191-4/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rj/maint-test-fixes' into maintJunio C Hamano2011-01-194-23/+35
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jn/maint-gitweb-pathinfo-fix' into maintJunio C Hamano2011-01-191-8/+23
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ak/describe-exact' into maintJunio C Hamano2011-01-191-25/+60
| |\ \ \ \ \ \ \ \ \ \ \