aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* send-pack: fix parsing of --force-with-lease optionJunio C Hamano2013-08-02
* push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
* push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22
* remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-22
* builtin/push.c: use OPT_BOOL, not OPT_BOOLEANJunio C Hamano2013-07-08
* cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
* Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-01
|\
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-11
* | Merge branch 'mh/ref-races'Junio C Hamano2013-06-30
|\ \
| * | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-20
| * | refs: implement simple transactions for the packed-refs fileMichael Haggerty2013-06-20
* | | Merge branch 'nk/name-rev-abbreviated-refs'Junio C Hamano2013-06-30
|\ \ \
| * | | name-rev: allow to specify a subpath for --refs optionNamhyung Kim2013-06-18
* | | | Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano2013-06-30
|\ \ \ \
| * | | | rev-parse: add --prefix optionJohn Keeping2013-06-17
| |/ / /
* | | | Merge branch 'bc/checkout-tracking-name-plug-leak'Junio C Hamano2013-06-27
|\ \ \ \
| * | | | builtin/checkout.c: don't leak memory in check_tracking_nameBrandon Casey2013-06-18
* | | | | Merge branch 'tr/maint-apply-non-git-patch-parsefix'Junio C Hamano2013-06-26
|\ \ \ \ \
| * | | | | apply: carefully strdup a possibly-NULL nameThomas Rast2013-06-21
* | | | | | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'Junio C Hamano2013-06-26
|\ \ \ \ \ \
| * | | | | | fix "builtin-*" references to be "builtin/*"Phil Hord2013-06-18
* | | | | | | Merge branch 'mm/rm-coalesce-errors'Junio C Hamano2013-06-24
|\ \ \ \ \ \ \
| * | | | | | | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-12
| * | | | | | | rm: better error message on failure for multiple filesMathieu Lienard--Mayor2013-06-12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jh/libify-note-handling'Junio C Hamano2013-06-24
|\ \ \ \ \ \ \
| * | | | | | | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cJohan Herland2013-06-12
| * | | | | | | finish_copy_notes_for_rewrite(): Let caller provide commit messageJohan Herland2013-06-12
| |/ / / / / /
* | | | | | | Revert "Merge branch 'jg/status-config'"Junio C Hamano2013-06-24
* | | | | | | Merge branch 'jg/status-config'Junio C Hamano2013-06-23
|\ \ \ \ \ \ \
| * | | | | | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-15
| * | | | | | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-11
| |/ / / / / /
* | | | | | | Merge branch 'rs/logical-vs-binary-or'Junio C Hamano2013-06-20
|\ \ \ \ \ \ \
| * | | | | | | use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-13
| * | | | | | | Merge branch 'jn/config-ignore-inaccessible' into maintJunio C Hamano2013-06-09
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | make color.ui default to 'auto'Matthieu Moy2013-06-10
| * | | | | | | config: refactor management of color.ui's default valueMatthieu Moy2013-05-15
* | | | | | | | Merge branch 'mh/reflife'Junio C Hamano2013-06-14
|\ \ \ \ \ \ \ \
| * | | | | | | | exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty2013-06-02
| * | | | | | | | add_existing(): do not retain a reference to sha1Michael Haggerty2013-06-02
| * | | | | | | | do_fetch(): clean up existing_refs before exitingMichael Haggerty2013-06-02
| * | | | | | | | do_fetch(): reduce scope of peer_itemMichael Haggerty2013-06-02
| * | | | | | | | fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty2013-05-28
| * | | | | | | | cmd_diff(): make it obvious which cases are exclusive of each otherMichael Haggerty2013-05-28
| * | | | | | | | cmd_diff(): rename local variable "list" -> "entry"Michael Haggerty2013-05-28
| * | | | | | | | cmd_diff(): use an object_array for holding treesMichael Haggerty2013-05-28
| * | | | | | | | builtin_diff_tree(): make it obvious that function wants two entriesMichael Haggerty2013-05-28
| * | | | | | | | fetch: make own copies of refnamesMichael Haggerty2013-05-28
| * | | | | | | | describe: make own copy of refnameMichael Haggerty2013-05-28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rs/unpack-trees-plug-leak'Junio C Hamano2013-06-11
|\ \ \ \ \ \ \ \