summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* signed push: fortify against replay attacksJunio C Hamano2014-09-174-9/+35
* signed push: add "pushee" header to push certificateJunio C Hamano2014-09-151-0/+6
* signed push: remove duplicated protocol infoJunio C Hamano2014-09-152-3/+42
* receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-151-5/+19
* push: the beginning of "git push --signed"Junio C Hamano2014-09-153-2/+32
* pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-151-2/+2
* Sync with 2.0.4Junio C Hamano2014-07-302-1/+7
|\
| * Git 2.0.4Junio C Hamano2014-07-302-1/+7
* | Update draft release notes to 2.1Junio C Hamano2014-07-301-3/+5
* | Git 2.1.0-rc0Junio C Hamano2014-07-271-0/+22
* | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-271-0/+10
|\ \
| * | contrib: add convert-grafts-to-replace-refs.shChristian Couder2014-07-211-1/+3
| * | Documentation: replace: add --graft optionChristian Couder2014-07-211-0/+8
* | | Sync with v2.0.3Junio C Hamano2014-07-232-2/+20
|\ \ \ | | |/ | |/|
| * | Git 2.0.3Junio C Hamano2014-07-232-1/+19
| * | git.1: switch homepage for statsStefan Beller2014-07-231-1/+1
* | | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-231-0/+5
|\ \ \
| * | | string-list: add string_list initializer helper functionTanay Abhra2014-07-211-0/+5
* | | | Merge branch 'jk/tag-sort'Junio C Hamano2014-07-232-1/+9
|\ \ \ \
| * | | | tag: support configuring --sort via .gitconfigJacob Keller2014-07-172-1/+9
* | | | | Sync with maintJunio C Hamano2014-07-221-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'po/error-message-style' into maintJunio C Hamano2014-07-221-0/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'ye/doc-http-proto' into maintJunio C Hamano2014-07-221-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jm/api-strbuf-doc' into maintJunio C Hamano2014-07-221-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jm/doc-wording-tweaks' into maintJunio C Hamano2014-07-222-9/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'maint-1.9' into maintJunio C Hamano2014-07-221-1/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-221-1/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Documentation: fix missing text for rev-parse --verifybrian m. carlson2014-07-221-1/+1
* | | | | | | | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-222-18/+138
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | api-trace.txt: add trace API documentationKarsten Blees2014-07-131-0/+97
| * | | | | | | | | | | git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-131-0/+5
| * | | | | | | | | | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-131-2/+2
| * | | | | | | | | | | Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesKarsten Blees2014-07-131-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.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-251-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