| Commit message (Expand) | Author | Age |
... | |
* | | | | | | | | | GIT 1.5.6v1.5.6 | Junio C Hamano | 2008-06-18 |
* | | | | | | | | | clean up error conventions of remote.c:match_explicit | Jeff King | 2008-06-18 |
* | | | | | | | | | Fix approxidate("never") to always return 0 | Olivier Marin | 2008-06-17 |
* | | | | | | | | | git-am: head -1 is obsolete and doesn't work on some new systems | Alejandro Mery | 2008-06-17 |
* | | | | | | | | | builtin-rerere: fix a small leak | Junio C Hamano | 2008-06-17 |
* | | | | | | | | | gitweb: remove unused parse_ref method | Lea Wiemann | 2008-06-17 |
* | | | | | | | | | gitweb: quote commands properly when calling the shell | Lea Wiemann | 2008-06-17 |
* | | | | | | | | | sha1_file.c: simplify parse_pack_index() | Junio C Hamano | 2008-06-16 |
* | | | | | | | | | create_tempfile: make sure that leading directories can be accessible by peers | Junio C Hamano | 2008-06-16 |
* | | | | | | | | | write_loose_object: don't bother trying to read an old object | Linus Torvalds | 2008-06-16 |
* | | | | | | | | | path-list documentation: document all functions and data structures | Miklos Vajna | 2008-06-16 |
* | | | | | | | | | run-command documentation: fix "memset()" parameter | Miklos Vajna | 2008-06-16 |
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-16 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | diff.c: fix emit_line() again not to add extra line | Junio C Hamano | 2008-06-16 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-16 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | diff: reset color before printing newline | SZEDER Gábor | 2008-06-16 |
* | | | | | | | | Make git reflog expire honour core.sharedRepository. | Pierre Habouzit | 2008-06-15 |
* | | | | | | | | Update RPM spec to drop curl executable requirement | Junio C Hamano | 2008-06-15 |
* | | | | | | | | The "curl" executable is no longer required | Johan Herland | 2008-06-15 |
* | | | | | | | | Makefile: update check-docs target | Junio C Hamano | 2008-06-15 |
* | | | | | | | | Consistency: Use "libcurl" instead of "cURL library" and "curl" | Johan Herland | 2008-06-15 |
* | | | | | | | | cpio is no longer used by git-clone | Johan Herland | 2008-06-15 |
* | | | | | | | | Documentation: RelNotes-1.5.6: talk about renamed HTML files | Christian Couder | 2008-06-15 |
* | | | | | | | | GIT 1.5.6-rc3v1.5.6-rc3 | Junio C Hamano | 2008-06-14 |
* | | | | | | | | Simplify and rename find_sha1_file() | Linus Torvalds | 2008-06-14 |
* | | | | | | | | Make loose object file reading more careful | Linus Torvalds | 2008-06-14 |
* | | | | | | | | Avoid cross-directory renames and linking on object creation | Linus Torvalds | 2008-06-14 |
* | | | | | | | | Use 'trash directory' thoroughly in t/test-lib.sh | Jakub Narebski | 2008-06-14 |
* | | | | | | | | Don't allocate too much memory in quote_ref_url | Mike Hommey | 2008-06-14 |
* | | | | | | | | gitweb: Make it work with $GIT containing spaces | Jakub Narebski | 2008-06-14 |
* | | | | | | | | completion: add more 'git add' options | SZEDER Gábor | 2008-06-14 |
* | | | | | | | | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 |
* | | | | | | | | Merge branch 'rs/attr' | Junio C Hamano | 2008-06-14 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | git-svn: test that extra blank lines aren't inserted in commit messages. | Avery Pennarun | 2008-06-14 |
* | | | | | | | | git-svn: don't append extra newlines at the end of commit messages. | Avery Pennarun | 2008-06-14 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | git-submodule - Fix errors regarding resolve_relative_url | Mark Levedahl | 2008-06-14 |
* | | | | | | | documentation: bisect: remove bits talking about a bisection branch | Christian Couder | 2008-06-14 |
* | | | | | | | sha1_file.c: dead code removal | Junio C Hamano | 2008-06-13 |
* | | | | | | | git-instaweb: improve auto-discovery of httpd and call conventions. | Flavio Poletti | 2008-06-13 |
* | | | | | | | t4126: fix test that happened to work due to timing | Junio C Hamano | 2008-06-13 |
* | | | | | | | Merge branch 'om/remote-fix' | Junio C Hamano | 2008-06-12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | "remote prune": be quiet when there is nothing to prune | Junio C Hamano | 2008-06-11 |
| * | | | | | | | remote show: list tracked remote branches with -n | Olivier Marin | 2008-06-10 |
| * | | | | | | | remote prune: print the list of pruned branches | Olivier Marin | 2008-06-10 |
| * | | | | | | | builtin-remote: split show_or_prune() in two separate functions | Olivier Marin | 2008-06-10 |
| * | | | | | | | remote show: fix the -n option | Olivier Marin | 2008-06-10 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | fast-export: Correctly generate initial commits with no parents | Shawn O. Pearce | 2008-06-12 |
* | | | | | | | t/.gitattributes: only ignore whitespace errors in test files | Lea Wiemann | 2008-06-12 |
* | | | | | | | document --pretty=tformat: option | Jeff King | 2008-06-12 |