Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-07-15 |
|\ | |||
| * | grep -O: Do not pass color sequences as filenames to pager | Nazri Ramliy | 2010-07-07 |
* | | Merge branch 'mg/revision-doc' | Junio C Hamano | 2010-07-15 |
|\ \ | |||
| * | | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 2010-07-05 |
| * | | Documentation: gitrevisions | Michael J Gruber | 2010-07-05 |
| * | | Documentation: split off rev doc into include file | Michael J Gruber | 2010-07-05 |
* | | | Merge branch 'jk/maint-status-keep-index-timestamp' | Junio C Hamano | 2010-07-15 |
|\ \ \ | |||
| * | | | do not write out index when status does not have to | Junio C Hamano | 2010-07-06 |
* | | | | Merge branch 'jc/rebase-i-commit-msg-fix' | Junio C Hamano | 2010-07-15 |
|\ \ \ \ | |||
| * | | | | rebase-i: do not get fooled by a log message ending with backslash | Junio C Hamano | 2010-07-05 |
| * | | | | rebase-i: style fix | Junio C Hamano | 2010-07-05 |
* | | | | | Merge branch 'ab/submodule-add-f' | Junio C Hamano | 2010-07-15 |
|\ \ \ \ \ | |||
| * | | | | | git submodule: add submodules with git add -f <path> | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'bc/maint-makefile-fixes' | Junio C Hamano | 2010-07-15 |
|\ \ \ \ \ | |||
| * | | | | | Makefile: work around ksh's failure to handle missing list argument to for loop | Brandon Casey | 2010-07-06 |
| * | | | | | Makefile: remove some unnecessary curly braces | Brandon Casey | 2010-07-05 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-15 |
|\ \ \ \ \ \ | |||
| * | | | | | | Documentation: add submodule.* to the big configuration variable list | Jonathan Nieder | 2010-07-15 |
| * | | | | | | gitmodules.5: url can be a relative path | Jonathan Nieder | 2010-07-15 |
| * | | | | | | gitweb: fix esc_url | Pavan Kumar Sunkara | 2010-07-15 |
* | | | | | | | Git 1.7.2-rc3v1.7.2-rc3 | Junio C Hamano | 2010-07-14 |
* | | | | | | | Merge branch 'jc/read-tree-cache-tree-fix' | Junio C Hamano | 2010-07-14 |
|\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fix | Junio C Hamano | 2010-07-08 |
| |\ \ \ \ \ \ \ | |||
| * | | | | | | | | Fix "read-tree -m A B" priming the cache-tree | Junio C Hamano | 2010-07-08 |
* | | | | | | | | | Use dev_t for device id (st_dev) from stat in setup_git_directory_gently() | Raja R Harinath | 2010-07-14 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-13 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| * | | | | | | | | git fetch documentation: describe short '-p' synonym to '--prune' option | Oren Held | 2010-07-13 |
| * | | | | | | | | format-patch: document the format.to configuration setting | Miklos Vajna | 2010-07-13 |
* | | | | | | | | | test-lib: TAP compliance for skipping tests on request | Michael J Gruber | 2010-07-12 |
* | | | | | | | | | test-lib: simplify GIT_SKIP_TESTS loop | Michael J Gruber | 2010-07-12 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-11 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||
| * | | | | | | | | Documentation: Spelling fix in protocol-capabilities.txt | Fredrik Skolmli | 2010-07-09 |
| * | | | | | | | | checkout: accord documentation to what git does | Nicolas Sebrecht | 2010-07-09 |
| * | | | | | | | | t0005: work around strange $? in ksh when program terminated by a signal | Johannes Sixt | 2010-07-09 |
* | | | | | | | | | diff.c: fix a graph output bug | Bo Yang | 2010-07-08 |
* | | | | | | | | | tests: Use skip_all=* to skip tests | Ævar Arnfjörð Bjarmason | 2010-07-08 |
* | | | | | | | | | t9118 (git-svn): prevent early failure from taking down later tests | Jonathan Nieder | 2010-07-08 |
* | | | | | | | | | t9118: avoid PEG revision identifier in tests | Michael J Gruber | 2010-07-08 |
| |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Git 1.7.2-rc2v1.7.2-rc2 | Junio C Hamano | 2010-07-07 |
* | | | | | | | | Merge branch 'ab/tap' | Junio C Hamano | 2010-07-07 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | t/README: document more test helpers | Jonathan Nieder | 2010-07-06 |
| * | | | | | | | | t/README: proposed rewording... | Junio C Hamano | 2010-07-05 |
| * | | | | | | | | t/README: Document the do's and don'ts of tests | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: Add a section about skipping tests | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: Document test_expect_code | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: Document test_external* | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: Document the prereq functions, and 3-arg test_* | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: Typo: paralell -> parallel | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/README: The trash is in 't/trash directory.$name' | Ævar Arnfjörð Bjarmason | 2010-07-05 |
| * | | | | | | | | t/t9700/test.pl: don't access private object members, use public access methods | Brandon Casey | 2010-06-29 |