| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | demonstrate breakage of detached checkout with symbolic link HEAD | Junio C Hamano | 2008-10-19 |
| * | | | | | | | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 2008-10-17 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Start 1.6.0.4 cycle | Junio C Hamano | 2008-11-02 |
* | | | | | | | add instructions on how to send patches to the mailing list with Gmail | Tom Preston-Werner | 2008-11-01 |
* | | | | | | | Documentation/gitattributes: Add subsection header for each attribute | Jakub Narebski | 2008-11-01 |
* | | | | | | | git send-email: avoid leaking directory file descriptors. | Pierre Habouzit | 2008-11-01 |
* | | | | | | | send-pack: do not send out single-level refs such as refs/stash | Jeff King | 2008-11-01 |
* | | | | | | | fix overlapping memcpy in normalize_absolute_path | Jeff King | 2008-11-01 |
* | | | | | | | pack-objects: avoid reading uninitalized data | Jeff King | 2008-11-01 |
* | | | | | | | correct cache_entry allocation | Jeff King | 2008-11-01 |
* | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-11-01 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | git-gui: Help identify aspell version on Windows too | Gustaf Hendeby | 2008-09-26 |
* | | | | | | | | git-svn: change dashed git-commit-tree to git commit-tree | Deskin Miller | 2008-10-31 |
* | | | | | | | | Documentation: clarify information about 'ident' attribute | Jan Krüger | 2008-10-31 |
* | | | | | | | | bash completion: add doubledash to "git show" | Markus Heidelberg | 2008-10-31 |
* | | | | | | | | Use test-chmtime -v instead of perl in t5000 to get mtime of a file | Alex Riesen | 2008-10-31 |
* | | | | | | | | Add --verbose|-v to test-chmtime | Alex Riesen | 2008-10-31 |
* | | | | | | | | asciidoc: add minor workaround to add an empty line after code blocks | Jonas Fonseca | 2008-10-30 |
* | | | | | | | | Plug a memleak in builtin-revert | Alex Riesen | 2008-10-30 |
* | | | | | | | | Add file delete/create info when we overflow rename_limit | Linus Torvalds | 2008-10-28 |
* | | | | | | | | Install git-cvsserver in $(bindir) | Nanako Shiraishi | 2008-10-28 |
* | | | | | | | | Install git-shell in bindir, too | Tommi Virtanen | 2008-10-28 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | add -p: warn if only binary changes present | Thomas Rast | 2008-10-26 |
* | | | | | | | git-archive: work in bare repos | Charles Bailey | 2008-10-26 |
* | | | | | | | git-svn: change dashed git-config to git config | Deskin Miller | 2008-10-24 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | GIT 1.6.0.3v1.6.0.3 | Junio C Hamano | 2008-10-21 |
* | | | | | | rehabilitate 'git index-pack' inside the object store | Nicolas Pitre | 2008-10-21 |
* | | | | | | Fix testcase failure when extended attributes are in use | Junio C Hamano | 2008-10-19 |
* | | | | | | Documentation: Clarify '--signoff' for git-commit | Abhijit Bhopatkar | 2008-10-18 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Hopefully the final draft release notes update before 1.6.0.3 | Junio C Hamano | 2008-10-18 |
* | | | | | diff(1): clarify what "T"ypechange status means | Junio C Hamano | 2008-10-18 |
* | | | | | Merge branch 'db/maint-checkout-b' into maint | Junio C Hamano | 2008-10-18 |
|\ \ \ \ \ |
|
| * | | | | | Check early that a new branch is new and valid | Daniel Barkalow | 2008-09-21 |
* | | | | | | contrib: update packinfo.pl to not use dashed commands | Dan McGee | 2008-10-18 |
* | | | | | | force_object_loose: Fix memory leak | Björn Steinbrink | 2008-10-18 |
* | | | | | | tests: shell negation portability fix | Jeff King | 2008-10-17 |
| |_|/ / /
|/| | | | |
|
* | | | | | t1301-shared-repo.sh: don't let a default ACL interfere with the test | Matt McCutchen | 2008-10-16 |
* | | | | | git-check-attr(1): add output and example sections | Jonas Fonseca | 2008-10-16 |
* | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matching | Brandon Casey | 2008-10-16 |
* | | | | | t4018-diff-funcname: demonstrate end of line funcname matching flaw | Brandon Casey | 2008-10-16 |
* | | | | | t4018-diff-funcname: rework negated last expression test | Brandon Casey | 2008-10-16 |
* | | | | | Typo "does not exists" when git remote update remote. | Mikael Magnusson | 2008-10-16 |
| |_|/ /
|/| | | |
|
* | | | | remote.c: correct the check for a leading '/' in a remote name | Brandon Casey | 2008-10-14 |
* | | | | Add testcase to ensure merging an early part of a branch is done properly | Miklos Vajna | 2008-10-14 |
* | | | | Update draft release notes to 1.6.0.3 | Junio C Hamano | 2008-10-13 |
* | | | | test-lib: fix broken printf | Shawn O. Pearce | 2008-10-12 |
* | | | | git apply --directory broken for new files | Jeff King | 2008-10-12 |
* | | | | rebase -i: do not fail when there is no commit to cherry-pick | Johannes Schindelin | 2008-10-10 |
* | | | | test-lib: fix color reset in say_color() | Miklos Vajna | 2008-10-10 |
* | | | | fix pread()'s short read in index-pack | Nicolas Pitre | 2008-10-10 |