Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 | 6 | -27/+36 |
* | Merge branch 'ho/shared' | Junio C Hamano | 2008-04-25 | 7 | -38/+149 |
|\ | |||||
| * | Make core.sharedRepository more generic | Heikki Orsila | 2008-04-16 | 7 | -38/+149 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-04-24 | 8 | -19/+170 |
|\ \ | |||||
| * | | remote: create fetch config lines with '+' | Jeff King | 2008-04-24 | 2 | -0/+11 |
| * | | push: allow unqualified dest refspecs to DWIM | Jeff King | 2008-04-24 | 2 | -3/+69 |
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-24 | 4 | -16/+75 |
| |\ \ | |||||
| | * | | t5516: remove ambiguity test (1) | Jeff King | 2008-04-23 | 1 | -13/+1 |
| | * | | Linked glossary from cvs-migration page | Matt Graham | 2008-04-23 | 1 | -1/+2 |
| | * | | write-tree: properly detect failure to write tree objects | Junio C Hamano | 2008-04-23 | 2 | -2/+72 |
| * | | | doc/git-gc: add a note about what is collected | Jeff King | 2008-04-24 | 1 | -0/+15 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-23 | 11 | -46/+54 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-22 | 6 | -10/+24 |
| |\ \ \ | | |/ / | |||||
| | * | | svn-git: Use binmode for reading/writing binary rev maps | Michael Weber | 2008-04-22 | 1 | -0/+4 |
| | * | | diff options documentation: refer to --diff-filter in --name-status | Miklos Vajna | 2008-04-22 | 1 | -1/+2 |
| | * | | git-svn bug with blank commits and author file | Thomas Guyot-Sionnest | 2008-04-22 | 1 | -2/+1 |
| | * | | archive.c: format_subst - fixed bogus argument to memchr | Ariel Badichi | 2008-04-22 | 1 | -2/+2 |
| | * | | copy.c: copy_fd - correctly report write errors | Ariel Badichi | 2008-04-22 | 1 | -4/+4 |
| | * | | gitattributes: Fix subdirectory attributes specified from root directory | Matthew Ogilvie | 2008-04-22 | 2 | -1/+11 |
| * | | | Amend git-push refspec documentation | Sam Vilain | 2008-04-22 | 1 | -10/+13 |
| * | | | git-gc --prune is deprecated | Dmitry Potapov | 2008-04-22 | 2 | -20/+3 |
| * | | | Don't force imap.host to be set when imap.tunnel is set | Jeff King | 2008-04-22 | 1 | -2/+5 |
| * | | | git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc | Brandon Casey | 2008-04-22 | 1 | -4/+9 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-22 | 4 | -4/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | post-receive-email: fix accidental removal of a trailing space in signature line | Andy Parkins | 2008-04-21 | 1 | -1/+2 |
| * | | | Escape project names before creating pathinfo URLs | martin f. krafft | 2008-04-21 | 1 | -2/+2 |
| * | | | Escape project name in regexp | martin f. krafft | 2008-04-21 | 1 | -1/+1 |
| * | | | bash: Add completion for git diff --base --ours --theirs | Teemu Likonen | 2008-04-21 | 1 | -0/+1 |
| * | | | diff-options.txt: document the new "--dirstat" option | Gerrit Pape | 2008-04-21 | 1 | -0/+8 |
* | | | | completion: remove use of dashed git commands | Dan McGee | 2008-04-21 | 1 | -4/+4 |
* | | | | completion: allow 'git remote' subcommand completion | Dan McGee | 2008-04-21 | 1 | -0/+1 |
* | | | | Spelling fixes in the gitweb documentation | Rafael Garcia-Suarez | 2008-04-21 | 2 | -64/+65 |
* | | | | git.el: Set process-environment instead of invoking env | Clifford Caoile | 2008-04-21 | 1 | -7/+4 |
* | | | | First batch of post 1.5.5 updates | Junio C Hamano | 2008-04-20 | 2 | -1/+60 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-20 | 3 | -1/+48 |
|\ \ \ \ | |/ / / | |||||
| * | | | GIT 1.5.5.1v1.5.5.1 | Junio C Hamano | 2008-04-20 | 3 | -1/+48 |
| * | | | Merge branch 'jc/maint-rebase-am' into maint | Junio C Hamano | 2008-04-19 | 2 | -5/+55 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jc/sha1-lookup' | Junio C Hamano | 2008-04-19 | 4 | -3/+214 |
|\ \ \ \ \ | |||||
| * | | | | | sha1-lookup: make selection of 'middle' less aggressive | Junio C Hamano | 2008-04-09 | 1 | -7/+26 |
| * | | | | | sha1-lookup: more memory efficient search in sorted list of SHA-1 | Junio C Hamano | 2008-04-09 | 4 | -3/+195 |
* | | | | | | Merge branch 'jc/dirstat' | Junio C Hamano | 2008-04-19 | 1 | -23/+60 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff: make --dirstat binary-file safe | Junio C Hamano | 2008-04-09 | 1 | -23/+60 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mv/defer-gc' | Junio C Hamano | 2008-04-19 | 3 | -0/+74 |
|\ \ \ \ \ \ | |||||
| * | | | | | | contrib/hooks: add an example pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+36 |
| * | | | | | | Documentation/hooks: add pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+7 |
| * | | | | | | git-gc --auto: add pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+31 |
* | | | | | | | Merge branch 'py/submodule' | Junio C Hamano | 2008-04-19 | 5 | -2/+207 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin-status: Add tests for submodule summary | Ping Yin | 2008-04-12 | 1 | -0/+134 |
| * | | | | | | | builtin-status: submodule summary support | Ping Yin | 2008-04-12 | 2 | -0/+46 |
| * | | | | | | | git-submodule summary: --for-status option | Ping Yin | 2008-04-12 | 2 | -2/+27 |