aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAge
* Merge branch 'hn/string-list-doc'Junio C Hamano2017-10-11
|\
| * api-argv-array.txt: remove broken link to string-list APITodd Zullinger2017-10-06
* | Merge branch 'jr/hash-migration-plan-doc'Junio C Hamano2017-10-11
|\ \ | |/ |/|
| * technical doc: add a design doc for hash function transitionJonathan Nieder2017-09-28
* | string-list.h: move documentation from Documentation/api/ into headerHan-Wen Nienhuys2017-09-27
|/
* Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano2017-09-19
|\
| * config: remove git_config_maybe_boolMartin Ågren2017-09-07
* | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\ \
| * | refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
* | | Merge branch 'ma/up-to-date'Junio C Hamano2017-09-10
|\ \ \ | |/ / |/| |
| * | treewide: correct several "up-to-date" to "up to date"Martin Ågren2017-08-23
* | | Merge branch 'rs/object-id'Junio C Hamano2017-08-24
|\ \ \ | |_|/ |/| |
| * | tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe2017-08-14
* | | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22
|\ \ \ | |/ / |/| |
| * | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07
* | | Merge branch 'ma/pager-per-subcommand-action'Junio C Hamano2017-08-11
|\ \ \
| * | | builtin.h: take over documentation from api-builtin.txtMartin Ågren2017-08-03
| | |/ | |/|
* | | Documentation: migrate sub-process docs to headerJonathan Tan2017-07-26
|/ /
* | hashmap: migrate documentation from Documentation/technical into headerStefan Beller2017-06-30
* | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-02
|\ \
| * | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-22
| |/
* | Merge branch 'bp/sub-process-convert-filter'Junio C Hamano2017-05-30
|\ \
| * | sub-process: move sub-process functions into separate filesBen Peart2017-05-15
* | | Merge branch 'jt/push-options-doc'Junio C Hamano2017-05-23
|\ \ \
| * | | receive-pack: verify push options in certJonathan Tan2017-05-10
| | |/ | |/|
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ \
| * | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | | Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano2017-04-23
|\ \ \ \ | |/ / / |/| | |
| * | | fetch-pack: show clearer error message upon ERRJonathan Tan2017-04-17
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \ | |_|/ |/| |
| * | Documentation: update and rename api-sha1-array.txtbrian m. carlson2017-03-31
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-28
|\ \ \ | |/ / |/| |
| * | hashmap: document memihash_cont, hashmap_disallow_rehash apiJeff Hostetler2017-03-23
* | | Merge branch 'bw/attr'Junio C Hamano2017-02-27
|\ \ \
| * | | attr: retire git_check_attrs() APIJunio C Hamano2017-02-01
* | | | Merge branch 'jk/describe-omit-some-refs'Junio C Hamano2017-02-27
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: add documentation for OPT_STRING_LISTJacob Keller2017-01-19
* | | | Merge branch 'sb/in-core-index-doc'Junio C Hamano2017-01-31
|\ \ \ \ | | |_|/ | |/| |
| * | | documentation: retire unfinished documentationStefan Beller2017-01-19
| |/ /
* | | Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano2017-01-31
|\ \ \
| * | | clear_delta_base_cache(): don't modify hashmap while iteratingJeff King2017-01-19
| |/ /
* | | Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-18
|\ \ \ | |_|/ |/| |
| * | pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-08
| |/
* | submodule-config: clarify parsing of null_sha1 elementStefan Beller2016-11-22
* | submodule-config: rename commit_sha1 to treeish_nameStefan Beller2016-11-22
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-13
| * upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-13
* | sha1_array: let callbacks interrupt iterationJeff King2016-09-26