Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | revert: stop creating and removing sequencer-old directory | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | Revert "reset: Make reset remove the sequencer state" | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | revert: do not remove state until sequence is finished | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | revert: allow single-pick in the middle of cherry-pick sequence | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | revert: pass around rev-list args in already-parsed form | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | revert: allow cherry-pick --continue to commit before resuming | Jonathan Nieder | 2011-12-12 | |
| * | | | | | | | | | | revert: give --continue handling its own function | Jonathan Nieder | 2011-12-12 | |
* | | | | | | | | | | | Merge branch 'jk/maint-snprintf-va-copy' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | compat/snprintf: don't look at va_list twice | Jeff King | 2011-12-12 | |
* | | | | | | | | | | | | Merge branch 'jk/maint-mv' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | mv: be quiet about overwriting | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | mv: improve overwrite warning | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | mv: make non-directory destination error more clear | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | mv: honor --verbose flag | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | docs: mention "-k" for both forms of "git mv" | Jeff King | 2011-12-12 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'ci/stripspace-docs' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | Update documentation for stripspace | Conrad Irwin | 2011-12-12 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'rr/test-chaining' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | t3401: use test_commit in setup | Martin von Zweigbergk | 2011-12-11 | |
| * | | | | | | | | | | | | t3401: modernize style | Martin von Zweigbergk | 2011-12-11 | |
| * | | | | | | | | | | | | t3040 (subprojects-basic): fix '&&' chaining, modernize style | Ramkumar Ramachandra | 2011-12-09 | |
| * | | | | | | | | | | | | t1510 (worktree): fix '&&' chaining | Ramkumar Ramachandra | 2011-12-09 | |
| * | | | | | | | | | | | | t3030 (merge-recursive): use test_expect_code | Ramkumar Ramachandra | 2011-12-09 | |
| * | | | | | | | | | | | | test: fix '&&' chaining | Ramkumar Ramachandra | 2011-12-08 | |
| * | | | | | | | | | | | | t3200 (branch): fix '&&' chaining | Ramkumar Ramachandra | 2011-12-08 | |
* | | | | | | | | | | | | | Merge branch 'tr/cache-tree' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | reset: update cache-tree data when appropriate | Thomas Rast | 2011-12-06 | |
| * | | | | | | | | | | | | commit: write cache-tree data when writing index anyway | Thomas Rast | 2011-12-06 | |
| * | | | | | | | | | | | | Refactor cache_tree_update idiom from commit | Thomas Rast | 2011-12-06 | |
| * | | | | | | | | | | | | Test the current state of the cache-tree optimization | Thomas Rast | 2011-12-06 | |
| * | | | | | | | | | | | | Add test-scrap-cache-tree | Thomas Rast | 2011-12-06 | |
* | | | | | | | | | | | | | Merge branch 'jk/credentials' | Junio C Hamano | 2011-12-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | t: add test harness for external credential helpers | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | | credentials: add "store" helper | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | | strbuf: add strbuf_add*_urlencode | Jeff King | 2011-12-12 | |
| * | | | | | | | | | | | | | Makefile: unix sockets may not available on some platforms | Johannes Sixt | 2011-12-12 | |
| * | | | | | | | | | | | | | credentials: add "cache" helper | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | docs: end-user documentation for the credential subsystem | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | credential: make relevance of http path configurable | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | credential: add credential.*.username | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | credential: apply helper config | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | http: use credential API to get passwords | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | credential: add function for parsing url components | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | introduce credentials API | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | t5550: fix typo | Jeff King | 2011-12-11 | |
| * | | | | | | | | | | | | | test-lib: add test_config_global variant | Jeff King | 2011-12-11 | |
* | | | | | | | | | | | | | | git-p4: fix skipSubmitEdit regression | Pete Wyckoff | 2011-12-17 | |
* | | | | | | | | | | | | | | Update draft release notes to 1.7.9 | Junio C Hamano | 2011-12-16 | |
* | | | | | | | | | | | | | | Merge branch 'jc/commit-amend-no-edit' | Junio C Hamano | 2011-12-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | test: commit --amend should honor --no-edit | Jonathan Nieder | 2011-12-08 |