summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2013-08-30reset: rename update_refs to reset_refsLibravatar Brad King1-2/+2
2013-08-30Merge branch 'rj/doc-rev-parse'Libravatar Junio C Hamano1-15/+13
2013-08-28builtin/fetch.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2013-08-26branch: report invalid tracking branch as goneLibravatar Jiang Xin1-15/+21
2013-08-24commit: search author pattern against mailmapLibravatar Antoine Pelisse1-1/+7
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryLibravatar Junio C Hamano1-0/+2
2013-08-13push: respect --no-thinLibravatar Nguyễn Thái Ngọc Duy2-4/+9
2013-08-09rm: remove unneeded null pointer checkLibravatar Stefan Beller1-21/+17
2013-08-09builtin/config.c: compilation fixLibravatar Junio C Hamano1-1/+1
2013-08-09gc: reject if another gc is running, unless --force is givenLibravatar Nguyễn Thái Ngọc Duy1-0/+67
2013-08-07fetch: work around "transport-take-over" hackLibravatar Junio C Hamano1-0/+13
2013-08-07fetch: refactor code that fetches leftover tagsLibravatar Junio C Hamano1-5/+9
2013-08-07fetch: refactor code that prepares a transportLibravatar Junio C Hamano1-20/+26
2013-08-07fetch: rename file-scope global "transport" to "gtransport"Libravatar Junio C Hamano1-11/+11
2013-08-07revert: use the OPT_CMDMODE for parsing, reducing codeLibravatar Stefan Beller1-47/+15
2013-08-07checkout-index: fix negations of even numbers of -nLibravatar Stefan Beller1-1/+1
2013-08-07config parsing options: allow one flag multiple timesLibravatar Stefan Beller1-3/+3
2013-08-07hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPLibravatar Stefan Beller1-1/+1
2013-08-07branch, commit, name-rev: ease up boolean conditionsLibravatar Stefan Beller3-3/+4
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine1-1/+4
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointLibravatar Eric Sunshine1-1/+1
2013-08-06blame: accept multiple -L rangesLibravatar Eric Sunshine1-32/+47
2013-08-06blame: inline one-line function into its lone callerLibravatar Eric Sunshine1-14/+3
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-3/+16
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-1/+9
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyLibravatar Junio C Hamano1-0/+98
2013-08-05builtin/config: refactor collect_config()Libravatar Junio C Hamano1-21/+21
2013-08-05blame: fix -L bounds checking bugLibravatar Eric Sunshine1-2/+2
2013-08-05checkout: remove superfluous local variableLibravatar Stefan Beller1-7/+5
2013-08-05log, format-patch: parsing uses OPT__QUIETLibravatar Stefan Beller1-3/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller39-227/+227
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsLibravatar Stefan Beller6-22/+17
2013-08-05cat-file: only split on whitespace when %(rest) is usedLibravatar Jeff King1-1/+30
2013-08-02send-pack: fix parsing of --force-with-lease optionLibravatar Junio C Hamano1-1/+1
2013-08-02Merge branch 'jk/cat-file-batch-optim'Libravatar Junio C Hamano1-19/+1
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Libravatar Junio C Hamano1-19/+1
2013-08-02Don't close pack fd when free'ing pack windowsLibravatar Brandon Casey1-1/+1
2013-08-01Merge branch 'ob/typofixes'Libravatar Junio C Hamano2-2/+2
2013-08-01Merge branch 'jc/rm-submodule-error-message'Libravatar Junio C Hamano1-21/+20
2013-08-01Merge branch 'jx/clean-interactive'Libravatar Junio C Hamano1-28/+52
2013-07-31Merge branch 'jk/commit-how-to-abort-cherry-pick'Libravatar Junio C Hamano1-3/+22
2013-07-30mv: move submodules using a gitfileLibravatar Jens Lehmann1-4/+15
2013-07-30mv: move submodules together with their work treesLibravatar Jens Lehmann1-47/+52
2013-07-30tag: use OPT_CMDMODELibravatar Junio C Hamano1-15/+12
2013-07-30tar-tree: remove dependency on sq_quote_print()Libravatar Ramkumar Ramachandra1-6/+5
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufLibravatar Nguyễn Thái Ngọc Duy1-4/+9
2013-07-29many small typofixesLibravatar Ondřej Bílka2-2/+2
2013-07-29commit: tweak empty cherry pick advice for sequencerLibravatar Jeff King1-3/+22
2013-07-25builtin/rm.c: consolidate error reporting for removing submodulesLibravatar Junio C Hamano1-21/+20