Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | git-cat-file: Add --batch option | Adam Roben | 2008-05-05 | 3 | -38/+117 | |
| * | | | | | | | git-cat-file: Add --batch-check option | Adam Roben | 2008-05-05 | 3 | -7/+163 | |
| * | | | | | | | git-cat-file: Make option parsing a little more flexible | Adam Roben | 2008-05-05 | 1 | -12/+30 | |
| * | | | | | | | git-cat-file: Small refactor of cmd_cat_file | Adam Roben | 2008-05-05 | 1 | -16/+22 | |
| * | | | | | | | Add tests for git cat-file | Adam Roben | 2008-05-05 | 1 | -0/+121 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2008-05-25 | 2 | -61/+116 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bisect: use a detached HEAD to bisect | Christian Couder | 2008-05-22 | 2 | -47/+45 | |
| * | | | | | | | bisect: trap critical errors in "bisect_start" | Christian Couder | 2008-05-22 | 2 | -12/+28 | |
| * | | | | | | | bisect: fix left over "BISECT_START" file when starting with junk rev | Christian Couder | 2008-05-22 | 2 | -10/+8 | |
| * | | | | | | | bisect: add test cases to check that "git bisect start" is atomic | Christian Couder | 2008-05-22 | 1 | -0/+43 | |
* | | | | | | | | Merge branch 'ap/svn' | Junio C Hamano | 2008-05-25 | 3 | -1/+93 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-svn: add test for --add-author-from and --use-log-author | Junio C Hamano | 2008-05-12 | 1 | -0/+70 | |
| * | | | | | | | | git-svn: add documentation for --add-author-from option. | Avery Pennarun | 2008-05-04 | 1 | -0/+6 | |
| * | | | | | | | | git-svn: Add --add-author-from option. | Avery Pennarun | 2008-05-04 | 1 | -1/+13 | |
| * | | | | | | | | git-svn: add documentation for --use-log-author option. | Avery Pennarun | 2008-05-04 | 1 | -0/+4 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'js/cvsexportcommit' | Junio C Hamano | 2008-05-25 | 3 | -7/+55 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS) | Johannes Schindelin | 2008-05-15 | 3 | -6/+53 | |
| * | | | | | | | | cvsexportcommit: chomp only removes trailing whitespace | Johannes Schindelin | 2008-05-15 | 1 | -1/+2 | |
* | | | | | | | | | Merge branch 'js/ignore-submodule' | Junio C Hamano | 2008-05-25 | 11 | -12/+132 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 2008-05-15 | 4 | -12/+105 | |
| * | | | | | | | | | Teach update-index about --ignore-submodules | Johannes Schindelin | 2008-05-15 | 4 | -0/+14 | |
| * | | | | | | | | | diff options: Introduce --ignore-submodules | Johannes Schindelin | 2008-05-15 | 3 | -0/+13 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'mo/cvsserver' | Junio C Hamano | 2008-05-25 | 4 | -69/+826 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Documentation: Fix skipped section level | Gustaf Hendeby | 2008-05-21 | 1 | -1/+1 | |
| * | | | | | | | | | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 2008-05-16 | 4 | -25/+354 | |
| * | | | | | | | | | implement gitcvs.usecrlfattr | Matthew Ogilvie | 2008-05-16 | 4 | -22/+276 | |
| * | | | | | | | | | git-cvsserver: add mechanism for managing working tree and current directory | Matthew Ogilvie | 2008-05-16 | 1 | -39/+213 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | http-push: remove remote locks on exit signals | Clemens Buchacher | 2008-05-25 | 1 | -0/+22 | |
* | | | | | | | | | Reset the signal being handled | Clemens Buchacher | 2008-05-25 | 1 | -1/+1 | |
* | | | | | | | | | Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them. | Paul Oliver | 2008-05-25 | 1 | -0/+1 | |
* | | | | | | | | | Documentation: convert tutorials to man pages | Christian Couder | 2008-05-24 | 7 | -24/+87 | |
* | | | | | | | | | CodingGuidelines: Add a note to avoid assignments inside if() | Miklos Vajna | 2008-05-24 | 1 | -0/+2 | |
* | | | | | | | | | Remove redundant code, eliminate one static variable | Heikki Orsila | 2008-05-24 | 1 | -27/+17 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-05-23 | 2 | -23/+29 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | gitk: Fix bug introduced by "gitk: Fix "wrong # coordinates" error on reload" | Paul Mackerras | 2008-05-22 | 1 | -1/+3 | |
| * | | | | | | | | gitk: Fix bug where current row number display stops working | Paul Mackerras | 2008-05-20 | 1 | -23/+23 | |
| * | | | | | | | | gitk: Move es.po where it belongs | Michele Ballabio | 2008-05-19 | 1 | -0/+0 | |
| * | | | | | | | | gitk: Fix "wrong # coordinates" error on reload | Paul Mackerras | 2008-05-19 | 1 | -0/+4 | |
* | | | | | | | | | Merge branch 'pb/push' | Junio C Hamano | 2008-05-23 | 6 | -35/+116 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | 6 | -35/+116 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 | 7 | -34/+154 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Documentation/git-repack.txt: document new -A behaviour | Chris Frey | 2008-05-16 | 1 | -1/+13 | |
| * | | | | | | | | | let pack-objects do the writing of unreachable objects as loose objects | Nicolas Pitre | 2008-05-13 | 2 | -17/+45 | |
| * | | | | | | | | | add a force_object_loose() function | Nicolas Pitre | 2008-05-13 | 2 | -13/+48 | |
| * | | | | | | | | | builtin-gc.c: deprecate --prune, it now really has no effect | Brandon Casey | 2008-05-11 | 1 | -2/+1 | |
| * | | | | | | | | | git-gc: always use -A when manually repacking | Brandon Casey | 2008-05-11 | 1 | -11/+2 | |
| * | | | | | | | | | repack: modify behavior of -A option to leave unreferenced objects unpacked | Brandon Casey | 2008-05-11 | 2 | -5/+60 | |
* | | | | | | | | | | Merge branch 'sp/ignorecase' | Junio C Hamano | 2008-05-23 | 2 | -1/+36 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t0050: Fix merge test on case sensitive file systems | Steffen Prohaska | 2008-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | | t0050: Add test for case insensitive add | Steffen Prohaska | 2008-05-11 | 1 | -0/+10 |