aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | alias: use run_command api to execute aliasesErik Faye-Lund2011-01-06
* | | | | | | Merge branch 'cb/setup'Junio C Hamano2011-02-09
|\ \ \ \ \ \ \
| * | | | | | | setup: translate symlinks in filename when using absolute pathsCarlo Marcelo Arenas Belon2011-01-04
* | | | | | | | Merge branch 'ae/better-template-failure-report'Junio C Hamano2011-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve error messages when temporary file creation failsArnout Engelen2010-12-21
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jn/cherry-pick-strategy-option'Junio C Hamano2011-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | cherry-pick/revert: add support for -X/--strategy-optionJonathan Nieder2010-12-28
* | | | | | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2011-02-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fast-import: introduce "feature notes" commandJonathan Nieder2011-02-09
| * | | | | | | | | fast-import: clarify documentation of "feature" commandJonathan Nieder2011-02-09
* | | | | | | | | | Documentation/merge subtree How-To: fix typoUwe Kleine-König2011-02-09
* | | | | | | | | | pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann2011-02-07
* | | | | | | | | | quote.h: simplify the inclusionJonathan Nieder2011-02-07
* | | | | | | | | | sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy2011-02-07
* | | | | | | | | | sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy2011-02-07
* | | | | | | | | | Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-07
* | | | | | | | | | diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-07
* | | | | | | | | | gitweb: Mention optional Perl modules in INSTALLJakub Narebski2011-02-07
* | | | | | | | | | post-receive-email: suppress error if description file missingSitaram Chamarty2011-02-07
* | | | | | | | | | t7407: fix line endings for mingw buildPat Thoyts2011-02-07
* | | | | | | | | | t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt2011-02-07
* | | | | | | | | | t3509: use unconstrained initial test to setup repository.Pat Thoyts2011-02-07
* | | | | | | | | | start_command: flush buffers in the WIN32 code path as wellJohannes Sixt2011-02-07
* | | | | | | | | | bundle: Use OFS_DELTA in bundle filesShawn O. Pearce2011-02-06
* | | | | | | | | | Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano2011-01-31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-31
* | | | | | | | | | | Git 1.7.4v1.7.4Junio C Hamano2011-01-30
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac2011-01-27
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-01-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder2011-01-27
| * | | | | | | | | | tests: sanitize more git environment variablesJeff King2011-01-27
| * | | | | | | | | | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-27
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-27
| * | | | | | | | | | | rebase: give a better error message for bogus branchJeff King2011-01-26
| * | | | | | | | | | | rebase: use explicit "--" with checkoutJeff King2011-01-26
* | | | | | | | | | | | Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano2011-01-24
* | | | | | | | | | | | Merge branch 'as/userdiff-pascal'Junio C Hamano2011-01-24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | userdiff: match Pascal class methodsAlexey Shumkin2011-01-11
* | | | | | | | | | | | | Merge branch 'jn/setup-fixes'Junio C Hamano2011-01-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t1510: fix typo in the comment of a testJonathan Nieder2011-01-24
| * | | | | | | | | | | | | Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano2011-01-24
| * | | | | | | | | | | | | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-21
| * | | | | | | | | | | | | tests: compress the setup testsJonathan Nieder2011-01-19
| * | | | | | | | | | | | | tests: cosmetic improvements to the repo-setup testJonathan Nieder2011-01-19
| * | | | | | | | | | | | | t/README: hint about using $(pwd) rather than $PWD in testsJohannes Sixt2011-01-11
| * | | | | | | | | | | | | Fix expected values of setup tests on WindowsJohannes Sixt2011-01-11
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Documentation: do not treat reset --keep as a special caseJonathan Nieder2011-01-21
* | | | | | | | | | | | | Correctly report corrupted objectsBjörn Steinbrink2011-01-20
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | exec_cmd: remove unused externErik Faye-Lund2011-01-19