summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Revert 30816237 and 7e62265Junio C Hamano2010-02-054-96/+1
* | | | | | | | | | | | | | | | | | | | git-svn: persistent memoizationAndrew Myrick2010-02-041-4/+36
* | | | | | | | | | | | | | | | | | | | fast-import: count --max-pack-size in bytesJunio C Hamano2010-02-043-12/+17
* | | | | | | | | | | | | | | | | | | | update git-repack documentation wrt repack.UseDeltaBaseOffsetNicolas Pitre2010-02-041-9/+9
* | | | | | | | | | | | | | | | | | | | git-clean: fix the description of the default behaviorMichael J Gruber2010-02-042-4/+4
* | | | | | | | | | | | | | | | | | | | fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano2010-02-041-1/+4
* | | | | | | | | | | | | | | | | | | | make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre2010-02-036-21/+36
* | | | | | | | | | | | | | | | | | | | pack-objects: fix pack generation when using pack_size_limitNicolas Pitre2010-02-031-24/+13
* | | | | | | | | | | | | | | | | | | | fix multiple issues with t5300Nicolas Pitre2010-02-031-20/+34
* | | | | | | | | | | | | | | | | | | | gitweb: Simplify (and fix) chop_strJohn 'Warthog9' Hawley2010-02-031-4/+0
* | | | | | | | | | | | | | | | | | | | grep: simplify assignment of ->fixedRené Scharfe2010-02-031-4/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ms/filter-branch-submodule'Junio C Hamano2010-02-022-1/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | filter-branch: Add tests for submodules in tree-filterMichal Sojka2010-01-281-0/+39
| * | | | | | | | | | | | | | | | | | | filter-branch: Fix to allow replacing submodules with another contentMichal Sojka2010-01-281-1/+1
* | | | | | | | | | | | | | | | | | | | Merge branch 'jh/gitweb-caching' (early part)Junio C Hamano2010-02-026-76/+248
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | gitweb: Add optional extra parameter to die_error, for extended explanationJohn 'Warthog9' Hawley2010-01-301-1/+7
| * | | | | | | | | | | | | | | | | | | | gitweb: add a "string" variant of print_sort_thJohn 'Warthog9' Hawley2010-01-301-5/+12
| * | | | | | | | | | | | | | | | | | | | gitweb: add a "string" variant of print_local_timeJohn 'Warthog9' Hawley2010-01-301-2/+9
| * | | | | | | | | | | | | | | | | | | | gitweb: Check that $site_header etc. are defined before using themJohn 'Warthog9' Hawley2010-01-301-3/+3
| * | | | | | | | | | | | | | | | | | | | gitweb: Makefile improvementsJohn 'Warthog9' Hawley2010-01-302-53/+141
| * | | | | | | | | | | | | | | | | | | | gitweb: Load checkingJohn 'Warthog9' Hawley2010-01-304-6/+72
| * | | | | | | | | | | | | | | | | | | | gitweb: Make running t9501 test with '--debug' reliable and usableJakub Narebski2010-01-301-5/+3
* | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/no-python-autoconf'Junio C Hamano2010-02-021-3/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | configure: Allow --without-pythonBen Walton2010-02-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAMBen Walton2010-02-011-2/+13
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sp/fast-import-large-blob'Junio C Hamano2010-02-025-19/+223
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano2010-02-016-19/+224
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-015-20/+227
* | | | | | | | | | | | | | | | | | | | | Correct spelling of 'REUC' extensionShawn O. Pearce2010-02-021-1/+1
* | | | | | | | | | | | | | | | | | | | | build: make code "-Wpointer-arith" cleanJunio C Hamano2010-02-012-3/+3
* | | | | | | | | | | | | | | | | | | | | git-p4: Fix sync errors due to new server versionPal-Kristian Engstad2010-02-011-1/+1
* | | | | | | | | | | | | | | | | | | | | Updates for dirty submodules in release notes and user manualJens Lehmann2010-02-012-5/+27
* | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-311-3/+2
* | | | | | | | | | | | | | | | | | | | | Merge branch 'dm/make-threaded-simplify'Junio C Hamano2010-01-315-36/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Make NO_PTHREADS the sole thread configuration variableDan McGee2010-01-315-36/+13
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | RPM packaging: use %global inside %{!?...}Junio C Hamano2010-01-311-1/+4
* | | | | | | | | | | | | | | | | | | | | mention new shell execution behavior in release notesJeff King2010-01-311-0/+7
* | | | | | | | | | | | | | | | | | | | | Fix memory leak in submodule.cJens Lehmann2010-01-311-5/+9
* | | | | | | | | | | | | | | | | | | | | Fix typos in technical documentation.Ralf Wildenhues2010-01-3113-24/+24
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | is_submodule_modified(): fix breakage with external GIT_INDEX_FILEv1.7.0-rc1Junio C Hamano2010-01-301-2/+5
* | | | | | | | | | | | | | | | | | | | RPM packaging: don't include foreign-scm-helper bits yetJunio C Hamano2010-01-301-0/+5
* | | | | | | | | | | | | | | | | | | | grep: Fix two memory leaksDan McGee2010-01-301-0/+2
* | | | | | | | | | | | | | | | | | | | rebase: don't invoke the pager for each commit summaryMarkus Heidelberg2010-01-301-1/+1
* | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-291-2/+15
* | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-01-291-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | / / / / / / / / / / | | | |_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | fix memcpy of overlapping areaJeff King2010-01-291-1/+1
* | | | | | | | | | | | | | | | | | | Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-292-15/+94
* | | | | | | | | | | | | | | | | | | If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth2010-01-291-0/+1
* | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2010-01-296-889/+3989
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |