Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2007-06-09 | 3 | -3/+3 |
|\ | |||||
| * | Make command description imperative statement, not third-person present. | william pursell | 2007-06-09 | 3 | -3/+3 |
* | | Remove unnecessary code and comments on non-existing 8kB tag object restriction | Johan Herland | 2007-06-09 | 1 | -7/+0 |
* | | t5000: silence unzip availability check | René Scharfe | 2007-06-09 | 1 | -1/+1 |
* | | Merge branch 'aj/pack' | Junio C Hamano | 2007-06-09 | 1 | -12/+35 |
|\ \ | |||||
| * | | pack-check: Sort entries by pack offset before unpacking them. | Alexandre Julliard | 2007-06-06 | 1 | -12/+35 |
* | | | Merge branch 'js/merge' | Junio C Hamano | 2007-06-09 | 2 | -1/+10 |
|\ \ \ | |||||
| * | | | git-merge-file: refuse to merge binary files | Johannes Schindelin | 2007-06-04 | 2 | -1/+10 |
* | | | | cmd_log_init: remove parsing of --encoding command line parameter | Jeff King | 2007-06-09 | 1 | -7/+1 |
* | | | | Merge branch 'ar/wildcardpush' | Junio C Hamano | 2007-06-08 | 2 | -12/+109 |
|\ \ \ \ | |||||
| * | | | | Test wildcard push/fetch | Junio C Hamano | 2007-06-08 | 1 | -0/+82 |
| * | | | | Fix push with refspecs containing wildcards | Alex Riesen | 2007-06-08 | 1 | -12/+27 |
* | | | | | Merge branch 'ar/clone' | Junio C Hamano | 2007-06-08 | 2 | -1/+47 |
|\ \ \ \ \ | |||||
| * | | | | | Fix clone to setup the origin if its name ends with .git | Alex Riesen | 2007-06-06 | 2 | -1/+47 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-08 | 2 | -1/+42 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | checkout: do not get confused with ambiguous tag/branch names | Junio C Hamano | 2007-06-08 | 2 | -1/+42 |
| |/ / / / | |||||
* | | | | | Even more missing static | Junio C Hamano | 2007-06-08 | 9 | -32/+6 |
* | | | | | More missing static | Junio C Hamano | 2007-06-08 | 3 | -6/+4 |
* | | | | | More missing static | Junio C Hamano | 2007-06-08 | 2 | -11/+8 |
* | | | | | Missing statics. | Pierre Habouzit | 2007-06-08 | 5 | -7/+7 |
* | | | | | Active_nr is unsigned, hence can't be < 0 | Pierre Habouzit | 2007-06-08 | 1 | -2/+0 |
* | | | | | cvsserver: Make req_Root more critical of its input data | Frank Lichtenheld | 2007-06-08 | 2 | -0/+45 |
* | | | | | gitview: Define __slots__ for Commit | Michael Ellerman | 2007-06-08 | 1 | -0/+3 |
* | | | | | gitview: Use new-style classes | Michael Ellerman | 2007-06-08 | 1 | -4/+4 |
| |/ / / |/| | | | |||||
* | | | | War on whitespace | Junio C Hamano | 2007-06-07 | 256 | -852/+645 |
| |_|/ |/| | | |||||
* | | | Merge branch 'sv/objfixes' | Junio C Hamano | 2007-06-06 | 5 | -8/+18 |
|\ \ \ | |||||
| * | | | Don't assume tree entries that are not dirs are blobs | Sam Vilain | 2007-06-06 | 2 | -1/+9 |
| |/ / | |||||
| * | | git-cvsimport: Make sure to use $git_dir always instead of .git sometimes | Michael Milligan | 2007-06-06 | 1 | -3/+3 |
| * | | fix documentation of unpack-objects -n | Sam Vilain | 2007-06-06 | 1 | -2/+2 |
| * | | Accept dates before 2000/01/01 when specified as seconds since the epoch | Johannes Sixt | 2007-06-06 | 1 | -2/+4 |
* | | | Makefile: Remove git-merge-base from PROGRAMS. | Johannes Sixt | 2007-06-06 | 1 | -1/+0 |
* | | | t5000: skip ZIP tests if unzip was not found | Johannes Schindelin | 2007-06-06 | 1 | -0/+7 |
* | | | Merge branch 'mm/tag' | Junio C Hamano | 2007-06-06 | 2 | -11/+46 |
|\ \ \ | |||||
| * | | | Teach git-tag about showing tag annotations. | Matthijs Melchior | 2007-06-02 | 2 | -11/+46 |
* | | | | git-branch --track: fix tracking branch computation. | Junio C Hamano | 2007-06-06 | 2 | -30/+53 |
* | | | | Fix typo in git-mergetool | Josh Triplett | 2007-06-06 | 1 | -1/+1 |
* | | | | Add the --numbered-files option to git-format-patch. | Jon Loeliger | 2007-06-06 | 2 | -44/+67 |
* | | | | $EMAIL is a last resort fallback, as it's system-wide. | Pierre Habouzit | 2007-06-06 | 1 | -2/+2 |
* | | | | make clean should remove all the test programs too | Matthias Lederhofer | 2007-06-06 | 1 | -1/+2 |
* | | | | add git-filter-branch to .gitignore | Matthias Lederhofer | 2007-06-06 | 1 | -0/+1 |
* | | | | Merge branch 'gb/idx' | Junio C Hamano | 2007-06-05 | 4 | -341/+245 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Unify write_index_file functions | Geert Bosch | 2007-06-02 | 4 | -341/+245 |
* | | | | merge-recursive: refuse to merge binary files | Johannes Schindelin | 2007-06-04 | 2 | -0/+20 |
* | | | | Move buffer_is_binary() to xdiff-interface.h | Johannes Schindelin | 2007-06-04 | 4 | -17/+11 |
* | | | | git-fsck: learn about --verbose | Johannes Schindelin | 2007-06-04 | 2 | -2/+45 |
* | | | | gitweb: Handle non UTF-8 text better | Martin Koegler | 2007-06-03 | 2 | -10/+59 |
* | | | | Add test-sha1 to .gitignore. | Randal L. Schwartz | 2007-06-03 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | git-apply: what is detected and fixed is not just trailing spaces. | Junio C Hamano | 2007-06-02 | 1 | -9/+8 |
* | | | Update to SubmittingPatches | Johannes Schindelin | 2007-06-02 | 1 | -0/+4 |
* | | | Merge branch 'maint' to sync with 1.5.2.1 | Junio C Hamano | 2007-06-02 | 1 | -0/+53 |
|\ \ \ | | |/ | |/| |