Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | split the diff-delta interface | Nicolas Pitre | 2006-04-24 | 3 | -92/+155 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jc/bindiff' | Junio C Hamano | 2006-05-09 | 8 | -69/+575 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | improve base85 generated assembly code | Nicolas Pitre | 2006-05-08 | 1 | -29/+35 | |
| * | | | | | | | | | binary diff and apply: testsuite. | Junio C Hamano | 2006-05-06 | 2 | -0/+85 | |
| * | | | | | | | | | binary diff: further updates. | Junio C Hamano | 2006-05-05 | 5 | -96/+304 | |
| * | | | | | | | | | binary patch. | Junio C Hamano | 2006-05-05 | 4 | -68/+275 | |
* | | | | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-09 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | read-cache.c: use xcalloc() not calloc() | Yakov Lerner | 2006-05-09 | 1 | -1/+1 | |
| * | | | | | | | | apply: fix infinite loop with multiple patches with --index | Eric Wong | 2006-05-09 | 1 | -9/+9 | |
* | | | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-08 | 16 | -41/+47 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Separate object name errors from usage errors | Dmitry V. Levin | 2006-05-08 | 13 | -25/+36 | |
| * | | | | | | | Documentation: {caret} fixes (git-rev-list.txt) | Junio C Hamano | 2006-05-08 | 1 | -3/+4 | |
| * | | | | | | | Fix "git diff --stat" with long filenames | Linus Torvalds | 2006-05-08 | 1 | -1/+1 | |
| * | | | | | | | Fix repo-config set-multivar error return path. | Junio C Hamano | 2006-05-07 | 1 | -12/+6 | |
* | | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-07 | 6 | -13/+94 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | repack: honor -d even when no new pack was created | Martin Waitz | 2006-05-07 | 1 | -7/+7 | |
| * | | | | | | | clone: keep --reference even with -l -s | Martin Waitz | 2006-05-07 | 2 | -1/+79 | |
| * | | | | | | | repo-config: document what value_regexp does a bit more clearly. | Junio C Hamano | 2006-05-07 | 1 | -4/+5 | |
| * | | | | | | | Release config lock if the regex is invalid | Pavel Roskin | 2006-05-07 | 1 | -0/+2 | |
| * | | | | | | | core-tutorial.txt: escape asterisk | Matthias Lederhofer | 2006-05-07 | 1 | -1/+1 | |
* | | | | | | | | Sparse fix for builtin-diff | Peter Hagervall | 2006-05-07 | 1 | -2/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Fix users of prefix_path() to free() only when necessary | Johannes Schindelin | 2006-05-06 | 2 | -5/+5 | |
* | | | | | | | t1300-repo-config: two new config parsing tests. | sean | 2006-05-06 | 1 | -0/+31 | |
* | | | | | | | Another config file parsing fix. | sean | 2006-05-06 | 1 | -1/+3 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | update-index: plug memory leak from prefix_path() | Junio C Hamano | 2006-05-05 | 1 | -7/+12 | |
* | | | | | | checkout-index: plug memory leak from prefix_path() | Junio C Hamano | 2006-05-05 | 1 | -2/+11 | |
* | | | | | | update-index --unresolve: work from a subdirectory. | Junio C Hamano | 2006-05-05 | 1 | -3/+8 | |
| |/ / / / |/| | | | | ||||||
* | | | | | pack-object: squelch eye-candy on non-tty | Junio C Hamano | 2006-05-05 | 1 | -0/+5 | |
* | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-05 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | core.prefersymlinkrefs: use symlinks for .git/HEAD | Junio C Hamano | 2006-05-05 | 6 | -11/+17 | |
| * | | | | repo-config: trim white-space before comment | Johannes Schindelin | 2006-05-05 | 1 | -6/+6 | |
| * | | | | Fix for config file section parsing. | sean | 2006-05-05 | 1 | -2/+3 | |
* | | | | | Clarify git-cherry documentation. | sean | 2006-05-05 | 1 | -5/+14 | |
* | | | | | Update git-unpack-objects documentation. | sean | 2006-05-05 | 1 | -3/+10 | |
* | | | | | Fix up docs where "--" isn't displayed correctly. | sean | 2006-05-05 | 12 | -13/+13 | |
* | | | | | Several trivial documentation touch ups. | sean | 2006-05-05 | 6 | -6/+10 | |
* | | | | | git-svn 1.0.0 | Eric Wong | 2006-05-05 | 1 | -1/+1 | |
* | | | | | git-svn: documentation updates | Eric Wong | 2006-05-05 | 2 | -13/+38 | |
* | | | | | delta: stricter constness | Junio C Hamano | 2006-05-05 | 3 | -6/+6 | |
* | | | | | Makefile: do not link rev-list any specially. | Junio C Hamano | 2006-05-04 | 1 | -4/+0 | |
* | | | | | builtin-push: --all and --tags _are_ explicit refspecs | Johannes Schindelin | 2006-05-04 | 1 | -2/+2 | |
* | | | | | Merge branch 'jc/logs' | Junio C Hamano | 2006-05-04 | 2 | -34/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | builtin-log/whatchanged/show: make them official. | Junio C Hamano | 2006-05-01 | 2 | -34/+3 | |
* | | | | | | Merge branch 'jc/show-branch-dense' | Junio C Hamano | 2006-05-03 | 1 | -3/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | show-branch: omit uninteresting merges. | Junio C Hamano | 2006-05-01 | 1 | -3/+30 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jc/symref' | Junio C Hamano | 2006-05-03 | 6 | -11/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | core.prefersymlinkrefs: use symlinks for .git/HEAD | Junio C Hamano | 2006-05-02 | 6 | -11/+17 | |
* | | | | | | | Merge branch 'jc/diff' | Junio C Hamano | 2006-05-03 | 8 | -94/+407 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | builtin-diff: call it "git-diff", really. | Junio C Hamano | 2006-05-01 | 3 | -77/+4 | |
| * | | | | | | | builtin-diff.c: die() formatting type fix. | Junio C Hamano | 2006-04-30 | 1 | -1/+1 |