Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | write_loose_object: don't bother trying to read an old object | Linus Torvalds | 2008-06-16 | 1 | -14/+0 | |
* | | | | | | | path-list documentation: document all functions and data structures | Miklos Vajna | 2008-06-16 | 1 | -4/+121 | |
* | | | | | | | run-command documentation: fix "memset()" parameter | Miklos Vajna | 2008-06-16 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-16 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | diff.c: fix emit_line() again not to add extra line | Junio C Hamano | 2008-06-16 | 1 | -2/+4 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | diff: reset color before printing newline | SZEDER Gábor | 2008-06-16 | 1 | -0/+4 | |
* | | | | | | | Make git reflog expire honour core.sharedRepository. | Pierre Habouzit | 2008-06-15 | 2 | -0/+17 | |
* | | | | | | | Update RPM spec to drop curl executable requirement | Junio C Hamano | 2008-06-15 | 1 | -1/+4 | |
* | | | | | | | The "curl" executable is no longer required | Johan Herland | 2008-06-15 | 1 | -4/+4 | |
* | | | | | | | Makefile: update check-docs target | Junio C Hamano | 2008-06-15 | 1 | -0/+8 | |
* | | | | | | | Consistency: Use "libcurl" instead of "cURL library" and "curl" | Johan Herland | 2008-06-15 | 4 | -5/+5 | |
* | | | | | | | cpio is no longer used by git-clone | Johan Herland | 2008-06-15 | 1 | -3/+0 | |
* | | | | | | | Documentation: RelNotes-1.5.6: talk about renamed HTML files | Christian Couder | 2008-06-15 | 1 | -2/+4 | |
* | | | | | | | GIT 1.5.6-rc3v1.5.6-rc3 | Junio C Hamano | 2008-06-14 | 1 | -1/+1 | |
* | | | | | | | Simplify and rename find_sha1_file() | Linus Torvalds | 2008-06-14 | 1 | -10/+8 | |
* | | | | | | | Make loose object file reading more careful | Linus Torvalds | 2008-06-14 | 1 | -26/+44 | |
* | | | | | | | Avoid cross-directory renames and linking on object creation | Linus Torvalds | 2008-06-14 | 1 | -41/+42 | |
* | | | | | | | Use 'trash directory' thoroughly in t/test-lib.sh | Jakub Narebski | 2008-06-14 | 1 | -1/+1 | |
* | | | | | | | Don't allocate too much memory in quote_ref_url | Mike Hommey | 2008-06-14 | 1 | -1/+1 | |
* | | | | | | | gitweb: Make it work with $GIT containing spaces | Jakub Narebski | 2008-06-14 | 1 | -1/+1 | |
* | | | | | | | completion: add more 'git add' options | SZEDER Gábor | 2008-06-14 | 1 | -1/+4 | |
* | | | | | | | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 | 2 | -4/+7 | |
* | | | | | | | Merge branch 'rs/attr' | Junio C Hamano | 2008-06-14 | 3 | -22/+61 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 | 3 | -22/+61 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | git-svn: test that extra blank lines aren't inserted in commit messages. | Avery Pennarun | 2008-06-14 | 1 | -1/+15 | |
* | | | | | | | git-svn: don't append extra newlines at the end of commit messages. | Avery Pennarun | 2008-06-14 | 1 | -3/+5 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | git-submodule - Fix errors regarding resolve_relative_url | Mark Levedahl | 2008-06-14 | 1 | -4/+5 | |
* | | | | | | documentation: bisect: remove bits talking about a bisection branch | Christian Couder | 2008-06-14 | 1 | -4/+3 | |
* | | | | | | sha1_file.c: dead code removal | Junio C Hamano | 2008-06-13 | 2 | -145/+0 | |
* | | | | | | git-instaweb: improve auto-discovery of httpd and call conventions. | Flavio Poletti | 2008-06-13 | 1 | -15/+33 | |
* | | | | | | t4126: fix test that happened to work due to timing | Junio C Hamano | 2008-06-13 | 1 | -4/+0 | |
* | | | | | | Merge branch 'om/remote-fix' | Junio C Hamano | 2008-06-12 | 3 | -51/+153 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | "remote prune": be quiet when there is nothing to prune | Junio C Hamano | 2008-06-11 | 1 | -2/+3 | |
| * | | | | | | remote show: list tracked remote branches with -n | Olivier Marin | 2008-06-10 | 2 | -2/+22 | |
| * | | | | | | remote prune: print the list of pruned branches | Olivier Marin | 2008-06-10 | 3 | -8/+37 | |
| * | | | | | | builtin-remote: split show_or_prune() in two separate functions | Olivier Marin | 2008-06-10 | 1 | -34/+67 | |
| * | | | | | | remote show: fix the -n option | Olivier Marin | 2008-06-10 | 3 | -22/+41 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | fast-export: Correctly generate initial commits with no parents | Shawn O. Pearce | 2008-06-12 | 1 | -0/+2 | |
* | | | | | | t/.gitattributes: only ignore whitespace errors in test files | Lea Wiemann | 2008-06-12 | 2 | -2/+3 | |
* | | | | | | document --pretty=tformat: option | Jeff King | 2008-06-12 | 1 | -0/+22 | |
* | | | | | | Improve sed portability | Chris Ridd | 2008-06-12 | 1 | -1/+1 | |
* | | | | | | user-manual: describe how higher stages are set during a merge | Junio C Hamano | 2008-06-12 | 1 | -8/+7 | |
* | | | | | | doc: adding gitman.info and *.texi to .gitignore | Geoffrey Irving | 2008-06-12 | 1 | -0/+2 | |
* | | | | | | Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate output | Junio C Hamano | 2008-06-12 | 1 | -1/+1 | |
* | | | | | | Documentation/git-pull.txt: Use more standard [NOTE] markup | Junio C Hamano | 2008-06-12 | 1 | -1/+2 | |
* | | | | | | Typo in RelNotes. | Mikael Magnusson | 2008-06-11 | 1 | -1/+1 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-06-11 | 1 | -20/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gitk: Handle detached heads better | Paul Mackerras | 2008-05-26 | 1 | -20/+30 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | |