Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | GIT 1.5.2.1v1.5.2.1 | Junio C Hamano | 2007-06-02 | 3 | -2/+55 | |
* | | | Release Notes: start preparing for 1.5.3 | Junio C Hamano | 2007-06-02 | 2 | -1/+110 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'lh/submodules' and 'pb/am' | Junio C Hamano | 2007-06-02 | 14 | -504/+416 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | Remove git-applypatch | Junio C Hamano | 2007-05-24 | 9 | -280/+10 | |
| | * | | git-applymbox: Remove command | Petr Baudis | 2007-05-24 | 7 | -228/+6 | |
| * | | | Add basic test-script for git-submodule | Lars Hjemli | 2007-06-02 | 1 | -0/+143 | |
| * | | | Add git-submodule command | Lars Hjemli | 2007-05-26 | 5 | -1/+262 | |
* | | | | Merge branch 'np/pack' | Junio C Hamano | 2007-06-02 | 2 | -17/+70 | |
|\ \ \ \ | ||||||
| * | | | | fix repack with --max-pack-size | Nicolas Pitre | 2007-05-30 | 1 | -18/+11 | |
| * | | | | builtin-pack-object: cache small deltas | Martin Koegler | 2007-05-29 | 2 | -0/+12 | |
| * | | | | git-pack-objects: cache small deltas between big objects | Martin Koegler | 2007-05-29 | 2 | -15/+59 | |
| * | | | | builtin-pack-objects: don't fail, if delta is not possible | Martin Koegler | 2007-05-29 | 1 | -2/+6 | |
* | | | | | Merge branch 'sp/pack' | Junio C Hamano | 2007-06-02 | 8 | -12/+72 | |
|\ \ \ \ \ | ||||||
| * | | | | | Style nit - don't put space after function names | Shawn O. Pearce | 2007-05-29 | 1 | -1/+1 | |
| * | | | | | Ensure the pack index is opened before access | Shawn O. Pearce | 2007-05-29 | 1 | -1/+4 | |
| * | | | | | Simplify index access condition in count-objects, pack-redundant | Shawn O. Pearce | 2007-05-29 | 2 | -2/+2 | |
| * | | | | | Test for recent rev-parse $abbrev_sha1 regression | Shawn O. Pearce | 2007-05-29 | 1 | -0/+10 | |
| * | | | | | rev-parse: Identify short sha1 sums correctly. | James Bowes | 2007-05-29 | 1 | -2/+5 | |
| * | | | | | Attempt to delay prepare_alt_odb during get_sha1 | Shawn O. Pearce | 2007-05-26 | 1 | -1/+1 | |
| * | | | | | Micro-optimize prepare_alt_odb | Shawn O. Pearce | 2007-05-26 | 1 | -2/+3 | |
| * | | | | | Lazily open pack index files on demand | Shawn O. Pearce | 2007-05-26 | 5 | -6/+49 | |
| | |/ / / | |/| | | | ||||||
* | | | | | git-rebase: suggest to use git-add instead of git-update-index | Jonas Fonseca | 2007-06-02 | 1 | -2/+2 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-02 | 11 | -114/+160 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Use =20 when rfc2047 encoding spaces. | Kristian Høgsberg | 2007-06-02 | 2 | -8/+12 |