diff.c: --ws-error-highlight=<kind> option
[gitweb.git] / builtin /
2014-09-09 Merge branch 'la/init-doc'
2014-09-09 Merge branch 'jk/stash-list-p'
2014-09-09 Merge branch 'mm/log-branch-desc-plug-leak'
2014-09-09 Merge branch 'lf/bundle-exclusion'
2014-09-09 Merge branch 'jc/apply-ws-prefix'
2014-09-09 Merge branch 'jk/command-line-config-empty-string'
2014-09-09 Merge branch 'bc/imap-send-doc'
2014-09-09 Merge branch 'jc/not-mingw-cygwin'
2014-09-03 mv: no SP between function name and the first opening...
2014-09-03 mv: combine two if(s)
2014-09-03 mv: unindent one level for directory move code
2014-09-03 mv: move index search code out
2014-09-03 mv: remove an "if" that's always true
2014-09-03 mv: split submodule move preparation code out
2014-09-03 calloc() and xcalloc() takes nmemb and then size
2014-09-03 update-ref --stdin: pass transaction around explicitly
2014-09-03 update-ref --stdin: narrow scope of err strbuf
2014-09-03 receive-pack.c: use a reference transaction for updatin...
2014-09-03 commit.c: use ref transactions for updates
2014-09-03 replace.c: use the ref transaction functions for updates
2014-09-03 tag.c: use ref transactions when doing updates
2014-09-03 refs.c: make ref_transaction_begin take an err argument
2014-09-03 refs.c: update ref_transaction_delete to check for...
2014-09-03 refs.c: change ref_transaction_create to do error check...
2014-09-02 Merge branch 'rs/strbuf-getcwd'
2014-09-02 Merge branch 'ta/pretty-parse-config'
2014-09-02 Merge branch 'bc/archive-pax-header-mode'
2014-09-02 Merge branch 'pr/remotes-in-hashmap'
2014-09-02 Merge branch 'jk/pretty-empty-format'
2014-09-02 Merge branch 'ta/config-set'
2014-09-02 Merge branch 'rs/init-no-duplicate-real-path'
2014-09-02 Merge branch 'mm/config-edit-global'
2014-09-02 Merge branch 'jc/reopen-lock-file'
2014-09-02 grammofix in user-facing messages
2014-09-02 stylefix: asterisks stick to the variable, not the...
2014-09-02 merge-tree: remove unused df_conflict arguments
2014-08-29 index-pack: fix race condition with duplicate bases
2014-08-29 pretty: provide a strict ISO 8601 date format
2014-08-29 determine_author_info(): copy getenv output
2014-08-29 determine_author_info(): reuse parsing functions
2014-08-29 Merge git://github.com/git-l10n/git-po
2014-08-27 teach fast-export an --anonymize option
2014-08-27 date: use strbufs in date-formatting functions
2014-08-26 send-pack: take refspecs over stdin
2014-08-26 Merge branch 'jk/diff-tree-t-fix'
2014-08-26 Merge branch 'jk/pack-shallow-always-without-bitmap'
2014-08-26 Merge branch 'jk/fix-profile-feedback-build'
2014-08-26 use xgetcwd() to set $GIT_DIR
2014-08-26 use xgetcwd() to get the current directory or die
2014-08-25 Merge git://github.com/git-l10n/git-po
2014-08-20 run-command: introduce CHILD_PROCESS_INIT
2014-08-18 make config --add behave correctly for empty and NULL...
2014-08-18 fetch: silence git-gc if --quiet is given
2014-08-18 fetch: convert argv_gc_auto to struct argv_array
2014-08-18 clean: use f(void) instead of f() to declare a pointer...
2014-08-13 builtin/apply.c: replace `git_config()` with `git_confi...
2014-08-13 mailsplit.c: remove dead code
2014-08-12 pack-objects: turn off bitmaps when we see --shallow...
2014-08-12 builtin/blame.c: add translation to warning about faile...
2014-08-12 prepare_revision_walk(): check for return value in...
2014-08-11 mv: flatten error handling code block
2014-08-11 mv: mark strings for translations
2014-08-10 clone.c: don't leak memory in cmd_clone
2014-08-10 Merge branch 'master' of git://ozlabs.org/~paulus/gitk
2014-08-07 builtin/gc.c: replace `git_config()` with `git_config_g...
2014-08-07 builtin/log.c: fix minor memory leak
2014-08-07 apply: omit ws check for excluded paths
2014-08-07 apply: hoist use_patch() helper for path exclusion up
2014-08-07 apply: use the right attribute for paths in non-Git...
2014-08-04 Merge branch 'tf/maint-doc-push'
2014-08-04 Merge branch 'ta/doc-config'
2014-08-04 Merge commit 'bg/alshopov/master'
2014-08-04 Merge remote-tracking branch 'sv/nafmo/master'
2014-07-30 Sync with 2.0.4
2014-07-30 Merge branch 'jk/more-push-completion'
2014-07-30 Merge branch 'sk/mingw-tests-workaround'
2014-07-30 Merge branch 'sk/mingw-uni-fix-more'
2014-07-30 Merge branch 'ep/avoid-test-a-o'
2014-07-28 init: avoid superfluous real_path() calls
2014-07-28 Merge branch 'maint'
2014-07-28 Merge branch 'jk/misc-fixes-maint'
2014-07-28 Merge branch 'jk/alloc-commit-id-maint' into maint
2014-07-28 diff-tree: avoid lookup_unknown_object
2014-07-28 move setting of object->type to alloc_* functions
2014-07-27 Merge branch 'jk/rebase-am-fork-point'
2014-07-27 Merge branch 'cc/replace-graft'
2014-07-27 Merge branch 'jk/stable-prio-queue'
2014-07-25 commit: advertise config --global --edit on guessed...
2014-07-25 config --global --edit: create a template file if needed
2014-07-24 apply: avoid possible bogus pointer
2014-07-24 free ref string returned by dwim_ref
2014-07-24 receive-pack: don't copy "dir" parameter
2014-07-23 Sync with v2.0.3
2014-07-23 Merge branch 'rs/fix-unlink-unix-socket'
2014-07-23 Merge branch 'ta/string-list-init'
2014-07-23 Merge branch 'mb/local-clone-after-applying-insteadof'
2014-07-23 Merge branch 'jk/tag-sort'
2014-07-22 Sync with maint
2014-07-22 Merge branch 'rs/code-cleaning'
2014-07-22 Merge branch 'nd/path-max-must-go'
next