aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'sp/make'Junio C Hamano2007-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow "make -w" generate its usual outputAlex Riesen2007-03-06
| * | | | | | | | Support of "make -s": do not output anything of the build itselfAlex Riesen2007-03-06
| * | | | | | | | More build output cleaning upAlex Riesen2007-03-06
| * | | | | | | | Make 'make' quiet by defaultShawn O. Pearce2007-03-06
| * | | | | | | | Make 'make' quieter while building gitShawn O. Pearce2007-03-06
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-03-10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard2007-03-10
| * | | | | | git.el: Avoid appending a signoff line that is already present.Alexandre Julliard2007-03-10
| * | | | | | setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer2007-03-10
| * | | | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-03-10
| |\ \ \ \ \ \
| | * | | | | | user-manual: install user manual stylesheet with other web documentsJ. Bruce Fields2007-03-10
| | * | | | | | user-manual: fix rendering of history diagramsJ. Bruce Fields2007-03-10
| | * | | | | | user-manual: fix missing colon in git-show exampleJ. Bruce Fields2007-03-10
| | * | | | | | user-manual: fix inconsistent use of pull and mergeJ. Bruce Fields2007-03-10
| | * | | | | | user-manual: fix inconsistent exampleJ. Bruce Fields2007-03-10
| | * | | | | | glossary: fix overoptimistic automatic linking of defined termsJ. Bruce Fields2007-03-10
| * | | | | | | Documentation: s/seperator/separator/Jeff King2007-03-09
| * | | | | | | Adjust reflog filemode in shared repositoryMatthias Kestenholz2007-03-09
| |/ / / / / /
* | | | | | | Merge branch 'js/config-rename'Junio C Hamano2007-03-08
|\ \ \ \ \ \ \
| * | | | | | | git-config: document --rename-section, provide --remove-sectionPaolo Bonzini2007-03-03
* | | | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-07
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-07
| * | | | | | | | Use atomic updates to the fast-import mark fileShawn O. Pearce2007-03-07
| * | | | | | | | Preallocate memory earlier in fast-importShawn O. Pearce2007-03-07
* | | | | | | | | Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce2007-03-07
* | | | | | | | | Refactor handling of error_string in receive-packShawn O. Pearce2007-03-07
* | | | | | | | | Refactor run_update_hook to be more usefulShawn O. Pearce2007-03-07
* | | | | | | | | Don't run post-update hook unless a ref changedShawn O. Pearce2007-03-07
* | | | | | | | | Move post-update hook to after all other activityShawn O. Pearce2007-03-07
* | | | | | | | | Merge branch 'maint'Junio C Hamano2007-03-07
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Catch write_ref_sha1 failure in receive-packShawn O. Pearce2007-03-07
| * | | | | | | | make t8001 work on Mac OS X againJohannes Schindelin2007-03-06
* | | | | | | | | Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* | | | | | | | | Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-07
* | | | | | | | | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* | | | | | | | | Use uint32_t for pack-objects counters.Shawn O. Pearce2007-03-07
* | | | | | | | | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
* | | | | | | | | General const correctness fixesShawn O. Pearce2007-03-07
* | | | | | | | | Don't build external_grep if its not usedShawn O. Pearce2007-03-07
* | | | | | | | | Fix mmap leak caused by reading bad indexes.Shawn O. Pearce2007-03-07
* | | | | | | | | Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce2007-03-07
* | | | | | | | | git-archimport: allow remapping branch namesPaolo Bonzini2007-03-07
* | | | | | | | | t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar2007-03-07
* | | | | | | | | gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski2007-03-06
| |/ / / / / / / |/| | | | | | |
* | | | | | | | gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang2007-03-06
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2007-03-06
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-03-06
| |\ \ \ \ \ \
| | * | | | | | git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce2007-03-06
| | * | | | | | git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce2007-03-01