Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | t4030, t4031: work around bogus MSYS bash path conversion | Johannes Sixt | 2010-01-05 | 2 | -2/+2 | |
| * | | | | | | | | | | diff: run external diff helper with shell | Jeff King | 2010-01-05 | 1 | -1/+1 | |
| * | | | | | | | | | | textconv: use shell to run helper | Jeff King | 2010-01-05 | 3 | -2/+3 | |
| * | | | | | | | | | | editor: use run_command's shell feature | Jeff King | 2010-01-05 | 1 | -19/+2 | |
| * | | | | | | | | | | run-command: optimize out useless shell calls | Jeff King | 2010-01-05 | 1 | -9/+11 | |
| * | | | | | | | | | | run-command: convert simple callsites to use_shell | Jeff King | 2010-01-05 | 4 | -12/+10 | |
| * | | | | | | | | | | t0021: use $SHELL_PATH for the filter script | Johannes Sixt | 2010-01-05 | 1 | -1/+2 | |
| * | | | | | | | | | | run-command: add "use shell" option | Jeff King | 2010-01-01 | 2 | -0/+49 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'sr/gfi-options' | Junio C Hamano | 2010-01-17 | 3 | -86/+462 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 2009-12-05 | 3 | -2/+58 | |
| * | | | | | | | | | | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 2009-12-04 | 3 | -6/+45 | |
| * | | | | | | | | | | fast-import: test the new option command | Sverre Rabbelier | 2009-12-04 | 1 | -1/+36 | |
| * | | | | | | | | | | fast-import: add option command | Sverre Rabbelier | 2009-12-04 | 2 | -25/+94 | |
| * | | | | | | | | | | fast-import: add feature command | Sverre Rabbelier | 2009-12-04 | 3 | -0/+133 | |
| * | | | | | | | | | | fast-import: put marks reading in its own function | Sverre Rabbelier | 2009-12-04 | 1 | -42/+51 | |
| * | | | | | | | | | | fast-import: put option parsing code in separate functions | Sverre Rabbelier | 2009-12-04 | 1 | -40/+75 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Update COPYING with GPLv2 with new FSF address | Junio C Hamano | 2010-01-17 | 1 | -13/+12 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-16 | 3 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Fix uninitialized variable in get_refs_via_rsync(). | Richard Weinberger | 2010-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | Document git-blame triple -C option | Ramkumar Ramachandra | 2010-01-14 | 2 | -3/+5 | |
* | | | | | | | | | | 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 | 7 | -5/+222 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | rebase -i: teach --onto A...B syntax | Nanako Shiraishi | 2010-01-07 | 2 | -1/+50 | |
| * | | | | | | | | | | rebase: fix --onto A...B parsing and add tests | Nanako Shiraishi | 2010-01-07 | 2 | -14/+94 | |
| * | | | | | | | | | | "rebase --onto A...B" replays history on the merge base between A and B | Junio C Hamano | 2009-11-21 | 1 | -1/+18 | |
| * | | | | | | | | | | "checkout A...B" switches to the merge base between A and B | Junio C Hamano | 2009-10-18 | 4 | -3/+74 | |
* | | | | | | | | | | | Merge branch 'rs/maint-archive-match-pathspec' | Junio C Hamano | 2010-01-13 | 1 | -1/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | archive: complain about path specs that don't match anything | René Scharfe | 2009-12-30 | 1 | -1/+24 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'il/vcs-helper' | Junio C Hamano | 2010-01-13 | 7 | -93/+505 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Reset possible helper before reusing remote structure | Ilari Liusvaara | 2010-01-09 | 1 | -0/+3 | |
| * | | | | | | | | | | | Remove special casing of http, https and ftp | Ilari Liusvaara | 2009-12-28 | 3 | -10/+29 | |
| * | | | | | | | | | | | Support remote archive from all smart transports | Ilari Liusvaara | 2009-12-28 | 4 | -7/+55 | |
| * | | | | | | | | | | | Support remote helpers implementing smart transports | Ilari Liusvaara | 2009-12-28 | 2 | -7/+142 | |
| * | | | | | | | | | | | Support taking over transports | Ilari Liusvaara | 2009-12-09 | 3 | -6/+66 | |
| * | | | | | | | | | | | Refactor git transport options parsing | Ilari Liusvaara | 2009-12-09 | 2 | -31/+62 | |
| * | | | | | | | | | | | Pass unknown protocols to external protocol handlers | Ilari Liusvaara | 2009-12-09 | 2 | -16/+72 | |
| * | | | | | | | | | | | Support mandatory capabilities | Ilari Liusvaara | 2009-12-09 | 2 | -7/+23 | |
| * | | | | | | | | | | | Add remote helper debug mode | Ilari Liusvaara | 2009-12-09 | 1 | -25/+69 | |
| * | | | | | | | | | | | Merge branch 'master' into il/vcs-helper | Junio C Hamano | 2009-12-06 | 308 | -2343/+14152 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cc/reset-more' | Junio C Hamano | 2010-01-13 | 7 | -20/+435 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | t7111: check that reset options work as described in the tables | Christian Couder | 2010-01-09 | 1 | -0/+113 | |
| * | | | | | | | | | | | | Documentation: reset: add some missing tables | Christian Couder | 2010-01-04 | 1 | -6/+29 | |
| * | | | | | | | | | | | | Fix bit assignment for CE_CONFLICTED | Junio C Hamano | 2010-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | "reset --merge": fix unmerged case | Junio C Hamano | 2010-01-03 | 5 | -20/+49 | |
| * | | | | | | | | | | | | reset: use "unpack_trees()" directly instead of "git read-tree" | Stephan Beyer | 2010-01-03 | 3 | -17/+38 | |
| * | | | | | | | | | | | | reset: add a few tests for "git reset --merge" | Christian Couder | 2009-12-30 | 1 | -0/+159 | |
| * | | | | | | | | | | | | Documentation: reset: add some tables to describe the different options | Christian Couder | 2009-12-30 | 1 | -0/+66 | |
| * | | | | | | | | | | | | reset: improve mixed reset error message when in a bare repo | Christian Couder | 2009-12-30 | 1 | -0/+4 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 33 | -102/+1049 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |