Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/mktree' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 1 | -0/+71 |
|\ | |||||
| * | mktree --missing: allow missing objects | Junio C Hamano | 2009-05-10 | 1 | -0/+10 |
| * | t1010: add mktree test | Junio C Hamano | 2009-05-10 | 1 | -0/+61 |
* | | Merge branch 'master' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 169 | -829/+3964 |
|\ \ | |||||
| * | | t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to C | Nguyễn Thái Ngọc Duy | 2009-05-24 | 1 | -0/+31 |
| * | | Merge branch 'mg/track' | Junio C Hamano | 2009-05-23 | 1 | -0/+14 |
| |\ \ | |||||
| | * | | Fix behavior with non-commit upstream references | Michael J Gruber | 2009-05-14 | 1 | -1/+1 |
| | * | | Test tracking of non-commit upstreams | Michael J Gruber | 2009-05-13 | 1 | -0/+14 |
| * | | | Merge branch 'fc/decorate-tag' | Junio C Hamano | 2009-05-23 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Prettify log decorations even more | Felipe Contreras | 2009-05-13 | 1 | -3/+3 |
| | | |/ | | |/| | |||||
| * | | | Merge branch 'jm/format-patch-no-auto-n-when-k-is-given' | Junio C Hamano | 2009-05-23 | 1 | -0/+7 |
| |\ \ \ | |||||
| | * | | | format-patch let -k override a config-specified format.numbered | Jim Meyering | 2009-05-09 | 1 | -0/+7 |
| | |/ / | |||||
| * | | | Merge branch 'do/maint-merge-recursive-fix' | Junio C Hamano | 2009-05-23 | 1 | -0/+95 |
| |\ \ \ | |||||
| | * | | | merge-recursive: never leave index unmerged while recursing | Dave Olszewski | 2009-05-09 | 1 | -0/+95 |
| * | | | | Merge branch 'rs/grep-parseopt' | Junio C Hamano | 2009-05-23 | 1 | -2/+54 |
| |\ \ \ \ | |||||
| | * | | | | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 1 | -0/+7 |
| | * | | | | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 1 | -0/+18 |
| | * | | | | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 1 | -2/+29 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'fl/git-pm' | Junio C Hamano | 2009-05-23 | 2 | -8/+19 |
| |\ \ \ \ | |||||
| | * | | | | Git.pm: Always set Repository to absolute path if autodetecting | Frank Lichtenheld | 2009-05-09 | 1 | -8/+2 |
| | * | | | | Git.pm: Set GIT_WORK_TREE if we set GIT_DIR | Frank Lichtenheld | 2009-05-09 | 2 | -0/+17 |
| | |/ / / | |||||
| * | | | | Merge branch 'mt/submodule-reference' | Junio C Hamano | 2009-05-23 | 1 | -0/+81 |
| |\ \ \ \ | |||||
| | * | | | | Add --reference option to git submodule. | Michael S. Tsirkin | 2009-05-09 | 1 | -0/+81 |
| | |/ / / | |||||
| * | | | | git-svn: add --authors-prog option | Mark Lodato | 2009-05-21 | 1 | -0/+69 |
| * | | | | git-svn testsuite: use standard configuration for Subversion tools | Eygene Ryabinkin | 2009-05-21 | 29 | -206/+221 |
| * | | | | Merge branch 'js/add-edit' | Junio C Hamano | 2009-05-18 | 1 | -0/+121 |
| |\ \ \ \ | |||||
| | * | | | | t3702: fix reliance on SHELL_PATH being '/bin/sh' | Johannes Schindelin | 2009-04-27 | 1 | -7/+19 |
| | * | | | | git-add: introduce --edit (to edit the diff vs. the index) | Johannes Schindelin | 2009-04-12 | 1 | -0/+109 |
| * | | | | | Merge branch 'ac/graph-horizontal-line' | Junio C Hamano | 2009-05-18 | 1 | -4/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | graph API: Use horizontal lines for more compact graphs | Allan Caffee | 2009-04-22 | 1 | -4/+2 |
| * | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-16 | 3 | -0/+25 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | test: checkout shouldn't say that HEAD has moved if it didn't | Nanako Shiraishi | 2009-05-16 | 1 | -0/+8 |
| | * | | | | | | tests: Add tests for missing format-patch long options | Stephen Boyd | 2009-05-16 | 2 | -0/+17 |
| * | | | | | | | Use UTF-8 instead of utf8 for backward compatibility | Alex Riesen | 2009-05-16 | 1 | -2/+2 |
| * | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-12 | 1 | -0/+28 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Merge branch 'maint-1.6.2' into maint | Junio C Hamano | 2009-05-12 | 1 | -0/+28 |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | t3900: ISO-2022-JP has more than one popular variants | Junio C Hamano | 2009-05-12 | 1 | -2/+16 |
| |/ / / / / / | |||||
| * | | | | | | t4029: use sh instead of bash | Nguyễn Thái Ngọc Duy | 2009-05-06 | 1 | -1/+1 |
| * | | | | | | t4200: convert sed expression which operates on non-text file to perl | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
| * | | | | | | t4200: remove two unnecessary lines | Brandon Casey | 2009-05-06 | 1 | -2/+0 |
| * | | | | | | t/annotate-tests.sh: avoid passing a non-newline terminated file to sed | Brandon Casey | 2009-05-06 | 1 | -1/+4 |
| * | | | | | | t4118: avoid sed invocation on file without terminating newline | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
| * | | | | | | t4118: add missing '&&' | Brandon Casey | 2009-05-06 | 1 | -1/+1 |
| * | | | | | | t8005: use egrep when extended regular expressions are required | Brandon Casey | 2009-05-06 | 1 | -4/+4 |
| * | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'maint' | Junio C Hamano | 2009-04-29 | 1 | -0/+39 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | merge-recursive: do not die on a conflicting submodule | Junio C Hamano | 2009-04-29 | 1 | -3/+3 |
| * | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-28 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5701: do not get stuck in empty-push/ | Johannes Schindelin | 2009-04-27 | 1 | -2/+2 |
| * | | | | | | | | | t4202: fix typov1.6.3-rc3 | Linus Torvalds | 2009-04-26 | 1 | -1/+1 |