Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/pack-protocol-mention-smart-http' | Junio C Hamano | 2015-06-16 | 1 | -3/+3 |
|\ | |||||
| * | Documentation/technical/pack-protocol: mention http as possible protocol | Stefan Beller | 2015-06-02 | 1 | -3/+3 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+1 |
* | | | Merge branch 'jk/at-push-sha1' | Junio C Hamano | 2015-06-05 | 1 | -4/+0 |
|\ \ \ | |||||
| * | | | remote.c: drop "remote" pointer from "struct branch" | Jeff King | 2015-05-21 | 1 | -4/+0 |
* | | | | Merge branch 'fm/fetch-raw-sha1' | Junio C Hamano | 2015-06-01 | 2 | -1/+9 |
|\ \ \ \ | |||||
| * | | | | upload-pack: optionally allow fetching reachable sha1 | Fredrik Medley | 2015-05-23 | 2 | -1/+9 |
* | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -0/+62 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+4 |
| * | | | | untracked cache: save to an index extension | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+58 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ps/doc-packfile-vs-pack-file' | Junio C Hamano | 2015-05-22 | 1 | -5/+5 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | doc: fix inconsistent spelling of "packfile" | Patrick Steinhardt | 2015-05-22 | 1 | -2/+2 |
| * | | | pack-protocol.txt: fix insconsistent spelling of "packfile" | Patrick Steinhardt | 2015-05-17 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'jn/doc-api-errors' | Junio C Hamano | 2015-03-28 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | api-error-handling doc: typofix | Thomas Ackermann | 2015-03-28 | 1 | -1/+1 |
* | | | Merge branch 'jk/strbuf-doc-to-header' | Junio C Hamano | 2015-02-26 | 1 | -351/+0 |
|\ \ \ | |||||
| * | | | strbuf.h: integrate api-strbuf.txt documentation | Jeff King | 2015-01-16 | 1 | -351/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'jn/doc-api-errors' | Junio C Hamano | 2015-02-26 | 1 | -0/+75 |
|\ \ \ | | |/ | |/| | |||||
| * | | doc: document error handling functions and conventions | Jonathan Nieder | 2014-12-05 | 1 | -0/+75 |
| |/ | |||||
* | | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-02-11 | 1 | -2/+11 |
|\ \ | |||||
| * | | receive-pack.c: negotiate atomic push support | Ronnie Sahlberg | 2015-01-08 | 1 | -2/+11 |
| |/ | |||||
* | | Merge branch 'nd/split-index' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ \ | |||||
| * | | index-format.txt: add a missing closing quote | Nguyễn Thái Ngọc Duy | 2014-12-11 | 1 | -1/+1 |
* | | | Merge branch 'jk/credential-quit' | Junio C Hamano | 2014-12-22 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | credential: let helpers tell us to quit | Jeff King | 2014-12-04 | 1 | -1/+4 |
| * | | | Merge branch 'sp/pack-protocol-doc-on-shallow' into maint | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
| |\ \ \ | |||||
* | | | | | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 2014-11-25 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Documentation: typofixes | Thomas Ackermann | 2014-11-04 | 2 | -2/+2 |
* | | | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-10-31 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | api-run-command: add missing list item marker | René Scharfe | 2014-10-28 | 1 | -1/+1 |
* | | | | | run-command: add env_array, an optional argv_array for env | René Scharfe | 2014-10-20 | 1 | -0/+5 |
* | | | | | Merge branch 'mh/lockfile-stdio' | Junio C Hamano | 2014-10-14 | 1 | -11/+23 |
|\ \ \ \ \ | |||||
| * | | | | | fdopen_lock_file(): access a lockfile using stdio | Michael Haggerty | 2014-10-01 | 1 | -11/+23 |
* | | | | | | Merge branch 'mh/lockfile' | Junio C Hamano | 2014-10-14 | 1 | -54/+188 |
|\| | | | | | |||||
| * | | | | | get_locked_file_path(): new function | Michael Haggerty | 2014-10-01 | 1 | -0/+5 |
| * | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF | Michael Haggerty | 2014-10-01 | 1 | -2/+2 |
| * | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file() | Michael Haggerty | 2014-10-01 | 1 | -14/+20 |
| * | | | | | api-lockfile: document edge cases | Michael Haggerty | 2014-10-01 | 1 | -6/+14 |
| * | | | | | close_lock_file(): if close fails, roll back | Michael Haggerty | 2014-10-01 | 1 | -3/+4 |
| * | | | | | commit_lock_file(): die() if called for unlocked lockfile object | Michael Haggerty | 2014-10-01 | 1 | -1/+2 |
| * | | | | | api-lockfile: revise and expand the documentation | Michael Haggerty | 2014-10-01 | 1 | -54/+167 |
* | | | | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 2 | -5/+57 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | signed push: fortify against replay attacks | Junio C Hamano | 2014-09-17 | 2 | -3/+10 |
| * | | | | | signed push: add "pushee" header to push certificate | Junio C Hamano | 2014-09-15 | 1 | -0/+6 |
| * | | | | | signed push: remove duplicated protocol info | Junio C Hamano | 2014-09-15 | 2 | -3/+42 |
| * | | | | | pack-protocol doc: typofix for PKT-LINE | Junio C Hamano | 2014-09-15 | 1 | -2/+2 |
* | | | | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add macro REALLOC_ARRAY | René Scharfe | 2014-09-18 | 1 | -0/+3 |
* | | | | | | | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 2014-09-19 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |