Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Fix '--relative-date' | Johan Sageryd | 2009-10-03 | 1 | -0/+1 | |
* | | | | | | | | | tests: make all test files executable | Mark Rada | 2009-10-02 | 2 | -0/+0 | |
* | | | | | | | | | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 | 1 | -0/+20 | |
* | | | | | | | | | test local clone by copying | Clemens Buchacher | 2009-09-13 | 1 | -21/+33 | |
* | | | | | | | | | Merge branch 'jt/pushinsteadof' | Junio C Hamano | 2009-09-13 | 1 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add url.<base>.pushInsteadOf: URL rewriting for push only | Josh Triplett | 2009-09-08 | 1 | -0/+47 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-09-13 | 2 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | svn: properly escape arguments for authors-prog | Mark Lodato | 2009-09-13 | 1 | -0/+14 | |
| * | | | | | | | | | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint | Junio C Hamano | 2009-09-13 | 1 | -0/+17 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | grep: accept relative paths outside current working directory | Clemens Buchacher | 2009-09-07 | 1 | -0/+17 | |
| * | | | | | | | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-09-03 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-03 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
* | | \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/mailinfo-scissors' | Junio C Hamano | 2009-09-07 | 8 | -8/+265 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | am/mailinfo: Disable scissors processing by default | Junio C Hamano | 2009-08-26 | 6 | -10/+105 | |
| * | | | | | | | | | | | | | Teach mailinfo to ignore everything before -- >8 -- mark | Junio C Hamano | 2009-08-26 | 5 | -1/+163 | |
* | | | | | | | | | | | | | | Merge branch 'jk/clone-b' | Junio C Hamano | 2009-09-07 | 1 | -0/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | clone: add --branch option to select a different HEAD | Jeff King | 2009-08-26 | 1 | -0/+68 | |
* | | | | | | | | | | | | | | | Merge branch 'jc/upload-pack-hook' | Junio C Hamano | 2009-09-07 | 1 | -0/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook | Junio C Hamano | 2009-08-28 | 1 | -2/+22 | |
| * | | | | | | | | | | | | | | | upload-pack: add a trigger for post-upload-pack hook | Junio C Hamano | 2009-08-28 | 1 | -0/+49 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 | 5 | -0/+291 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 2009-09-01 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | Make test case number unique | Johannes Sixt | 2009-08-27 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | | tests: disable interactive hunk selection tests if perl is not available | Jeff King | 2009-08-18 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 2009-08-15 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 2009-07-31 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | Implement 'git stash save --patch' | Thomas Rast | 2009-08-15 | 1 | -0/+55 | |
| * | | | | | | | | | | | | | | | Implement 'git checkout --patch' | Thomas Rast | 2009-08-15 | 1 | -0/+107 | |
| * | | | | | | | | | | | | | | | Implement 'git reset --patch' | Thomas Rast | 2009-08-15 | 1 | -0/+69 | |
| * | | | | | | | | | | | | | | | Add a small patch-mode testing library | Thomas Rast | 2009-08-14 | 1 | -0/+36 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-09-02 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-09-02 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-02 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | / / / / / / / / / | | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | clone: disconnect transport after fetching | Jeff King | 2009-09-02 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | Merge branch 'lt/approxidate' | Junio C Hamano | 2009-08-31 | 1 | -0/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fix approxidate parsing of relative months and years | Jeff King | 2009-08-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | tests: add date printing and parsing tests | Jeff King | 2009-08-30 | 1 | -0/+75 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'mr/gitweb-snapshot' | Junio C Hamano | 2009-08-31 | 3 | -66/+152 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | gitweb: add t9501 tests for checking HTTP status codes | Mark Rada | 2009-08-27 | 1 | -0/+78 | |
| * | | | | | | | | | | | | | | | gitweb: split test suite into library and tests | Mark Rada | 2009-08-27 | 2 | -66/+74 | |
* | | | | | | | | | | | | | | | | Sync with 1.6.4.2 | Junio C Hamano | 2009-08-29 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove unused t/t8005/iso8859-5.txt | Nanako Shiraishi | 2009-08-29 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'mm/reset-report' | Junio C Hamano | 2009-08-28 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn' | Junio C Hamano | 2009-08-28 | 1 | -0/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | checkout: do not imply "-f" on unborn branches | Jeff King | 2009-08-25 | 1 | -0/+40 | |
* | | | | | | | | | | | | | | | | | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 | 1 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 | 1 | -1/+46 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'jc/shortstatus' | Junio C Hamano | 2009-08-28 | 1 | -0/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | status: show worktree status of conflicted paths separately | Junio C Hamano | 2009-08-06 | 1 | -0/+27 |