summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2013-09-12Merge branch 'jk/config-int-range-check'Junio C Hamano
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano
2013-09-11Merge branch 'nd/push-no-thin'Junio C Hamano
2013-09-09Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-09-09Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano
2013-09-09Merge branch 'jc/url-match'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-09Merge branch 'es/blame-L-twice'Junio C Hamano
2013-09-09Merge branch 'jk/cat-file-batch-optim'Junio C Hamano
2013-09-09Merge branch 'es/blame-L-more'Junio C Hamano
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-09-09git-config: always treat --int as 64-bit internallyJeff King
2013-09-05add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-09-04Merge branch 'jc/parseopt-command-modes'Junio C Hamano
2013-09-04Merge branch 'sb/misc-cleanup'Junio C Hamano
2013-09-04Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-09-04Merge branch 'bc/unuse-packfile'Junio C Hamano
2013-09-04Merge branch 'nd/sq-quote-buf'Junio C Hamano
2013-09-04Merge branch 'jc/check-x-z'Junio C Hamano
2013-08-30Merge branch 'rj/doc-rev-parse'Junio C Hamano
2013-08-28builtin/fetch.c: Fix a sparse warningRamsay Jones
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano
2013-08-13push: respect --no-thinNguyễn Thái Ngọc Duy
2013-08-09rm: remove unneeded null pointer checkStefan Beller
2013-08-09builtin/config.c: compilation fixJunio C Hamano
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-08-07fetch: work around "transport-take-over" hackJunio C Hamano
2013-08-07fetch: refactor code that fetches leftover tagsJunio C Hamano
2013-08-07fetch: refactor code that prepares a transportJunio C Hamano
2013-08-07fetch: rename file-scope global "transport" to "gtransport"Junio C Hamano
2013-08-07revert: use the OPT_CMDMODE for parsing, reducing codeStefan Beller
2013-08-07checkout-index: fix negations of even numbers of -nStefan Beller
2013-08-07config parsing options: allow one flag multiple timesStefan Beller
2013-08-07hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUPStefan Beller
2013-08-07branch, commit, name-rev: ease up boolean conditionsStefan Beller
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine
2013-08-06blame: accept multiple -L rangesEric Sunshine
2013-08-06blame: inline one-line function into its lone callerEric Sunshine
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano
2013-08-05builtin/config: refactor collect_config()Junio C Hamano
2013-08-05blame: fix -L bounds checking bugEric Sunshine
2013-08-05checkout: remove superfluous local variableStefan Beller
2013-08-05log, format-patch: parsing uses OPT__QUIETStefan Beller
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller