Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | compat/snprintf.c: handle snprintf's that always return the # chars transmitted | Brandon Casey | 2008-08-21 | 1 | -0/+4 | |
| * | | | | | | | | git-svn: fix dcommit to urls with embedded usernames | Eric Wong | 2008-08-20 | 1 | -3/+5 | |
| * | | | | | | | | revision.h: make show_early_output an extern which is defined in revision.c | Brandon Casey | 2008-08-20 | 1 | -1/+1 | |
* | | | | | | | | | Teach "git diff -p" HTML funcname patterns | Johan Herland | 2008-08-20 | 2 | -2/+5 | |
* | | | | | | | | | Teach "git diff -p" Python funcname patterns | Kirill Smelkov | 2008-08-20 | 2 | -0/+3 | |
* | | | | | | | | | Merge branch 'ml/submodule-foreach' | Junio C Hamano | 2008-08-20 | 2 | -2/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | git-submodule - Add 'foreach' subcommand | Mark Levedahl | 2008-08-17 | 2 | -2/+39 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'pm/log-exit-code' | Junio C Hamano | 2008-08-20 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Teach git log --exit-code to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 2 | -5/+5 | |
| * | | | | | | | | | Teach git log --check to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 1 | -0/+9 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'sb/commit-tree-minileak' | Junio C Hamano | 2008-08-20 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix commit_tree() buffer leak | Stephan Beyer | 2008-08-17 | 1 | -1/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'pb/reflog-dwim' | Junio C Hamano | 2008-08-20 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | builtin-reflog: Allow reflog expire to name partial ref | Pieter de Bie | 2008-08-17 | 1 | -4/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'jc/add-stop-at-symlink' | Junio C Hamano | 2008-08-20 | 4 | -3/+45 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add: refuse to add working tree items beyond symlinks | Junio C Hamano | 2008-08-04 | 3 | -3/+22 | |
| * | | | | | | | | | update-index: refuse to add working tree items beyond symlinks | Junio C Hamano | 2008-08-04 | 2 | -1/+24 | |
* | | | | | | | | | | Merge branch 'kh/diff-tree' | Junio C Hamano | 2008-08-20 | 3 | -17/+72 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add test for diff-tree --stdin with two trees | Karl Hasselström | 2008-08-11 | 1 | -0/+14 | |
| * | | | | | | | | | | Teach git diff-tree --stdin to diff trees | Karl Hasselström | 2008-08-11 | 2 | -9/+39 | |
| * | | | | | | | | | | diff-tree: Note that the commit ID is printed with --stdin | Karl Hasselström | 2008-08-11 | 1 | -3/+7 | |
| * | | | | | | | | | | Refactoring: Split up diff_tree_stdin | Karl Hasselström | 2008-08-11 | 1 | -12/+19 | |
* | | | | | | | | | | | Merge branch 'mg/count-objects' | Junio C Hamano | 2008-08-20 | 3 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | count-objects: Add total pack size to verbose output | Marcus Griep | 2008-08-17 | 3 | -3/+7 | |
* | | | | | | | | | | | | Merge branch 'mz/push-verbose' | Junio C Hamano | 2008-08-20 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make push more verbose about illegal combination of options | Marek Zawirski | 2008-08-17 | 1 | -2/+11 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'jc/index-extended-flags' | Junio C Hamano | 2008-08-20 | 2 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | index: future proof for "extended" index entries | Junio C Hamano | 2008-08-17 | 2 | -0/+5 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'cc/merge-base-many' | Junio C Hamano | 2008-08-20 | 5 | -28/+133 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | git-merge-octopus: use (merge-base A (merge B C D E...)) for stepwise merge | Junio C Hamano | 2008-07-30 | 1 | -9/+2 | |
| * | | | | | | | | | | | | merge-base-many: add trivial tests based on the documentation | Junio C Hamano | 2008-07-29 | 1 | -0/+48 | |
| * | | | | | | | | | | | | documentation: merge-base: explain "git merge-base" with more than 2 args | Junio C Hamano | 2008-07-29 | 1 | -11/+66 | |
| * | | | | | | | | | | | | merge-base: teach "git merge-base" to drive underlying merge_bases_many() | Christian Couder | 2008-07-29 | 2 | -8/+17 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'jc/test-deeper' | Junio C Hamano | 2008-08-20 | 50 | -131/+152 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 | 51 | -134/+152 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'js/parallel-test' | Junio C Hamano | 2008-08-20 | 4 | -7/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update t/.gitignore to ignore all trash directories | Marcus Griep | 2008-08-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | Enable parallel tests | Johannes Schindelin | 2008-08-08 | 2 | -2/+7 | |
| * | | | | | | | | | | | tests: Clarify dependencies between tests, 'aggregate-results' and 'clean' | Johannes Schindelin | 2008-08-08 | 1 | -1/+6 | |
| * | | | | | | | | | | | t9700: remove useless check | Johannes Schindelin | 2008-08-08 | 1 | -3/+0 | |
* | | | | | | | | | | | | Update draft release notes for 1.6.1 | Junio C Hamano | 2008-08-20 | 1 | -5/+21 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-20 | 18 | -23/+108 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update draft release notes for 1.6.0.1 | Junio C Hamano | 2008-08-20 | 1 | -2/+18 | |
| * | | | | | | | | | | | Add hints to revert documentation about other ways to undo changes | Tarmigan Casebolt | 2008-08-20 | 1 | -0/+9 | |
| * | | | | | | | | | | | Install templates with the user and group of the installing personality | Johannes Sixt | 2008-08-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | "git-merge": allow fast-forwarding in a stat-dirty tree | Junio C Hamano | 2008-08-20 | 2 | -1/+11 | |
| * | | | | | | | | | | | completion: find out supported merge strategies correctly | Junio C Hamano | 2008-08-20 | 1 | -6/+8 | |
| * | | | | | | | | | | | decorate: allow const objects to be decorated | Jeff King | 2008-08-20 | 2 | -8/+9 | |
| * | | | | | | | | | | | for-each-ref: cope with tags with incomplete lines | Junio C Hamano | 2008-08-20 | 2 | -1/+13 | |
| * | | | | | | | | | | | diff --check: do not get confused by new blank lines in the middle | Junio C Hamano | 2008-08-20 | 2 | -0/+12 |