Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'ps/config-error' | Junio C Hamano | 2016-02-26 |
|\ | |||
| * | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 2016-02-22 |
| * | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 2016-02-22 |
| * | config: introduce set_or_die wrappers | Patrick Steinhardt | 2016-02-16 |
| * | Merge branch 'jk/ref-cache-non-repository-optim' into maint | Junio C Hamano | 2016-02-05 |
| |\ | |||
| * \ | Merge branch 'jk/clang-pedantic' into maint | Junio C Hamano | 2016-02-05 |
| |\ \ | |||
* | \ \ | Merge branch 'ls/config-origin' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ | |||
| * | | | | config: add 'origin_type' to config_source struct | Lars Schneider | 2016-02-22 |
| * | | | | rename git_config_from_buf to git_config_from_mem | Lars Schneider | 2016-02-19 |
| |/ / / | |||
* | | | | Merge branch 'jc/am-i-v-fix' | Junio C Hamano | 2016-02-24 |
|\ \ \ \ | |||
| * | | | | pager: factor out a helper to prepare a child process to run the pager | Junio C Hamano | 2016-02-17 |
* | | | | | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 |
|\ \ \ \ \ | |||
| * | | | | | test-dump-untracked-cache: don't modify the untracked cache | Christian Couder | 2016-01-27 |
| * | | | | | config: add core.untrackedCache | Christian Couder | 2016-01-27 |
* | | | | | | Merge branch 'jk/ref-cache-non-repository-optim' | Junio C Hamano | 2016-02-03 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | clean: make is_git_repository a public function | Jeff King | 2016-01-25 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'jk/clang-pedantic' | Junio C Hamano | 2016-01-20 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | avoid shifting signed integers 31 bits | Jeff King | 2016-01-04 |
| * | | | | Merge branch 'ad/sha1-update-chunked' into maint | Junio C Hamano | 2015-12-08 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'dk/gc-idx-wo-pack' into maint | Junio C Hamano | 2015-12-04 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'dt/name-hash-dir-entry-fix' into maint | Junio C Hamano | 2015-11-03 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'mk/submodule-gitdir-path' into maint | Junio C Hamano | 2015-11-03 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'js/clone-dissociate' into maint | Junio C Hamano | 2015-11-03 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/repository-extension' into maint | Junio C Hamano | 2015-11-03 |
| |\ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-01-20 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 2015-09-06 |
* | | | | | | | | | | | | Merge branch 'jk/pack-revindex' | Junio C Hamano | 2016-01-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | pack-revindex: store entries directly in packed_git | Jeff King | 2015-12-21 |
| * | | | | | | | | | | | pack-revindex: drop hash table | Jeff King | 2015-12-21 |
* | | | | | | | | | | | | Merge branch 'bc/format-patch-null-from-line' | Junio C Hamano | 2015-12-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||
| * | | | | | | | | | | | sha1_file.c: introduce a null_oid constant | brian m. carlson | 2015-12-14 |
* | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | |||
| * | | | | | | | | | | | sha1_file: introduce has_object_file helper. | brian m. carlson | 2015-11-20 |
* | | | | | | | | | | | | Merge branch 'dt/refs-backend-pre-vtable' | Junio C Hamano | 2015-12-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | initdb: make safe_create_dir public | David Turner | 2015-11-20 |
* | | | | | | | | | | | | | Merge branch 'ad/sha1-update-chunked' | Junio C Hamano | 2015-12-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | sha1: allow limiting the size of the data passed to SHA1_Update() | Atousa Pahlevan Duprat | 2015-11-05 |
| * | | | | | | | | | | | sha1: provide another level of indirection for the SHA-1 functions | Atousa Pahlevan Duprat | 2015-11-05 |
* | | | | | | | | | | | | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 2015-11-20 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||
| * | | | | | | | | | | prepare_packed_git(): refactor garbage reporting in pack directory | Junio C Hamano | 2015-08-17 |
* | | | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix' | Junio C Hamano | 2015-10-29 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||
| * | | | | | | | | | | name-hash: don't reuse cache_entry in dir_entry | David Turner | 2015-10-21 |
| | |/ / / / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'jk/repository-extension' | Junio C Hamano | 2015-10-26 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | |||
| * | | | | | | | | | introduce "preciousObjects" repository extension | Jeff King | 2015-06-24 |
| * | | | | | | | | | introduce "extensions" form of core.repositoryformatversion | Jeff King | 2015-06-24 |
| | |/ / / / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | add_packed_git: convert strcpy into xsnprintf | Jeff King | 2015-09-25 |
| * | | | | | | | | | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 2015-09-25 |
| * | | | | | | | | | add git_path_buf helper function | Jeff King | 2015-09-25 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'js/clone-dissociate' | Junio C Hamano | 2015-10-15 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | |