Age | Commit message (Expand) | Author | Files | Lines |
2013-09-03 | Make setup_git_env() resolve .git file when $GIT_DIR is not specified | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |
2013-07-24 | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 1 | -0/+1 |
2013-07-12 | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 1 | -0/+1 |
2013-06-09 | core: use env variable instead of config var to turn on logging pack access | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2013-03-25 | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 1 | -4/+4 |
2013-03-08 | setup: suppress implicit "." work-tree for bare repos | Jeff King | 1 | -0/+1 |
2013-03-08 | environment: add GIT_PREFIX to local_repo_env | Jeff King | 1 | -0/+1 |
2013-03-08 | cache.h: drop LOCAL_REPO_ENV_SIZE | Jeff King | 1 | -4/+2 |
2013-02-04 | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 1 | -0/+6 |
2013-01-22 | Enable minimal stat checking | Robin Rosenberg | 1 | -0/+1 |
2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -0/+6 |
2012-07-08 | git on Mac OS and precomposed unicode | Torsten Bögershausen | 1 | -0/+1 |
2012-05-22 | move git_default_* variables to ident.c | Jeff King | 1 | -3/+0 |
2012-03-19 | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 1 | -1/+1 |
2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -0/+1 |
2011-12-09 | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 1 | -0/+2 |
2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -0/+1 |
2011-10-17 | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 1 | -0/+1 |
2011-10-09 | environment.c: Fix an sparse "symbol not declared" warning | Ramsay Jones | 1 | -0/+1 |
2011-10-07 | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 1 | -0/+1 |
2011-10-06 | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 1 | -0/+1 |
2011-10-05 | Change check_ref_format() to take a flags argument | Michael Haggerty | 1 | -1/+1 |
2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -1/+1 |
2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -1/+1 |
2011-08-17 | Merge branch 'js/ref-namespaces' | Junio C Hamano | 1 | -0/+41 |
2011-07-06 | core: log offset pack data accesses happened | Junio C Hamano | 1 | -0/+1 |
2011-07-06 | ref namespaces: infrastructure | Josh Triplett | 1 | -0/+41 |
2011-05-19 | Merge branch 'jc/replacing' | Junio C Hamano | 1 | -1/+1 |
2011-05-15 | inline lookup_replace_object() calls | Junio C Hamano | 1 | -1/+1 |
2011-05-09 | convert: rename the "eol" global variable to "core_eol" | Junio C Hamano | 1 | -1/+1 |
2011-04-27 | Merge branch 'jc/pack-objects-bigfile' | Junio C Hamano | 1 | -0/+1 |
2011-04-05 | Teach core.bigfilethreashold to pack-objects | Junio C Hamano | 1 | -0/+1 |
2011-03-23 | Merge branch 'lt/default-abbrev' | Junio C Hamano | 1 | -0/+1 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -2/+2 |
2011-03-11 | Make the default abbrev length configurable | Linus Torvalds | 1 | -0/+1 |
2011-03-10 | Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" | Junio C Hamano | 1 | -1/+0 |
2010-12-28 | Merge branch 'nd/setup' | Junio C Hamano | 1 | -18/+8 |
2010-12-22 | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 1 | -24/+8 |
2010-12-22 | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 1 | -2/+8 |
2010-12-08 | Merge branch 'ks/maint-getenv-fix' | Junio C Hamano | 1 | -0/+1 |
2010-12-03 | Merge branch 'jn/thinner-wrapper' | Junio C Hamano | 1 | -0/+37 |
2010-12-03 | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 1 | -0/+11 |
2010-11-12 | setup: make sure git_dir path is in a permanent buffer, getenv(3) case | Kirill Smelkov | 1 | -0/+1 |
2010-11-10 | wrapper: move odb_* to environment.c | Jonathan Nieder | 1 | -0/+37 |
2010-11-04 | commit: helper methods to reduce redundant blocks of code | Pat Notz | 1 | -0/+11 |
2010-10-28 | core.abbrevguard: Ensure short object names stay unique a bit longer | Junio C Hamano | 1 | -0/+1 |
2010-10-03 | setup: make sure git dir path is in a permanent buffer | Jonathan Nieder | 1 | -1/+3 |
2010-10-03 | environment.c: remove unused variable | Jonathan Nieder | 1 | -3/+1 |
2010-09-08 | Merge branch 'kf/askpass-config' | Junio C Hamano | 1 | -0/+1 |
2010-09-08 | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 1 | -0/+1 |