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