aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'gf/maint-sh-setup-nongit-ok' into maint-1.6.6Junio C Hamano2010-03-07
|\
| * require_work_tree broken with NONGIT_OKGabriel Filion2010-02-17
* | Merge branch 'jk/maint-rmdir-fix' into maint-1.6.6Junio C Hamano2010-03-07
|\ \
| * | rm: fix bug in recursive subdirectory removalJeff King2010-02-18
* | | Merge branch 'rs/optim-text-wrap' into maint-1.6.6Junio C Hamano2010-03-07
|\ \ \
| * | | utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-20
| * | | utf8.c: remove strbuf_write()René Scharfe2010-02-20
| * | | utf8.c: remove print_spaces()René Scharfe2010-02-20
| * | | utf8.c: remove print_wrapped_text()René Scharfe2010-02-20
* | | | Merge branch 'tr/maint-cherry-pick-list' into maint-1.6.6Junio C Hamano2010-03-07
|\ \ \ \
| * | | | cherry_pick_list: quit early if one side is emptyThomas Rast2010-02-20
* | | | | Merge branch 'cc/maint-bisect-paths' into maint-1.6.6Junio C Hamano2010-03-07
|\ \ \ \ \
| * | | | | bisect: error out when passing bad path parametersChristian Couder2010-03-01
* | | | | | Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-03-04
|\ \ \ \ \ \
| * | | | | | Remove extra '-' from git-am(1)Michal Sojka2010-03-04
| |/ / / / /
* | | | | | t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt2010-02-25
* | | | | | Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-02-16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | dwim_ref: fix dangling symref warningJeff King2010-02-16
| * | | | | stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-15
| * | | | | diff: make sure --output=/bad/path is caughtLarry D'Anna2010-02-15
* | | | | | Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-15
* | | | | | fix minor memory leak in get_tree_entry()René Scharfe2010-02-14
* | | | | | Fix typo in 1.6.6.2 release notesJunio C Hamano2010-02-12
* | | | | | Re-fix check-ref-format documentation mark-upJunio C Hamano2010-02-12
* | | | | | filter-branch: Fix error message for --prune-empty --commit-filterJacob Helwig2010-02-11
* | | | | | Git 1.6.6.2v1.6.6.2Junio C Hamano2010-02-10
* | | | | | Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | t8003: check exit code of command and error message separatelyJunio C Hamano2010-02-10
* | | | | | Merge branch 'sp/maint-fast-import-large-blob' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \
| * | | | | | fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-01
* | | | | | | Merge branch 'gp/maint-cvsserver' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \
| * | | | | | | git-cvsserver: allow regex metacharacters in CVSROOTGerrit Pape2010-01-26
* | | | | | | | Merge branch 'jc/maint-reflog-bad-timestamp' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \
| * | | | | | | | t0101: use a fixed timestamp when searching in the reflogJunio C Hamano2010-01-27
| * | | | | | | | Update @{bogus.timestamp} fix not to die()Junio C Hamano2010-01-27
| * | | | | | | | approxidate_careful() reports errorneous date stringJunio C Hamano2010-01-26
| |/ / / / / / /
* | | | | | | | Merge branch 'il/maint-xmallocz' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix integer overflow in unpack_compressed_entry()Ilari Liusvaara2010-01-26
| * | | | | | | | Fix integer overflow in unpack_sha1_rest()Ilari Liusvaara2010-01-26
| * | | | | | | | Fix integer overflow in patch_delta()Ilari Liusvaara2010-01-26
| * | | | | | | | Add xmallocz()Ilari Liusvaara2010-01-26
| |/ / / / / / /
* | | | | | | | Merge branch 'jh/maint-config-file-prefix' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland2010-01-26
* | | | | | | | | Merge branch 'nd/include-termios-for-osol' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing #include to support TIOCGWINSZ on SolarisNguyễn Thái Ngọc Duy2010-01-11
* | | | | | | | | | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | checkout -m path: fix recreating conflictsJunio C Hamano2010-01-06
* | | | | | | | | | | Merge branch 'rs/maint-archive-match-pathspec' into maintJunio C Hamano2010-02-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | archive: complain about path specs that don't match anythingRené Scharfe2009-12-30
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | check-ref-format documentation: fix enumeration mark-upJunio C Hamano2010-02-10