Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/add-2.0-u-A-sans-pathspec' | Junio C Hamano | 2014-03-07 | 1 | -1/+0 |
|\ | |||||
| * | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspec | Junio C Hamano | 2013-04-26 | 1 | -1/+0 |
* | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -0/+1 |
|\ \ | |||||
| * | | daemon: move daemonize() to libgit.a | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+1 |
* | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | sha1_file: export `git_open_noatime` | Vicent Marti | 2013-10-24 | 1 | -0/+1 |
* | | | | Merge branch 'nd/reset-intent-to-add' | Junio C Hamano | 2014-02-27 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-add | Nguyễn Thái Ngọc Duy | 2014-02-05 | 1 | -0/+1 |
* | | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 2014-02-27 | 1 | -2/+0 |
|\ \ \ \ \ | |||||
| * | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+0 |
| |/ / / / | |||||
* | | | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' | Junio C Hamano | 2014-02-27 | 1 | -1/+5 |
|\ \ \ \ \ | |||||
| * | | | | | read-cache.c: extend make_cache_entry refresh flag with options | Brad King | 2014-02-24 | 1 | -1/+3 |
| * | | | | | read-cache.c: refactor --ignore-missing implementation | Brad King | 2014-02-24 | 1 | -0/+2 |
| * | | | | | Merge branch 'jc/upload-pack-send-symref' into maint | Junio C Hamano | 2013-11-08 | 1 | -1/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | connect.c: make parse_feature_value() static | Junio C Hamano | 2013-09-17 | 1 | -1/+0 |
| * | | | | | | Merge branch 'jk/format-patch-from' into maint | Junio C Hamano | 2013-10-28 | 1 | -0/+9 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 2014-02-27 | 1 | -11/+9 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | name-hash: retire unused index_name_exists() | Eric Sunshine | 2014-02-24 | 1 | -2/+0 |
| * | | | | | | remove old hash.[ch] implementation | Karsten Blees | 2013-11-18 | 1 | -1/+0 |
| * | | | | | | name-hash.c: remove cache entries instead of marking them CE_UNHASHED | Karsten Blees | 2013-11-18 | 1 | -4/+2 |
| * | | | | | | name-hash.c: use new hash map implementation for cache entries | Karsten Blees | 2013-11-18 | 1 | -3/+5 |
| * | | | | | | name-hash.c: use new hash map implementation for directories | Karsten Blees | 2013-11-18 | 1 | -1/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -2/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | safe_create_leading_directories(): add new error value SCLD_VANISHED | Michael Haggerty | 2014-01-06 | 1 | -1/+9 |
| * | | | | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 1 | -2/+15 |
* | | | | | | | Merge branch 'mh/retire-ref-fetch-rules' | Junio C Hamano | 2014-01-27 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@foo | Michael Haggerty | 2014-01-14 | 1 | -3/+6 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+1 |
| * | | | | | | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_object_info_extended: provide delta base sha1s | Jeff King | 2013-12-26 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | 1 | -1/+1 |
* | | | | | | sha1_file.c: add lookup_replace_object_extended() to pass flags | Christian Couder | 2013-12-12 | 1 | -0/+6 |
* | | | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT | Christian Couder | 2013-12-12 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge branch 'sb/refs-code-cleanup' | Junio C Hamano | 2013-11-01 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | cache: remove unused function 'have_git_dir'sb/refs-code-cleanup | Stefan Beller | 2013-10-28 | 1 | -1/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'nd/lift-path-max' | Junio C Hamano | 2013-10-30 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | checkout_entry(): clarify the use of topath[] parameternd/lift-path-max | Junio C Hamano | 2013-10-24 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 2013-10-28 | 1 | -0/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Use simpler relative_path when set_git_dirjx/relative-path-regression-fix | Jiang Xin | 2013-10-14 | 1 | -0/+1 |
* | | | | | Merge branch 'jk/format-patch-from' | Junio C Hamano | 2013-10-17 | 1 | -0/+9 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | format-patch: print in-body "From" only when neededjk/format-patch-from | Jeff King | 2013-09-20 | 1 | -0/+9 |
* | | | | | Merge branch 'es/name-hash-no-trailing-slash-in-dirs' | Junio C Hamano | 2013-10-17 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | name-hash: refactor polymorphic index_name_exists() | Eric Sunshine | 2013-09-17 | 1 | -0/+4 |
* | | | | | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-09-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 2013-09-03 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 2013-09-12 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | git-config: always treat --int as 64-bit internally | Jeff King | 2013-09-09 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'tg/index-struct-sizes' | Junio C Hamano | 2013-09-09 | 1 | -5/+5 |
|\ \ \ \ \ |