aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* 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
| * | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-15
| * | receive-pack: do not overallocate command structureJunio C Hamano2014-09-15
* | | Merge branch 'jk/mbox-from-line'Junio C Hamano2014-09-29
|\ \ \
| * | | mailinfo: work around -Wstring-plus-int warningEric Sunshine2014-09-22
| * | | mailinfo: make ">From" in-body header check more robustJeff King2014-09-16
* | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\ \ \ \
| * | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
* | | | | Merge branch 'jk/branch-verbose-merged'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | branch: clean up commit flags after merge-filter walkJeff King2014-09-18
| |/ / / /
* | | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
| |/ / / /
* | | | | Merge branch 'jc/ignore-sigpipe-while-running-hooks'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2014-09-16
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/prune-packed-server-info'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe2014-09-15
| * | | | | prune-packed: fix minor memory leakJeff King2014-09-15
| |/ / / /
* | | | | Merge branch 'jc/hash-object'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | hash-object: add --literally optionJunio C Hamano2014-09-11
| * | | | | hash-object: pass 'write_object' as a flagJunio C Hamano2014-09-11
| * | | | | hash-object: reduce file-scope staticsJunio C Hamano2014-09-11
| | |/ / / | |/| | |
* | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\ \ \ \ \
| * | | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-10
* | | | | | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-19
|\ \ \ \ \ \
| * | | | | | fsck: return non-zero status on missing ref tipsJeff King2014-09-12
| * | | | | | fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-10
* | | | | | | Merge branch 'mr/mark-i18n-log-rerere'Junio C Hamano2014-09-19
|\ \ \ \ \ \ \
| * | | | | | | builtin/log.c: mark strings for translationMatthias Ruester2014-09-15
| | |_|_|/ / / | |/| | | | |