parse-options: remove unused OPT_SET_PTR
[gitweb.git] / builtin /
2013-09-09 Merge branch 'tg/index-struct-sizes'
2013-09-09 Merge branch 'jc/transport-do-not-use-connect-twice...
2013-09-09 Merge branch 'es/contacts-blame-L-multi'
2013-09-09 Merge branch 'jc/url-match'
2013-09-09 Merge branch 'jl/submodule-mv'
2013-09-09 Merge branch 'es/blame-L-twice'
2013-09-09 Merge branch 'tr/log-full-diff-keep-true-parents'
2013-09-09 Merge branch 'jk/cat-file-batch-optim'
2013-09-09 Merge branch 'es/blame-L-more'
2013-09-09 Merge branch 'db/http-savecookies'
2013-09-09 Merge branch 'jc/push-cas'
2013-09-09 Merge branch 'nd/clone-connectivity-shortcut'
2013-09-09 Merge branch 'jc/diff-filter-negation'
2013-09-09 Merge branch 'ms/fetch-prune-configuration'
2013-09-09 cherry-pick: allow "-" as abbreviation of '@{-1}'
2013-09-09 git-config: always treat --int as 64-bit internally
2013-09-09 update-ref: support multiple simultaneous updates
2013-09-06 status: disable display of '#' comment prefix by default
2013-09-06 builtin/stripspace.c: fix broken indentation
2013-09-06 replace: allow long option names
2013-09-06 replace: forbid replacing an object with one of a diffe...
2013-09-05 Sync with maint
2013-09-05 Merge branch 'nd/fetch-pack-shallow-fix' into maint
2013-09-05 Merge branch 'hv/config-from-blob' into maint
2013-09-05 Merge branch 'maint-1.8.3' into maint
2013-09-05 Merge branch 'maint-1.8.2' into maint-1.8.3
2013-09-05 add: lift the pathspec magic restriction on "add -p"
2013-09-04 use 'commit-ish' instead of 'committish'
2013-09-04 Merge branch 'sb/parseopt-boolean-removal'
2013-09-04 Merge branch 'jc/parseopt-command-modes'
2013-09-04 Merge branch 'jl/some-submodule-config-are-not-boolean'
2013-09-04 Merge branch 'sg/bash-prompt-lf-in-cwd-test'
2013-09-04 Merge branch 'sb/diff-delta-remove-needless-comparison'
2013-09-04 Merge branch 'fc/unpack-trees-leakfix'
2013-09-04 Merge branch 'aj/p4-symlink-lose-nl'
2013-09-04 Merge branch 'fc/remote-hg-shared-setup'
2013-09-04 Merge branch 'sb/misc-cleanup'
2013-09-04 Merge branch 'nd/gc-lock-against-each-other'
2013-09-04 Merge branch 'ap/remote-hg-tilde-is-home-directory'
2013-09-04 Merge branch 'mm/no-shell-escape-in-die-message'
2013-09-04 Merge branch 'tr/fd-gotcha-fixes'
2013-09-04 Merge branch 'bc/unuse-packfile'
2013-09-04 Merge branch 'da/darwin'
2013-09-04 Merge branch 'nd/sq-quote-buf'
2013-09-04 Merge branch 'rr/feed-real-path-to-editor'
2013-09-04 Merge branch 'jk/fast-import-empty-ls'
2013-09-04 Merge branch 'km/svn-1.8-serf-only'
2013-09-04 Merge branch 'jc/check-x-z'
2013-09-03 Merge branch 'maint'
2013-09-03 Merge branch 'maint-1.8.3' into maint
2013-09-03 Merge branch 'maint-1.8.2' into maint-1.8.3
2013-09-03 fast-export: refactor get_tags_and_duplicates()
2013-09-03 fast-export: make extra_refs global
2013-08-31 add: trivial style cleanup
2013-08-31 reset: trivial style cleanup
2013-08-31 reset: trivial refactoring
2013-08-30 refs: report ref type from lock_any_ref_for_update
2013-08-30 reset: rename update_refs to reset_refs
2013-08-30 Merge branch 'bc/completion-for-bash-3.0'
2013-08-30 Merge branch 'sp/doc-smart-http'
2013-08-30 Merge branch 'mm/war-on-whatchanged'
2013-08-30 Merge branch 'rt/doc-merge-file-diff3'
2013-08-30 Merge branch 'mb/docs-favor-en-us'
2013-08-30 Merge branch 'rj/doc-rev-parse'
2013-08-30 Merge branch 'hv/config-from-blob'
2013-08-30 Merge branch 'nd/fetch-pack-shallow-fix'
2013-08-28 builtin/fetch.c: Fix a sparse warning
2013-08-28 list-objects: reduce one argument in mark_edges_uninter...
2013-08-26 branch: report invalid tracking branch as gone
2013-08-25 commit: search author pattern against mailmap
2013-08-15 ls-files -k: a directory only can be killed if the...
2013-08-13 Merge branch 'sb/mailmap-updates'
2013-08-13 push: respect --no-thin
2013-08-09 Merge branch 'maint'
2013-08-09 Merge branch 'jk/submodule-subdirectory-ok'
2013-08-09 Merge branch 'sb/mailmap-updates'
2013-08-09 rm: remove unneeded null pointer check
2013-08-09 builtin/config.c: compilation fix
2013-08-09 gc: reject if another gc is running, unless --force...
2013-08-07 fetch: work around "transport-take-over" hack
2013-08-07 fetch: refactor code that fetches leftover tags
2013-08-07 fetch: refactor code that prepares a transport
2013-08-07 fetch: rename file-scope global "transport" to "gtransport"
2013-08-07 revert: use the OPT_CMDMODE for parsing, reducing code
2013-08-07 checkout-index: fix negations of even numbers of -n
2013-08-07 config parsing options: allow one flag multiple times
2013-08-07 hash-object: replace stdin parsing OPT_BOOLEAN by OPT_C...
2013-08-07 branch, commit, name-rev: ease up boolean conditions
2013-08-06 blame: teach -L/RE/ to search from end of previous...
2013-08-06 line-range: teach -L/RE/ to search relative to anchor...
2013-08-06 blame: accept multiple -L ranges
2013-08-06 blame: inline one-line function into its lone caller
2013-08-06 rm: delete .gitmodules entry of submodules removed...
2013-08-06 mv: update the path entry in .gitmodules for moved...
2013-08-05 config: "git config --get-urlmatch" parses section...
2013-08-05 builtin/config: refactor collect_config()
2013-08-05 Sync with maint to grab trivial doc fixes
2013-08-05 blame: fix -L bounds checking bug
2013-08-05 Replace deprecated OPT_BOOLEAN by OPT_BOOL
2013-08-05 checkout: remove superfluous local variable
next