aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty2014-12-12
* expire_reflog(): move updateref to flags argumentMichael Haggerty2014-12-12
* expire_reflog(): move dry_run to flags argumentMichael Haggerty2014-12-12
* expire_reflog(): add a "flags" argumentMichael Haggerty2014-12-12
* expire_reflog(): extract two policy-related functionsMichael Haggerty2014-12-12
* Extract function should_expire_reflog_ent()Michael Haggerty2014-12-12
* expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty2014-12-12
* expire_reflog(): return early if the reference has no reflogMichael Haggerty2014-12-12
* expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty2014-12-12
* expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty2014-12-12
* Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-06
|\
| * fetch: load all default config at startupJeff King2014-11-04
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-31
|\ \
| * | receive-pack: avoid minor leak in case start_async() failsRené Scharfe2014-10-28
* | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-29
|\ \ \
| * | | pack-objects: double-check options before discarding objectsJeff King2014-10-19
| * | | repack: pack objects mentioned by the indexJeff King2014-10-19
| * | | pack-objects: use argv_arrayJeff King2014-10-19
| * | | make add_object_array_with_context interface more saneJeff King2014-10-16
| * | | pack-objects: match prune logic for discarding objectsJeff King2014-10-16
| * | | pack-objects: refactor unpack-unreachable expiration checkJeff King2014-10-16
| * | | prune: keep objects reachable from recent objectsJeff King2014-10-16
| * | | count-objects: use for_each_loose_file_in_objdirJeff King2014-10-16
| * | | count-objects: do not use xsize_t when counting object sizeJeff King2014-10-16
| * | | prune-packed: use for_each_loose_file_in_objdirJeff King2014-10-16
| * | | prune: factor out loose-object directory traversalJeff King2014-10-16
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-24
|\ \ \ \ | | |/ / | |/| |
| * | | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-24
* | | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-24
|\ \ \ \
| * | | | Handle atexit list internaly for unthreaded buildsEtienne Buira2014-10-19
| * | | | pack-objects: set number of threads before checking and warningJunio C Hamano2014-10-13
| * | | | index-pack: fix compilation with NO_PTHREADSEtienne Buira2014-10-13
| | |/ / | |/| |
* | | | 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