summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kb/perf-trace'Junio C Hamano2014-07-222-18/+138
|\
| * api-trace.txt: add trace API documentationKarsten Blees2014-07-141-0/+97
| * git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-141-0/+5
| * sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-141-2/+2
| * Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesKarsten Blees2014-07-141-16/+34
* | Ninth batch for 2.1Junio C Hamano2014-07-211-0/+4
* | Merge branch 'kb/hashmap-updates'Junio C Hamano2014-07-211-4/+50
|\ \
| * | hashmap: add string interning APIKarsten Blees2014-07-071-0/+15
| * | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+14
| * | hashmap: improve struct hashmap member documentationKarsten Blees2014-07-071-4/+12
| * | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+9
* | | Sync with 2.0.2Junio C Hamano2014-07-162-1/+21
|\ \ \
| * | | Git 2.0.2v2.0.2Junio C Hamano2014-07-162-1/+21
* | | | Eighth batch for 2.1Junio C Hamano2014-07-161-1/+31
* | | | Merge branch 'po/error-message-style'Junio C Hamano2014-07-161-0/+9
|\ \ \ \
| * | | | doc: give some guidelines for error messagesPhilip Oakley2014-07-101-0/+9
* | | | | Merge branch 'jk/replace-edit-raw'Junio C Hamano2014-07-161-0/+8
|\ \ \ \ \
| * | | | | replace: add a --raw mode for --editJeff King2014-06-261-0/+8
* | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-164-0/+54
|\ \ \ \ \ \
| * | | | | | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-131-0/+4
| * | | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+11
| * | | | | | read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-132-0/+39
* | | | | | | Merge branch 'maint'Junio C Hamano2014-07-101-0/+13
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Start preparing for 2.0.2Junio C Hamano2014-07-101-0/+13
| * | | | | | Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano2014-07-101-1/+1
| |\ \ \ \ \ \
* | | | | | | | Seventh batch for 2.1Junio C Hamano2014-07-101-0/+22
* | | | | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-0/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-241-0/+28
* | | | | | | | | Sixth batch for 2.1Junio C Hamano2014-07-091-0/+18
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Sync with maintJunio C Hamano2014-06-252-1/+117
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Git 2.0.1v2.0.1Junio C Hamano2014-06-252-1/+117
| * | | | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-252-3/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Fifth batch for 2.1Junio C Hamano2014-06-251-2/+14
* | | | | | | | Merge branch 'ye/doc-http-proto'Junio C Hamano2014-06-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616Yi EungJun2014-06-161-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'mc/doc-submodule-sync-recurse'Junio C Hamano2014-06-251-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | submodule: document "sync --recursive"Matthew Chen2014-06-141-1/+1
* | | | | | | | Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-251-7/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | repack: introduce repack.writeBitmaps config optionJeff King2014-06-101-7/+10
* | | | | | | | | Fourth batch for 2.1Junio C Hamano2014-06-201-0/+9
* | | | | | | | | Merge branch 'jc/fetch-pull-refmap'Junio C Hamano2014-06-203-57/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: Explain the purpose of fetch's and pull's <refspec> parameter.Marc Branchaud2014-06-122-6/+16
| * | | | | | | | | fetch: allow explicit --refmap to override configurationJunio C Hamano2014-06-062-0/+12
| * | | | | | | | | fetch doc: add a section on configured remote-tracking branchesJunio C Hamano2014-06-051-0/+45
| * | | | | | | | | fetch doc: remove "short-cut" sectionJunio C Hamano2014-06-051-13/+3
| * | | | | | | | | fetch doc: update refspec format descriptionJunio C Hamano2014-06-051-0/+1
| * | | | | | | | | fetch doc: on pulling multiple refspecsJunio C Hamano2014-06-051-7/+12
| * | | | | | | | | fetch doc: remove notes on outdated "mixed layout"Junio C Hamano2014-06-021-13/+0
| * | | | | | | | | fetch doc: update note on '+' in front of the refspecJunio C Hamano2014-06-021-9/+9
| * | | | | | | | | fetch doc: move FETCH_HEAD material lower and add an exampleMarc Branchaud2014-06-021-8/+21