Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2010-02-07 | 2 | -18/+26 |
|\ | |||||
| * | archive: simplify archive format guessing | René Scharfe | 2010-02-07 | 2 | -18/+26 |
* | | Fix invalid read in quote_c_style_counted | Jeff King | 2010-02-06 | 2 | -2/+21 |
* | | docs: fix filter-branch example for quoted paths | Jeff King | 2010-02-06 | 1 | -1/+1 |
* | | t9501: Re-fix max load test | Brian Gernhardt | 2010-02-06 | 1 | -9/+2 |
* | | bash: support the --autosquash option for rebase | Björn Gustavsson | 2010-02-06 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2010-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | gitk: Fix copyright symbol in About box message | Paul Mackerras | 2010-02-04 | 1 | -1/+1 |
* | | | t9501: Skip testing load if we can't detect it | Brian Gernhardt | 2010-02-05 | 1 | -1/+8 |
* | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-02-05 | 1 | -1/+6 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-02-05 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update git fsck --full short description to mention packs | Wesley J. Landaker | 2010-02-05 | 1 | -1/+1 |
| * | | Merge branch 'jc/maint-limit-note-output' into maint | Junio C Hamano | 2010-02-05 | 8 | -1/+85 |
| |\ \ | |||||
* | | | | Revert 30816237 and 7e62265 | Junio C Hamano | 2010-02-05 | 4 | -96/+1 |
* | | | | git-svn: persistent memoization | Andrew Myrick | 2010-02-04 | 1 | -4/+36 |
* | | | | fast-import: count --max-pack-size in bytes | Junio C Hamano | 2010-02-04 | 3 | -12/+17 |
* | | | | update git-repack documentation wrt repack.UseDeltaBaseOffset | Nicolas Pitre | 2010-02-04 | 1 | -9/+9 |
* | | | | git-clean: fix the description of the default behavior | Michael J Gruber | 2010-02-04 | 2 | -4/+4 |
* | | | | fast-import.c: Fix big-file-threshold parsing bug | Junio C Hamano | 2010-02-04 | 1 | -1/+4 |
* | | | | make --max-pack-size argument to 'git pack-object' count in bytes | Nicolas Pitre | 2010-02-03 | 6 | -21/+36 |
* | | | | pack-objects: fix pack generation when using pack_size_limit | Nicolas Pitre | 2010-02-03 | 1 | -24/+13 |
* | | | | fix multiple issues with t5300 | Nicolas Pitre | 2010-02-03 | 1 | -20/+34 |
* | | | | gitweb: Simplify (and fix) chop_str | John 'Warthog9' Hawley | 2010-02-03 | 1 | -4/+0 |
* | | | | grep: simplify assignment of ->fixed | René Scharfe | 2010-02-03 | 1 | -4/+1 |
* | | | | Merge branch 'ms/filter-branch-submodule' | Junio C Hamano | 2010-02-02 | 2 | -1/+40 |
|\ \ \ \ | |||||
| * | | | | filter-branch: Add tests for submodules in tree-filter | Michal Sojka | 2010-01-28 | 1 | -0/+39 |
| * | | | | filter-branch: Fix to allow replacing submodules with another content | Michal Sojka | 2010-01-28 | 1 | -1/+1 |
* | | | | | Merge branch 'jh/gitweb-caching' (early part) | Junio C Hamano | 2010-02-02 | 6 | -76/+248 |
|\ \ \ \ \ | |||||
| * | | | | | gitweb: Add optional extra parameter to die_error, for extended explanation | John 'Warthog9' Hawley | 2010-01-30 | 1 | -1/+7 |
| * | | | | | gitweb: add a "string" variant of print_sort_th | John 'Warthog9' Hawley | 2010-01-30 | 1 | -5/+12 |
| * | | | | | gitweb: add a "string" variant of print_local_time | John 'Warthog9' Hawley | 2010-01-30 | 1 | -2/+9 |
| * | | | | | gitweb: Check that $site_header etc. are defined before using them | John 'Warthog9' Hawley | 2010-01-30 | 1 | -3/+3 |
| * | | | | | gitweb: Makefile improvements | John 'Warthog9' Hawley | 2010-01-30 | 2 | -53/+141 |
| * | | | | | gitweb: Load checking | John 'Warthog9' Hawley | 2010-01-30 | 4 | -6/+72 |
| * | | | | | gitweb: Make running t9501 test with '--debug' reliable and usable | Jakub Narebski | 2010-01-30 | 1 | -5/+3 |
* | | | | | | Merge branch 'bw/no-python-autoconf' | Junio C Hamano | 2010-02-02 | 1 | -3/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | configure: Allow --without-python | Ben Walton | 2010-02-01 | 1 | -1/+1 |
| * | | | | | | configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM | Ben Walton | 2010-02-01 | 1 | -2/+13 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'sp/fast-import-large-blob' | Junio C Hamano | 2010-02-02 | 5 | -19/+223 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 2010-02-01 | 6 | -19/+224 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 2010-02-01 | 5 | -20/+227 |
* | | | | | | | Correct spelling of 'REUC' extension | Shawn O. Pearce | 2010-02-02 | 1 | -1/+1 |
* | | | | | | | build: make code "-Wpointer-arith" clean | Junio C Hamano | 2010-02-01 | 2 | -3/+3 |
* | | | | | | | git-p4: Fix sync errors due to new server version | Pal-Kristian Engstad | 2010-02-01 | 1 | -1/+1 |
* | | | | | | | Updates for dirty submodules in release notes and user manual | Jens Lehmann | 2010-02-01 | 2 | -5/+27 |
* | | | | | | | Update draft release notes to 1.7.0 | Junio C Hamano | 2010-01-31 | 1 | -3/+2 |
* | | | | | | | Merge branch 'dm/make-threaded-simplify' | Junio C Hamano | 2010-01-31 | 5 | -36/+13 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Make NO_PTHREADS the sole thread configuration variable | Dan McGee | 2010-01-31 | 5 | -36/+13 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | RPM packaging: use %global inside %{!?...} | Junio C Hamano | 2010-01-31 | 1 | -1/+4 |
* | | | | | | | mention new shell execution behavior in release notes | Jeff King | 2010-01-31 | 1 | -0/+7 |