aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\
| * use env_array member of struct child_processRené Scharfe2014-10-19
* | Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano2014-10-24
|\ \
| * | pack-objects: turn off bitmaps when we split packsJeff King2014-10-19
* | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-21
|\ \ \
| * | | remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg2014-10-15
| * | | for-each-ref: skip and warn about broken ref namesRonnie Sahlberg2014-10-15
| * | | refs.c: allow listing and deleting badly named refsRonnie Sahlberg2014-10-15
| * | | branch -d: simplify by using RESOLVE_REF_READINGRonnie Sahlberg2014-10-15
| * | | branch -d: avoid repeated symref resolutionJonathan Nieder2014-10-15
| * | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
| * | | fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg2014-10-15
| * | | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-20
|\ \ \ \
| * | | | trailer: add interpret-trailers commandChristian Couder2014-10-13
* | | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \ \ \ \
| * | | | | color_parse: do not mention variable name in error messageJeff King2014-10-14
| * | | | | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-14
| * | | | | Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/index-pack-threading-races' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/send-pack-many-refspecs' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano2014-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | receive-pack: plug minor memory leak in unpack()René Scharfe2014-10-13
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | doc: add 'everyday' to 'git help'Philip Oakley2014-10-10
* | | | | | | | | | | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-07
* | | | | | | | | | | | Merge branch 'rs/mailsplit'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mailsplit: remove unnecessary unlink(2) callRené Scharfe2014-10-07
* | | | | | | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
| * | | | | | | | | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
| * | | | | | | | | | | | | try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty2014-10-01
| * | | | | | | | | | | | | try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty2014-10-01
| * | | | | | | | | | | | | prepare_index(): declare return value to be (const char *)Michael Haggerty2014-10-01
| * | | | | | | | | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-01
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-25
| * | | | | | | | | | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-17
| * | | | | | | | | | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
| * | | | | | | | | | | | signed push: fortify against replay attacksJunio C Hamano2014-09-17
| * | | | | | | | | | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-15
| * | | | | | | | | | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-15
| * | | | | | | | | | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-15
| * | | | | | | | | | | | receive-pack: factor out capability string generationJunio C Hamano2014-09-15
| * | | | | | | | | | | | receive-pack: factor out queueing of commandJunio C Hamano2014-09-15
| * | | | | | | | | | | | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-15