Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | unpack-trees: allow Porcelain to give different error messages | Junio C Hamano | 2008-05-19 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'ar/batch-cat' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | change quoting in test t1006-cat-file.sh | Michele Ballabio | 2008-05-23 | |
| * | | | | | | | | | | | builtin-cat-file.c: use parse_options() | Michele Ballabio | 2008-05-23 | |
| * | | | | | | | | | | | git-svn: Speed up fetch | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | Git.pm: Add hash_and_insert_object and cat_blob | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | Git.pm: Add command_bidi_pipe and command_close_bidi_pipe | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | git-hash-object: Add --stdin-paths option | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | Add more tests for git hash-object | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | Move git-hash-object tests from t5303 to t1007 | Adam Roben | 2008-05-23 | |
| * | | | | | | | | | | | git-cat-file: Add --batch option | Adam Roben | 2008-05-05 | |
| * | | | | | | | | | | | git-cat-file: Add --batch-check option | Adam Roben | 2008-05-05 | |
| * | | | | | | | | | | | git-cat-file: Make option parsing a little more flexible | Adam Roben | 2008-05-05 | |
| * | | | | | | | | | | | git-cat-file: Small refactor of cmd_cat_file | Adam Roben | 2008-05-05 | |
| * | | | | | | | | | | | Add tests for git cat-file | Adam Roben | 2008-05-05 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | bisect: use a detached HEAD to bisect | Christian Couder | 2008-05-22 | |
| * | | | | | | | | | | | bisect: trap critical errors in "bisect_start" | Christian Couder | 2008-05-22 | |
| * | | | | | | | | | | | bisect: fix left over "BISECT_START" file when starting with junk rev | Christian Couder | 2008-05-22 | |
| * | | | | | | | | | | | bisect: add test cases to check that "git bisect start" is atomic | Christian Couder | 2008-05-22 | |
* | | | | | | | | | | | | Merge branch 'ap/svn' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | git-svn: add test for --add-author-from and --use-log-author | Junio C Hamano | 2008-05-12 | |
| * | | | | | | | | | | | | git-svn: add documentation for --add-author-from option. | Avery Pennarun | 2008-05-04 | |
| * | | | | | | | | | | | | git-svn: Add --add-author-from option. | Avery Pennarun | 2008-05-04 | |
| * | | | | | | | | | | | | git-svn: add documentation for --use-log-author option. | Avery Pennarun | 2008-05-04 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'js/cvsexportcommit' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS) | Johannes Schindelin | 2008-05-15 | |
| * | | | | | | | | | | | | cvsexportcommit: chomp only removes trailing whitespace | Johannes Schindelin | 2008-05-15 | |
* | | | | | | | | | | | | | Merge branch 'js/ignore-submodule' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 2008-05-15 | |
| * | | | | | | | | | | | | | Teach update-index about --ignore-submodules | Johannes Schindelin | 2008-05-15 | |
| * | | | | | | | | | | | | | diff options: Introduce --ignore-submodules | Johannes Schindelin | 2008-05-15 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge branch 'mo/cvsserver' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | Documentation: Fix skipped section level | Gustaf Hendeby | 2008-05-21 | |
| * | | | | | | | | | | | | | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 2008-05-16 | |
| * | | | | | | | | | | | | | implement gitcvs.usecrlfattr | Matthew Ogilvie | 2008-05-16 | |
| * | | | | | | | | | | | | | git-cvsserver: add mechanism for managing working tree and current directory | Matthew Ogilvie | 2008-05-16 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | http-push: remove remote locks on exit signals | Clemens Buchacher | 2008-05-25 | |
* | | | | | | | | | | | | | Reset the signal being handled | Clemens Buchacher | 2008-05-25 | |
* | | | | | | | | | | | | | Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them. | Paul Oliver | 2008-05-25 | |
* | | | | | | | | | | | | | Documentation: convert tutorials to man pages | Christian Couder | 2008-05-24 | |
* | | | | | | | | | | | | | CodingGuidelines: Add a note to avoid assignments inside if() | Miklos Vajna | 2008-05-24 | |
* | | | | | | | | | | | | | Remove redundant code, eliminate one static variable | Heikki Orsila | 2008-05-24 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-05-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | gitk: Fix bug introduced by "gitk: Fix "wrong # coordinates" error on reload" | Paul Mackerras | 2008-05-22 | |
| * | | | | | | | | | | | | gitk: Fix bug where current row number display stops working | Paul Mackerras | 2008-05-20 | |
| * | | | | | | | | | | | | gitk: Move es.po where it belongs | Michele Ballabio | 2008-05-19 | |
| * | | | | | | | | | | | | gitk: Fix "wrong # coordinates" error on reload | Paul Mackerras | 2008-05-19 | |
* | | | | | | | | | | | | | Merge branch 'pb/push' | Junio C Hamano | 2008-05-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | |