Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Actually handle some-low memory conditions | Shawn O. Pearce | 2007-04-25 | 2 | -11/+11 | |
* | | | Add --date={local,relative,default} | Junio C Hamano | 2007-04-25 | 9 | -17/+71 | |
* | | | init_buffer(): Kill buf pointer | Luiz Fernando N. Capitulino | 2007-04-25 | 1 | -2/+1 | |
* | | | core-tutorial: minor fixes | Luiz Fernando N. Capitulino | 2007-04-25 | 1 | -5/+4 | |
* | | | read_cache_from(): small simplification | Luiz Fernando N. Capitulino | 2007-04-25 | 1 | -9/+8 | |
* | | | entry.c: Use const qualifier for 'struct checkout' parameters | Luiz Fernando N. Capitulino | 2007-04-25 | 2 | -4/+4 | |
* | | | remove_subtree(): Use strerror() when possible | Luiz Fernando N. Capitulino | 2007-04-25 | 1 | -4/+4 | |
* | | | Merge branch 'jc/the-index' | Junio C Hamano | 2007-04-24 | 2 | -129/+172 | |
|\ \ \ | ||||||
| * | | | Make read-cache.c "the_index" free. | Junio C Hamano | 2007-04-22 | 2 | -121/+155 | |
| * | | | Move index-related variables into a structure. | Junio C Hamano | 2007-04-22 | 2 | -11/+20 | |
* | | | | Merge branch 'mk/diff' | Junio C Hamano | 2007-04-24 | 7 | -14/+49 | |
|\ \ \ \ | ||||||
| * | | | | Diff between two blobs should take mode changes into account now. | Junio C Hamano | 2007-04-24 | 1 | -1/+1 | |
| * | | | | use mode of the tree in git-diff, if <tree>:<file> syntax is used | Martin Koegler | 2007-04-24 | 1 | -6/+14 | |
| * | | | | store mode in rev_list, if <tree>:<filename> syntax is used | Martin Koegler | 2007-04-24 | 2 | -5/+13 | |
| * | | | | add add_object_array_with_mode | Martin Koegler | 2007-04-24 | 2 | -0/+8 | |
| * | | | | add get_sha1_with_mode | Martin Koegler | 2007-04-24 | 2 | -2/+10 | |
| * | | | | Add S_IFINVALID mode | Martin Koegler | 2007-04-24 | 1 | -0/+3 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-24 | 4 | -5/+13 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Remove usernames from all commit messages, not just when using svmprops | Adam Roben | 2007-04-24 | 1 | -1/+4 | |
| * | | | | applymbox & quiltimport: typofix. | Junio C Hamano | 2007-04-24 | 2 | -2/+2 | |
| * | | | | Create a sysconfdir variable, and use it for ETC_GITCONFIG | Josh Triplett | 2007-04-24 | 1 | -2/+7 | |
* | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-04-24 | 2 | -2/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | fast-import: size_t vs ssize_t | Sami Farin | 2007-04-24 | 1 | -1/+1 | |
| * | | | | | fix importing of subversion tars | Uwe Kleine-König | 2007-04-24 | 1 | -1/+6 | |
| * | | | | | Don't repack existing objects in fast-import | Shawn O. Pearce | 2007-04-20 | 1 | -0/+8 | |
* | | | | | | gitattributes documentation: clarify overriding | Junio C Hamano | 2007-04-24 | 1 | -3/+5 | |
* | | | | | | t/test-lib.sh: Protect ourselves from common misconfiguration | Junio C Hamano | 2007-04-24 | 1 | -0/+4 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-24 | 7 | -5/+15 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Documentation/git-reset.txt: suggest git commit --amend in example. | Gerrit Pape | 2007-04-23 | 1 | -0/+2 | |
| * | | | | Build RPM with ETC_GITCONFIG=/etc/gitconfig | Junio C Hamano | 2007-04-23 | 1 | -0/+2 | |
| * | | | | Ignore all man sections as they are generated files. | Brian Gernhardt | 2007-04-23 | 1 | -2/+1 | |
| * | | | | Fix typo in git-am: s/Was is/Was it/ | Josh Triplett | 2007-04-23 | 1 | -1/+1 | |
| * | | | | Reverse the order of -b and --track in the man page. | Brian Gernhardt | 2007-04-23 | 1 | -1/+1 | |
| * | | | | dir.c(common_prefix): Fix two bugs | Johannes Schindelin | 2007-04-23 | 2 | -1/+8 | |
* | | | | | git-fetch: Fix "argument list too long" | OGAWA Hirofumi | 2007-04-24 | 2 | -6/+11 | |
* | | | | | Add clean.requireForce option, and add -f option to git-clean to override it | Josh Triplett | 2007-04-23 | 4 | -2/+22 | |
* | | | | | t6030: grab commit object name as we go | Junio C Hamano | 2007-04-23 | 1 | -7/+10 | |
* | | | | | t5302: avoid using tail -c | Junio C Hamano | 2007-04-23 | 1 | -1/+1 | |
* | | | | | t4201: Do not display weird characters on the terminal | Johannes Schindelin | 2007-04-23 | 1 | -4/+4 | |
* | | | | | add file checkout progress | Nicolas Pitre | 2007-04-23 | 2 | -4/+6 | |
* | | | | | Document "diff=driver" attribute | Junio C Hamano | 2007-04-23 | 1 | -3/+29 | |
| |_|/ / |/| | | | ||||||
* | | | | gitweb: Show "no difference" message for empty diffv1.5.2-rc0 | Martin Koegler | 2007-04-22 | 2 | -0/+7 | |
* | | | | delay progress display when checking out files | Nicolas Pitre | 2007-04-22 | 1 | -7/+2 | |
* | | | | provide a facility for "delayed" progress reporting | Nicolas Pitre | 2007-04-22 | 2 | -0/+40 | |
* | | | | make progress "title" part of the common progress interface | Nicolas Pitre | 2007-04-22 | 6 | -34/+27 | |
* | | | | common progress display support | Nicolas Pitre | 2007-04-22 | 7 | -185/+154 | |
* | | | | Support 'diff=pgm' attribute | Junio C Hamano | 2007-04-22 | 5 | -5/+182 | |
* | | | | pack-objects: make generated packfile read-only | Junio C Hamano | 2007-04-22 | 1 | -1/+1 | |
* | | | | Update tests not to assume that generated packfiles are writable. | Junio C Hamano | 2007-04-22 | 1 | -11/+11 | |
* | | | | Fix 'quickfix' on pack-objects. | Junio C Hamano | 2007-04-22 | 1 | -2/+14 |