summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson5-5/+5
2017-10-13branch: split validate_new_branchname() into twoJunio C Hamano2-9/+9
2017-10-13pull: pass --signoff/--no-signoff to "git merge"W. Trevor King1-0/+6
2017-10-11merge-ours: do not use cmd_*() as a subroutineJunio C Hamano1-9/+7
2017-10-11describe: do not use cmd_*() as a subroutineJunio C Hamano1-4/+11
2017-10-11Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano3-4/+4
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee3-4/+4
2017-10-07submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan1-0/+198
2017-10-07submodule--helper: introduce for_each_listed_submodule()Prathamesh Chavan1-5/+35
2017-10-07Merge branch 'ks/branch-tweak-error-message-for-extra-args'Junio C Hamano1-3/+3
2017-10-07Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano2-0/+2
2017-10-07Merge branch 'ma/builtin-unleak'Junio C Hamano5-4/+11
2017-10-07Merge branch 'sb/branch-avoid-repeated-strbuf-release'Junio C Hamano1-2/+3
2017-10-07read-cache: leave lock in right state in `write_locked_index()`Martin Ågren1-1/+0
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren1-5/+5
2017-10-06bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in CPranit Bauva1-1/+33
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva1-1/+9
2017-10-06bisect--helper: `write_terms` shell function in CPranit Bauva1-7/+29
2017-10-06bisect--helper: rewrite `check_term_format` shell function in CPranit Bauva1-1/+59
2017-10-06bisect--helper: use OPT_CMDMODE instead of OPT_BOOLPranit Bauva1-6/+11
2017-10-06apply: move lockfile into `apply_state`Martin Ågren2-5/+2
2017-10-06checkout-index: simplify locking logicMartin Ågren1-5/+3
2017-10-06treewide: prefer lockfiles on the stackMartin Ågren4-29/+23
2017-10-05Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano1-1/+1
2017-10-05Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2-4/+2
2017-10-04branch: reset instead of release a strbufStefan Beller1-2/+3
2017-10-04branch: change the error messages to be more meaningfulKaartic Sivaraam1-3/+3
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2-0/+2
2017-10-04provide --color option for all ref-filter usersJeff King2-0/+2
2017-10-03Merge branch 'jk/read-in-full'Junio C Hamano2-5/+25
2017-10-03Merge branch 'jk/no-optional-locks'Junio C Hamano1-1/+4
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano1-15/+47
2017-10-03Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano1-4/+14
2017-10-03Merge branch 'js/rebase-i-final'Junio C Hamano1-1/+28
2017-10-02use strbuf_addstr() for adding strings to strbufsRené Scharfe1-1/+1
2017-10-02builtin/: add UNLEAKsMartin Ågren5-4/+11
2017-10-02submodule--helper: introduce get_submodule_displaypath()Prathamesh Chavan1-12/+23
2017-10-01mru: use double-linked list from list.hOlga Telezhnaya1-2/+3
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2-4/+2
2017-10-01update-index: add fsmonitor support to update-indexBen Peart1-1/+32
2017-10-01ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart1-2/+6
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-0/+2
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano5-17/+23
2017-09-29Merge branch 'rj/no-sign-compare'Junio C Hamano1-2/+2
2017-09-29Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano1-13/+31
2017-09-29Merge branch 'mk/describe-match-with-all'Junio C Hamano1-11/+16
2017-09-28Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano6-14/+7
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano4-1/+4
2017-09-28Merge branch 'jk/diff-blob'Junio C Hamano1-2/+2
2017-09-28Merge branch 'jk/describe-omit-some-refs'Junio C Hamano1-3/+6