Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 2010-01-25 | 1 | -1/+9 |
* | Merge branch 'tc/test-locate-httpd' | Junio C Hamano | 2010-01-17 | 1 | -6/+24 |
|\ | |||||
| * | t/lib-http.sh: Restructure finding of default httpd location | Tarmigan Casebolt | 2010-01-06 | 1 | -6/+24 |
* | | Merge branch 'jh/commit-status' | Junio C Hamano | 2010-01-17 | 1 | -0/+109 |
|\ \ | |||||
| * | | t7502: test commit.status, --status and --no-status | Junio C Hamano | 2010-01-13 | 1 | -0/+109 |
* | | | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' | Junio C Hamano | 2010-01-17 | 1 | -0/+57 |
|\ \ \ | |||||
| * | | | checkout -m path: fix recreating conflicts | Junio C Hamano | 2010-01-06 | 1 | -0/+57 |
* | | | | Merge branch 'tc/clone-v-progress' | Junio C Hamano | 2010-01-17 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | clone: use --progress to force progress reporting | Tay Ray Chuan | 2009-12-28 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'tc/smart-http-restrict' | Junio C Hamano | 2010-01-17 | 5 | -260/+349 |
|\ \ \ \ | |||||
| * | | | | Test t5560: Fix test when run with dash | Tarmigan Casebolt | 2010-01-15 | 1 | -5/+10 |
| * | | | | Smart-http tests: Test http-backend without curl or a webserver | Tarmigan Casebolt | 2010-01-06 | 2 | -6/+25 |
| * | | | | Smart-http tests: Break test t5560-http-backend into pieces | Tarmigan Casebolt | 2010-01-06 | 3 | -147/+173 |
| * | | | | Smart-http tests: Improve coverage in test t5560 | Tarmigan Casebolt | 2010-01-06 | 1 | -11/+10 |
| * | | | | Smart-http: check if repository is OK to export before serving it | Tarmigan Casebolt | 2010-01-06 | 2 | -2/+42 |
| |/ / / | |||||
* | | | | Merge branch 'jk/run-command-use-shell' | Junio C Hamano | 2010-01-17 | 3 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | t4030, t4031: work around bogus MSYS bash path conversion | Johannes Sixt | 2010-01-05 | 2 | -2/+2 |
| * | | | | textconv: use shell to run helper | Jeff King | 2010-01-05 | 2 | -2/+2 |
| * | | | | t0021: use $SHELL_PATH for the filter script | Johannes Sixt | 2010-01-05 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge branch 'sr/gfi-options' | Junio C Hamano | 2010-01-17 | 1 | -0/+152 |
|\ \ \ \ | |||||
| * | | | | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 2009-12-05 | 1 | -0/+25 |
| * | | | | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 2009-12-04 | 1 | -0/+22 |
| * | | | | fast-import: test the new option command | Sverre Rabbelier | 2009-12-04 | 1 | -1/+36 |
| * | | | | fast-import: add feature command | Sverre Rabbelier | 2009-12-04 | 1 | -0/+70 |
* | | | | | Merge branch 'cc/reset-more' | Junio C Hamano | 2010-01-16 | 1 | -10/+10 |
|\ \ \ \ \ | |||||
| * | | | | | t7111: fix bad HEAD in tests with unmerged entries | Christian Couder | 2010-01-16 | 1 | -10/+10 |
* | | | | | | Merge branch 'jc/checkout-merge-base' | Junio C Hamano | 2010-01-13 | 2 | -1/+131 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase -i: teach --onto A...B syntax | Nanako Shiraishi | 2010-01-07 | 1 | -0/+30 |
| * | | | | | | rebase: fix --onto A...B parsing and add tests | Nanako Shiraishi | 2010-01-07 | 1 | -0/+75 |
| * | | | | | | "checkout A...B" switches to the merge base between A and B | Junio C Hamano | 2009-10-18 | 1 | -1/+26 |
* | | | | | | | Merge branch 'cc/reset-more' | Junio C Hamano | 2010-01-13 | 2 | -0/+296 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | t7111: check that reset options work as described in the tables | Christian Couder | 2010-01-09 | 1 | -0/+113 |
| * | | | | | | "reset --merge": fix unmerged case | Junio C Hamano | 2010-01-03 | 1 | -9/+31 |
| * | | | | | | reset: use "unpack_trees()" directly instead of "git read-tree" | Stephan Beyer | 2010-01-03 | 1 | -5/+7 |
| * | | | | | | reset: add a few tests for "git reset --merge" | Christian Couder | 2009-12-30 | 1 | -0/+159 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 7 | -0/+581 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t7002: test for not using external grep on skip-worktree paths | Nguyễn Thái Ngọc Duy | 2010-01-06 | 1 | -0/+12 |
| * | | | | | | t7002: set test prerequisite "external-grep" if supported | Nguyễn Thái Ngọc Duy | 2010-01-06 | 1 | -0/+12 |
| * | | | | | | commit: correctly respect skip-worktree bit | Nguyễn Thái Ngọc Duy | 2009-12-14 | 1 | -2/+2 |
| * | | | | | | tests: rename duplicate t1009 | Jeff King | 2009-11-25 | 1 | -0/+0 |
| * | | | | | | sparse checkout: inhibit empty worktree | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -7/+3 |
| * | | | | | | Add tests for sparse checkout | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+154 |
| * | | | | | | Read .gitignore from index if it is skip-worktree | Nguyễn Thái Ngọc Duy | 2009-08-23 | 2 | -0/+41 |
| * | | | | | | Teach Git to respect skip-worktree bit (writing part) | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+146 |
| * | | | | | | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+163 |
| * | | | | | | Introduce "skip-worktree" bit in index, teach Git to get/set this bit | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+57 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | remote-curl: Fix Accept header for smart HTTP connections | Shawn O. Pearce | 2010-01-12 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jk/maint-1.6.5-reset-hard' | Junio C Hamano | 2010-01-10 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | reset: unbreak hard resets with GIT_WORK_TREE | Jeff King | 2009-12-30 | 1 | -0/+6 |