Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-05-23 | 2 | -23/+29 |
|\ | |||||
| * | gitk: Fix bug introduced by "gitk: Fix "wrong # coordinates" error on reload" | Paul Mackerras | 2008-05-22 | 1 | -1/+3 |
| * | gitk: Fix bug where current row number display stops working | Paul Mackerras | 2008-05-20 | 1 | -23/+23 |
| * | gitk: Move es.po where it belongs | Michele Ballabio | 2008-05-19 | 1 | -0/+0 |
| * | gitk: Fix "wrong # coordinates" error on reload | Paul Mackerras | 2008-05-19 | 1 | -0/+4 |
* | | Merge branch 'pb/push' | Junio C Hamano | 2008-05-23 | 6 | -35/+116 |
|\ \ | |||||
| * | | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | 6 | -35/+116 |
* | | | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 | 7 | -34/+154 |
|\ \ \ | |||||
| * | | | Documentation/git-repack.txt: document new -A behaviour | Chris Frey | 2008-05-16 | 1 | -1/+13 |
| * | | | let pack-objects do the writing of unreachable objects as loose objects | Nicolas Pitre | 2008-05-13 | 2 | -17/+45 |
| * | | | add a force_object_loose() function | Nicolas Pitre | 2008-05-13 | 2 | -13/+48 |
| * | | | builtin-gc.c: deprecate --prune, it now really has no effect | Brandon Casey | 2008-05-11 | 1 | -2/+1 |
| * | | | git-gc: always use -A when manually repacking | Brandon Casey | 2008-05-11 | 1 | -11/+2 |
| * | | | repack: modify behavior of -A option to leave unreferenced objects unpacked | Brandon Casey | 2008-05-11 | 2 | -5/+60 |
* | | | | Merge branch 'sp/ignorecase' | Junio C Hamano | 2008-05-23 | 2 | -1/+36 |
|\ \ \ \ | |||||
| * | | | | t0050: Fix merge test on case sensitive file systems | Steffen Prohaska | 2008-05-17 | 1 | -0/+2 |
| * | | | | t0050: Add test for case insensitive add | Steffen Prohaska | 2008-05-11 | 1 | -0/+10 |
| * | | | | t0050: Set core.ignorecase case to activate case insensitivity | Steffen Prohaska | 2008-05-11 | 1 | -0/+1 |
| * | | | | t0050: Test autodetect core.ignorecase | Steffen Prohaska | 2008-05-11 | 1 | -0/+16 |
| * | | | | git-init: autodetect core.ignorecase | Dmitry Potapov | 2008-05-11 | 1 | -1/+7 |
| |/ / / | |||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-05-23 | 4 | -11/+18 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'maint-1.5.4' into maintv1.5.5.2 | Junio C Hamano | 2008-05-23 | 1 | -6/+12 |
| |\ \ \ \ | |||||
| | * | | | | rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref | Johannes Sixt | 2008-05-23 | 1 | -6/+12 |
| * | | | | | Add missing "short" alternative to --date in rev-list-options.txt | Heikki Orsila | 2008-05-22 | 1 | -1/+1 |
| * | | | | | git-show.txt: Not very stubby these days. | Jon Loeliger | 2008-05-22 | 1 | -2/+0 |
| * | | | | | Clarify repack -n documentation | Shawn O. Pearce | 2008-05-22 | 1 | -2/+5 |
* | | | | | | Add log.date config variable | Heikki Orsila | 2008-05-23 | 3 | -1/+18 |
* | | | | | | Updated status to show 'Not currently on any branch' in red | Chris Parsons | 2008-05-22 | 3 | -5/+13 |
* | | | | | | pull --rebase: exit early when the working directory is dirty | Johannes Schindelin | 2008-05-22 | 2 | -0/+23 |
* | | | | | | gitweb: Convert string to internal form before chopping in chop_str | Anders Waldenborg | 2008-05-22 | 1 | -0/+4 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-05-21 | 2 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-21 | 2 | -3/+3 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | git-am: fix typo in usage message | Jeff King | 2008-05-19 | 1 | -1/+1 |
| | * | | | | doc/git-daemon: s/uploadarchive/uploadarch/ | Jeff King | 2008-05-19 | 1 | -2/+2 |
* | | | | | | Merge branch 'ar/add-unreadable' | Junio C Hamano | 2008-05-21 | 8 | -21/+114 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a config option to ignore errors for git-add | Alex Riesen | 2008-05-12 | 2 | -1/+31 |
| * | | | | | | Add a test for git-add --ignore-errors | Alex Riesen | 2008-05-12 | 1 | -0/+22 |
| * | | | | | | Add --ignore-errors to git-add to allow it to skip files with read errors | Alex Riesen | 2008-05-12 | 2 | -3/+15 |
| * | | | | | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 | 4 | -12/+37 |
| * | | | | | | Make the exit code of add_file_to_index actually useful | Alex Riesen | 2008-05-12 | 4 | -9/+13 |
* | | | | | | | Merge branch 'ds/branch-auto-rebase' | Junio C Hamano | 2008-05-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-12 | 6 | -1/+294 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sv/first-parent' | Junio C Hamano | 2008-05-21 | 1 | -8/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | revision.c: really honor --first-parent | Lars Hjemli | 2008-05-12 | 1 | -4/+4 |
| * | | | | | | | Simplify and fix --first-parent implementation | Stephen R. van den Berg | 2008-04-29 | 1 | -6/+4 |
* | | | | | | | | Merge branch 'np/pack' | Junio C Hamano | 2008-05-21 | 1 | -79/+120 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pack-objects: fix early eviction for max depth delta objects | Nicolas Pitre | 2008-05-03 | 1 | -1/+1 |
| * | | | | | | | | pack-objects: allow for early delta deflating | Nicolas Pitre | 2008-05-03 | 1 | -1/+36 |
| * | | | | | | | | pack-objects: move compression code in a separate function | Nicolas Pitre | 2008-05-03 | 1 | -24/+29 |
| * | | | | | | | | pack-objects: clean up write_object() a bit | Nicolas Pitre | 2008-05-03 | 1 | -31/+33 |