summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Really ignore generated distribution material.Junio C Hamano2005-09-241-4/+5
* daemon.c: pid_t is not int.Junio C Hamano2005-09-231-1/+1
* Merge 'fixes' branch.Junio C Hamano2005-09-236-39/+49
|\
| * Further clarify licensing status of compat/subprocess.py.Junio C Hamano2005-09-231-20/+4
| * [PATCH] rsh.c unterminated stringH. Peter Anvin2005-09-231-5/+5
| * [PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov2005-09-231-5/+12
| * [PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov2005-09-231-3/+11
| * [PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov2005-09-231-2/+4
| * [PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov2005-09-231-0/+3
| * [PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov2005-09-231-0/+1
| * [PATCH] fetch.c: Do not build object ref listsSergey Vlasov2005-09-231-0/+1
| * [PATCH] document command to show diff of a commitRobert Watson2005-09-231-1/+4
| * Ignore a bit more generated files.Junio C Hamano2005-09-231-0/+4
* | Merge branch 'fixes'Junio C Hamano2005-09-231-1/+13
|\ \ | |/
| * Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano2005-09-231-1/+13
| * [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-221-1/+0
| * [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-221-3/+3
| * [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-221-2/+0
| * [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-221-8/+5
| * [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-221-3/+1
| * [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-221-6/+1
| * [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-221-0/+5
| * [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-221-13/+10
| * Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2005-09-222-3/+5
* | [PATCH] Retitle 'inspecting what happened' section.Jon Loeliger2005-09-221-2/+2
* | Prettyprint octopus merge message.Junio C Hamano2005-09-224-24/+99
* | [PATCH] Verbose git-daemon loggingPetr Baudis2005-09-221-4/+90
* | Retire diff-helper.Junio C Hamano2005-09-2211-415/+2
* | Retire rev-tree.Junio C Hamano2005-09-226-235/+3
* | Retire git-export.Junio C Hamano2005-09-225-117/+1
* | [PATCH] Fix strange timezone handlingLinus Torvalds2005-09-221-10/+14
* | Revert "Use git-merge instead of git-resolve in git-pull."Junio C Hamano2005-09-211-33/+7
* | Revert "Make Octopus merge message a bit nicer."Junio C Hamano2005-09-212-86/+11
* | [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-211-1/+0
* | [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-211-3/+3
* | [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-211-2/+0
* | [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-211-8/+5
* | [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-211-3/+1
* | [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-211-6/+1
* | [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-211-0/+5
* | [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-211-13/+10
* | Merge branch 'fixes'Junio C Hamano2005-09-212-8/+29
|\ \ | |/
| * Fix documentation dependency.Junio C Hamano2005-09-211-3/+5
| * Make object creation in http fetch a bit safer.Junio C Hamano2005-09-211-5/+24
* | Clarify dual license status of subprocess.py file.Junio C Hamano2005-09-211-0/+3
* | Update tutorial with Octopus usage.Junio C Hamano2005-09-211-1/+103
* | Make Octopus merge message a bit nicer.Junio C Hamano2005-09-202-11/+86
* | Use git-merge instead of git-resolve in git-pull.Junio C Hamano2005-09-201-7/+33
* | Make time-based commit filtering work with topological ordering.Linus Torvalds2005-09-201-1/+7
* | [PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds2005-09-201-0/+41