Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge fixes up to GIT 1.0.5 | Junio C Hamano | 2005-12-26 | 10 | -22/+136 |
|\ | |||||
| * | GIT 1.0.5v1.0.5 | Junio C Hamano | 2005-12-26 | 11 | -23/+137 |
| |\ | |||||
| | * | Handle symlinks graciously | Johannes Schindelin | 2005-12-26 | 2 | -1/+86 |
| | * | t5300: avoid false failures. | Junio C Hamano | 2005-12-26 | 1 | -1/+7 |
| | * | avoid asking ?alloc() for zero bytes. | Junio C Hamano | 2005-12-26 | 6 | -19/+39 |
| | * | short circuit out of a few places where we would allocate zero bytes | Eric Wong | 2005-12-26 | 2 | -1/+4 |
* | | | Merge branch 'jc/checkout' | Junio C Hamano | 2005-12-25 | 2 | -5/+28 |
|\ \ \ | |||||
| * \ \ | Adjust to ls-tree --full-name when run from a subdirectory. | Junio C Hamano | 2005-12-23 | 2 | -5/+19 |
| |\ \ \ | |||||
| | * | | | ls-tree: chomp leading directories when run from a subdirectory | Junio C Hamano | 2005-12-23 | 1 | -4/+18 |
| * | | | | checkout: sometimes work from a subdirectory. | Junio C Hamano | 2005-12-22 | 1 | -0/+9 |
| |/ / / | |||||
* | | | | Tutorial: mention shared repository management. | Junio C Hamano | 2005-12-24 | 1 | -0/+18 |
* | | | | git-init-db: initialize shared repositories with --shared | Johannes Schindelin | 2005-12-24 | 1 | -10/+22 |
* | | | | Introduce core.sharedrepository | Johannes Schindelin | 2005-12-24 | 4 | -1/+36 |
* | | | | Merge fixes up to GIT 1.0.4 | Junio C Hamano | 2005-12-24 | 6 | -15/+86 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | GIT 1.0.4v1.0.4 | Junio C Hamano | 2005-12-24 | 9 | -17/+109 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | mailinfo: iconv does not like "latin-1" -- should spell it "latin1" | Junio C Hamano | 2005-12-23 | 1 | -1/+1 |
| | * | | ls-files --full-name: usage string and documentation. | Junio C Hamano | 2005-12-23 | 2 | -2/+9 |
| | * | | merge --no-commit: tweak message | Junio C Hamano | 2005-12-23 | 1 | -1/+10 |
| | * | | show-branch: usability updates. | Junio C Hamano | 2005-12-23 | 1 | -11/+60 |
| | * | | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-23 | 2 | -1/+22 |
* | | | | git-clone: do not special case dumb http. | Junio C Hamano | 2005-12-23 | 1 | -15/+1 |
| |_|/ |/| | | |||||
* | | | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-22 | 2 | -1/+22 |
* | | | rev-parse: --show-cdup | Junio C Hamano | 2005-12-22 | 2 | -1/+18 |
* | | | Merge in fixes up to 1.0.3 maintenance branch. | Junio C Hamano | 2005-12-22 | 5 | -20/+50 |
|\ \ \ | |/ / | |||||
| * | | GIT 1.0.3v1.0.3 | Junio C Hamano | 2005-12-22 | 9 | -31/+44 |
| |\ \ | | |/ | |||||
| | * | sha1_to_hex: properly terminate the SHA1 | Johannes Schindelin | 2005-12-22 | 1 | -0/+2 |
| | * | Fix for http-fetch from file:// URLs | Nick Hengeveld | 2005-12-22 | 1 | -4/+8 |
| | * | git-format-patch should show the correct version | Johannes Schindelin | 2005-12-22 | 1 | -0/+3 |
| | * | send-pack: reword non-fast-forward error message. | Junio C Hamano | 2005-12-22 | 1 | -16/+14 |
| * | | GIT 1.0.0bv1.0.2v1.0.0b | Junio C Hamano | 2005-12-21 | 4 | -4/+15 |
| |\ \ | |||||
| * | | | GIT 1.0.0av1.0.1v1.0.0a | Junio C Hamano | 2005-12-21 | 2 | -1/+12 |
* | | | | git-clone: Support changing the origin branch with -o | Johannes Schindelin | 2005-12-22 | 2 | -5/+21 |
* | | | | GIT: Support [address] in URLs | YOSHIFUJI Hideaki / 吉藤英明 | 2005-12-21 | 1 | -8/+24 |
* | | | | whatchanged: customize diff-tree output | Junio C Hamano | 2005-12-21 | 1 | -2/+8 |
* | | | | Merge branch 'fixes' | Junio C Hamano | 2005-12-21 | 5 | -10/+10 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | \n usage in stderr output | Alex Riesen | 2005-12-21 | 5 | -9/+9 |
| * | | | sanity check in add_packed_git() | Pavel Roskin | 2005-12-21 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | git-pack-redundant: speed and memory usage improvements | Lukas Sandström | 2005-12-21 | 1 | -80/+69 |
* | | | merge-recursive: conflicting rename case. | Junio C Hamano | 2005-12-21 | 2 | -11/+64 |
* | | | Versioning scheme changes. | Junio C Hamano | 2005-12-21 | 2 | -1/+7 |
* | | | Merge branch 'fixes' | Junio C Hamano | 2005-12-21 | 5 | -7/+13 |
|\ \ \ | |/ / | |||||
| * | | server-info: skip empty lines. | Junio C Hamano | 2005-12-21 | 1 | -1/+4 |
| * | | [PATCH] quote.c: Make loop control more readable. | Pavel Roskin | 2005-12-21 | 1 | -2/+4 |
| |/ | |||||
| * | An off-by-one bug found by valgrind | Pavel Roskin | 2005-12-21 | 1 | -1/+1 |
| * | Avoid misleading success message on error | Johannes Schindelin | 2005-12-21 | 1 | -1/+1 |
| * | http-fetch.c: fix objects/info/pack parsing. | Junio C Hamano | 2005-12-21 | 1 | -2/+2 |
| * | objects/info/packs: work around bug in http-fetch.c::fetch_indices() | Junio C Hamano | 2005-12-21 | 1 | -0/+1 |
* | | Post 1.0.0 development track. | Junio C Hamano | 2005-12-21 | 2 | -1/+7 |
|/ | |||||
* | GIT 1.0.0v1.0.0 | Junio C Hamano | 2005-12-21 | 66 | -617/+778 |
|\ | |||||
| * | Make "git-send-pack" less verbose by default | Linus Torvalds | 2005-12-20 | 1 | -1/+9 |