Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 | 1 | -0/+37 |
* | Merge branch 'tr/maint-1.6.0-send-email-irt' into maint | Junio C Hamano | 2009-03-21 | 1 | -0/+11 |
|\ | |||||
| * | send-email: test --no-thread --in-reply-to combination | Thomas Rast | 2009-03-11 | 1 | -0/+11 |
* | | Merge branch 'mg/maint-submodule-normalize-path' into maint | Junio C Hamano | 2009-03-21 | 1 | -0/+49 |
|\ \ | |||||
| * | | git submodule: Fix adding of submodules at paths with ./, .. and // | Michael J Gruber | 2009-03-03 | 1 | -4/+4 |
| * | | git submodule: Add test cases for git submodule add | Michael J Gruber | 2009-03-03 | 1 | -0/+49 |
* | | | Merge branch 'js/rsync-local' into maint | Junio C Hamano | 2009-03-21 | 1 | -19/+20 |
|\ \ \ | |||||
| * | | | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2009-03-10 | 1 | -19/+20 |
* | | | | Merge branch 'jc/maint-1.6.0-read-tree-overlay' into maint | Junio C Hamano | 2009-03-21 | 1 | -0/+31 |
|\ \ \ \ | |||||
| * | | | | read-tree A B C: do not create a bogus index and do not segfault | Junio C Hamano | 2009-03-12 | 1 | -0/+31 |
* | | | | | Merge branch 'js/maint-send-email' into maint | Junio C Hamano | 2009-03-11 | 1 | -25/+167 |
|\ \ \ \ \ | |||||
| * | | | | | send-email: --suppress-cc improvements | Jay Soffian | 2009-02-14 | 1 | -19/+131 |
| * | | | | | send-email: handle multiple Cc addresses when reading mbox message | Jay Soffian | 2009-02-14 | 1 | -7/+37 |
* | | | | | | Merge branch 'fg/maint-exclude-bq' into maint | Junio C Hamano | 2009-03-11 | 1 | -1/+8 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Support "\" in non-wildcard exclusion entries | Finn Arne Gangstad | 2009-02-12 | 1 | -1/+8 |
* | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-07 | 1 | -0/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2009-03-07 | 1 | -0/+33 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | t1300: use test_must_fail as appropriate | Jeff King | 2009-03-07 | 1 | -5/+5 |
* | | | | | | t3400-rebase: Move detached HEAD check earlier | Johannes Sixt | 2009-03-01 | 1 | -4/+4 |
* | | | | | | git-svn: disable broken symlink workaround by default | Eric Wong | 2009-02-27 | 1 | -0/+10 |
* | | | | | | Merge branch 'cc/maint-1.6.0-bisect-fix' | Junio C Hamano | 2009-02-27 | 1 | -0/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped | Christian Couder | 2009-02-27 | 1 | -0/+25 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | t5540-http-push.sh: avoid non-portable grep -P | Jay Soffian | 2009-02-26 | 1 | -3/+8 |
* | | | | | | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 2009-02-25 | 1 | -0/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 2009-02-25 | 1 | -0/+17 |
| |/ / / / / | |||||
* | | | | | | Allow HTTP tests to run on Darwin | Jay Soffian | 2009-02-25 | 2 | -5/+23 |
* | | | | | | git-svn: fix delete+add branch tracking with empty files | Eric Wong | 2009-02-22 | 2 | -0/+204 |
* | | | | | | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 | 1 | -0/+4 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-18 | 4 | -3/+10 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | tests: fix "export var=val" | Junio C Hamano | 2009-02-18 | 2 | -3/+3 |
| * | | | | | Skip timestamp differences for diff --no-index | Michael Spang | 2009-02-18 | 2 | -0/+7 |
* | | | | | | filter-branch -d: Export GIT_DIR earlier | Lars Noschinski | 2009-02-18 | 1 | -0/+12 |
* | | | | | | gitweb: Fix warnings with override permitted but no repo override | Marcel M. Cary | 2009-02-18 | 1 | -1/+17 |
* | | | | | | gitweb: fix wrong base URL when non-root DirectoryIndex | Giuseppe Bilotta | 2009-02-16 | 1 | -2/+4 |
* | | | | | | Merge branch 'mc/setup-cd-p' | Junio C Hamano | 2009-02-15 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree | Marcel M. Cary | 2009-02-07 | 1 | -2/+2 |
* | | | | | | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 | 1 | -0/+215 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 | 1 | -0/+106 |
| * | | | | | | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 | 1 | -0/+109 |
* | | | | | | | | Merge branch 'rc/http-push' | Junio C Hamano | 2009-02-15 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | use a hash of the lock token as the suffix for PUT/MOVE | Tay Ray Chuan | 2009-02-15 | 1 | -0/+7 |
* | | | | | | | | | Merge branch 'js/gc-prune' | Junio C Hamano | 2009-02-15 | 1 | -0/+38 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gc: make --prune useful again by accepting an optional parameter | Johannes Schindelin | 2009-02-14 | 1 | -0/+38 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tr/abbrev-commit-no-ellipses' | Junio C Hamano | 2009-02-15 | 14 | -14/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | log: do not print ellipses with --abbrev-commit | Thomas Rast | 2009-02-13 | 14 | -14/+14 |
* | | | | | | | | | | Merge branch 'jc/branch-previous' | Junio C Hamano | 2009-02-15 | 1 | -0/+49 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Teach @{-1} to git merge | Junio C Hamano | 2009-02-13 | 1 | -0/+23 |
| * | | | | | | | | | | Teach the "@{-1} syntax to "git branch" | Junio C Hamano | 2009-02-13 | 1 | -0/+26 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | t1500: more 'git rev-parse --git-dir' tests | SZEDER Gábor | 2009-02-14 | 1 | -3/+3 |
* | | | | | | | | | | Move 'rev-parse --git-dir' test to t1500 | SZEDER Gábor | 2009-02-14 | 2 | -9/+9 |
| |/ / / / / / / / |/| | | | | | | | |