Age | Commit message (Expand) | Author | Files | Lines |
2017-12-19 | Merge branch 'tg/worktree-create-tracking' | Junio C Hamano | 1 | -40/+1 |
2017-12-13 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -1/+1 |
2017-12-07 | branch: group related arguments of create_branch() | Kaartic Sivaraam | 1 | -1/+1 |
2017-12-06 | checkout: describe_detached_head: remove ellipsis after committish | Ann T Ropea | 1 | -2/+8 |
2017-11-28 | Merge branch 'jc/branch-name-sanity' | Junio C Hamano | 1 | -5/+5 |
2017-11-27 | checkout: factor out functions to new lib file | Thomas Gummerer | 1 | -40/+1 |
2017-11-15 | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 1 | -1/+1 |
2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -8/+6 |
2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 1 | -1/+1 |
2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -3/+3 |
2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-13 | branch: split validate_new_branchname() into two | Junio C Hamano | 1 | -5/+5 |
2017-10-07 | Merge branch 'ma/builtin-unleak' | Junio C Hamano | 1 | -0/+1 |
2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -8/+6 |
2017-10-05 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
2017-10-02 | builtin/: add UNLEAKs | Martin Ågren | 1 | -0/+1 |
2017-10-01 | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -1/+8 |
2017-09-24 | leak_pending: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -1/+8 |
2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -2/+1 |
2017-08-11 | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 1 | -0/+3 |
2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -1/+0 |
2017-08-03 | unpack-trees: don't respect submodule.update | Brandon Williams | 1 | -1/+1 |
2017-07-26 | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake | Junio C Hamano | 1 | -0/+3 |
2017-06-30 | convert: add "status=delayed" to filter process protocol | Lars Schneider | 1 | -0/+3 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 1 | -28/+3 |
2017-06-01 | Introduce 'submodule.recurse' option for worktree manipulators | Stefan Beller | 1 | -1/+1 |
2017-05-30 | reset/checkout/read-tree: unify config callback for submodule recursion | Stefan Beller | 1 | -26/+1 |
2017-05-30 | submodule recursing: do not write a config variable twice | Stefan Beller | 1 | -1/+1 |
2017-05-29 | Merge branch 'ja/do-not-ask-needless-questions' | Junio C Hamano | 1 | -3/+2 |
2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -8/+10 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+9 |
2017-05-23 | Merge branch 'rs/checkout-am-fix-unborn' | Junio C Hamano | 1 | -1/+2 |
2017-05-12 | usability: don't ask questions if no reply is required | Jean-Noel Avila | 1 | -3/+2 |
2017-05-09 | checkout: fix memory leak | Junio C Hamano | 1 | -0/+1 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-05-08 | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 1 | -2/+2 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | checkout: fix memory leak | Johannes Schindelin | 1 | -8/+9 |
2017-05-08 | checkout: check return value of resolve_refdup before using hash | René Scharfe | 1 | -1/+2 |
2017-03-30 | avoid using fixed PATH_MAX buffers for refs | Jeff King | 1 | -3/+2 |
2017-03-28 | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 1 | -0/+28 |
2017-03-28 | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 1 | -1/+1 |
2017-03-16 | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 1 | -0/+28 |