| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'lt/default-abbrev' | Junio C Hamano | 2011-03-23 | 1 | -0/+1 |
|\ |
|
| * | Make the default abbrev length configurable | Linus Torvalds | 2011-03-11 | 1 | -0/+1 |
* | | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 1 | -2/+2 |
* | | Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" | Junio C Hamano | 2011-03-10 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 | 1 | -18/+8 |
|\ |
|
| * | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -24/+8 |
| * | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -2/+8 |
* | | Merge branch 'ks/maint-getenv-fix' | Junio C Hamano | 2010-12-08 | 1 | -0/+1 |
|\ \ |
|
| * | | setup: make sure git_dir path is in a permanent buffer, getenv(3) case | Kirill Smelkov | 2010-11-12 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'jn/thinner-wrapper' | Junio C Hamano | 2010-12-03 | 1 | -0/+37 |
|\ \ |
|
| * | | wrapper: move odb_* to environment.c | Jonathan Nieder | 2010-11-10 | 1 | -0/+37 |
| |/ |
|
* | | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 2010-12-03 | 1 | -0/+11 |
|\ \ |
|
| * | | commit: helper methods to reduce redundant blocks of code | Pat Notz | 2010-11-04 | 1 | -0/+11 |
| |/ |
|
* | | core.abbrevguard: Ensure short object names stay unique a bit longer | Junio C Hamano | 2010-10-28 | 1 | -0/+1 |
|/ |
|
* | setup: make sure git dir path is in a permanent buffer | Jonathan Nieder | 2010-10-03 | 1 | -1/+3 |
* | environment.c: remove unused variable | Jonathan Nieder | 2010-10-03 | 1 | -3/+1 |
* | Merge branch 'kf/askpass-config' | Junio C Hamano | 2010-09-08 | 1 | -0/+1 |
|\ |
|
| * | Add a new option 'core.askpass'. | Anselm Kruis | 2010-08-31 | 1 | -0/+1 |
* | | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 2010-09-08 | 1 | -0/+1 |
|\ \ |
|
| * | | do not pass "git -c foo=bar" params to transport helpers | Jonathan Nieder | 2010-08-24 | 1 | -0/+1 |
| |/ |
|
* | | git wrapper: introduce startup_info struct | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'eb/core-eol' | Junio C Hamano | 2010-06-21 | 1 | -1/+2 |
|\ |
|
| * | Add "core.eol" config variable | Eyvind Bernhardsen | 2010-06-06 | 1 | -0/+1 |
| * | Add per-repository eol normalization | Eyvind Bernhardsen | 2010-05-19 | 1 | -1/+1 |
* | | Refactor list of of repo-local env vars | Giuseppe Bilotta | 2010-02-24 | 1 | -0/+17 |
|/ |
|
* | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -0/+1 |
|\ |
|
| * | unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+1 |
* | | Merge branch 'cc/replace' | Junio C Hamano | 2009-11-23 | 1 | -0/+2 |
|\ \ |
|
| * | | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 2009-11-20 | 1 | -0/+2 |
* | | | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -0/+1 |
|\ \ |
|
| * | | environment: add global variable to disable replacement | Christian Couder | 2009-05-31 | 1 | -0/+1 |
* | | | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 2009-08-05 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'js/maint-graft-unhide-true-parents' | Junio C Hamano | 2009-07-25 | 1 | -0/+1 |
|\ \ |
|
| * | | git repack: keep commits hidden by a graft | Johannes Schindelin | 2009-07-24 | 1 | -0/+1 |
| |/ |
|
* | | push: do not give big warning when no preference is configured | Junio C Hamano | 2009-07-18 | 1 | -1/+1 |
|/ |
|
* | Rename core.unreliableHardlinks to core.createObject | Johannes Schindelin | 2009-04-29 | 1 | -3/+3 |
* | Add an option not to use link(src, dest) && unlink(src) when that is unreliable | Johannes Schindelin | 2009-04-25 | 1 | -0/+4 |
* | New config push.default to decide default behavior for push | Finn Arne Gangstad | 2009-03-17 | 1 | -0/+1 |
* | Revert "Merge branch 'js/notes'" | Junio C Hamano | 2009-02-10 | 1 | -1/+0 |
* | Introduce commit notes | Johannes Schindelin | 2008-12-21 | 1 | -0/+1 |
* | Add cache preload facility | Linus Torvalds | 2008-11-14 | 1 | -0/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 1 | -1/+1 |
|\ |
|
| * | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 1 | -1/+1 |
* | | Merge branch 'ar/maint-mksnpath' into ar/mksnpath | Junio C Hamano | 2008-10-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 2008-10-30 | 1 | -1/+1 |
* | | add have_git_dir() function | Dmitry Potapov | 2008-09-30 | 1 | -0/+5 |
|/ |
|
* | Make use of stat.ctime configurable | Alex Riesen | 2008-07-28 | 1 | -0/+1 |
* | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 1 | -1/+0 |
* | Merge branch 'lt/config-fsync' | Junio C Hamano | 2008-06-25 | 1 | -0/+1 |
|\ |
|