gitweb.git

Commits

2014-07-16 Git 2.0.2 v2.0.2
2014-07-16 Merge branch 'jc/fix-clone-single-starting-at-a-tag...
2014-07-16 Merge branch 'jk/pretty-G-format-fixes' into maint
2014-07-16 Merge branch 'rs/fix-alt-odb-path-comparison' into...
2014-07-16 Merge branch 'jk/commit-buffer-length' into maint
2014-07-16 Merge branch 'bc/fix-rebase-merge-skip' into maint
2014-07-16 Merge branch 'maint-1.9' into maint
2014-07-16 Merge branch 'maint-1.8.5' into maint-1.9
2014-07-16 annotate: use argv_array
2014-07-10 Start preparing for 2.0.2
2014-07-10 Merge branch 'pb/trim-trailing-spaces' into maint
2014-07-10 Merge branch 'jk/repack-pack-keep-objects' into maint
2014-07-10 Merge branch 'mc/doc-submodule-sync-recurse' into maint
2014-07-02 Merge branch 'maint-1.8.5' into maint
2014-07-02 t7300: repair filesystem permissions with test_when_fin...
2014-07-02 enums: remove trailing ',' after last item in enum
2014-07-01 sha1_file: avoid overrunning alternate object base...
2014-06-25 move "%G" format test from t7510 to t6006
2014-06-25 Git 2.0.1 v2.0.1
2014-06-25 Merge branch 'na/no-http-test-in-the-middle' into maint
2014-06-25 Merge branch 'jl/status-added-submodule-is-never-ignore...
2014-06-25 Merge branch 'ym/fix-opportunistic-index-update-race...
2014-06-25 Merge branch 'mk/show-s-no-extra-blank-line-for-merges...
2014-06-25 Merge branch 'rr/rebase-autostash-fix' into maint
2014-06-25 Merge branch 'jc/shortlog-ref-exclude' into maint
2014-06-25 Merge branch 'jl/remote-rm-prune' into maint
2014-06-25 Merge branch 'fc/rerere-conflict-style' into maint
2014-06-25 Merge branch 'rs/pack-objects-no-unnecessary-realloc...
2014-06-25 Merge branch 'dt/merge-recursive-case-insensitive'...
2014-06-25 Merge branch 'rs/mailinfo-header-cmp' into maint
2014-06-25 Merge branch 'jk/index-pack-report-missing' into maint
2014-06-25 Merge branch 'nd/index-pack-one-fd-per-thread' into...
2014-06-25 Merge branch 'sk/spawn-less-case-insensitively-from...
2014-06-25 Merge branch 'nd/daemonize-gc' into maint
2014-06-25 Merge branch 'jk/diff-follow-must-take-one-pathspec...
2014-06-25 Merge branch 'jk/diff-files-assume-unchanged' into...
2014-06-25 Merge branch 'jk/commit-C-pick-empty' into maint
2014-06-25 Merge branch 'bc/blame-crlf-test' into maint
2014-06-25 Merge branch 'jx/blame-align-relative-time' into maint
2014-06-25 Merge branch 'jc/apply-ignore-whitespace' into maint
2014-06-25 Merge branch 'jk/complete-merge-pull' into maint
2014-06-25 Merge branch 'ow/config-mailmap-pathname' into maint
2014-06-25 Merge branch 'as/pretty-truncate' into maint
2014-06-25 Merge branch 'jc/revision-dash-count-parsing' into...
2014-06-25 Merge branch 'jk/report-fail-to-read-objects-better...
2014-06-25 Merge branch 'mn/sideband-no-ansi' into maint
2014-06-25 Merge branch 'je/pager-do-not-recurse' into maint
2014-06-23 builtin/clone.c: detect a clone starting at a tag correctly
2014-06-17 pretty: avoid reading past end-of-string with "%G"
2014-06-17 t7510: check %G* pretty-format output
2014-06-17 t7510: test a commit signed by an unknown key
2014-06-17 t7510: use consistent &&-chains in loop
2014-06-17 t7510: stop referring to master in later tests
2014-06-16 rebase--merge: fix --skip with two conflicts in a row
2014-06-13 submodule: document "sync --recursive"
2014-06-13 t0008: do not depend on 'echo' handling backslashes...
2014-06-13 reuse cached commit buffer when parsing signatures
2014-06-13 commit: record buffer length in cache
2014-06-13 commit: convert commit->buffer to a slab
2014-06-13 commit-slab: provide a static initializer
2014-06-13 use get_commit_buffer everywhere
2014-06-13 convert logmsg_reencode to get_commit_buffer
2014-06-13 use get_commit_buffer to avoid duplicate code
2014-06-13 use get_cached_commit_buffer where appropriate
2014-06-13 provide helpers to access the commit buffer
2014-06-13 provide a helper to set the commit buffer
2014-06-13 provide a helper to free commit buffer
2014-06-12 Merge branch 'jc/rev-parse-argh-dashed-multi-words...
2014-06-12 pull: do not abuse 'break' inside a shell 'case'
2014-06-12 sequencer: use logmsg_reencode in get_message
2014-06-12 logmsg_reencode: return const buffer
2014-06-12 do not create "struct commit" with xcalloc
2014-06-12 commit: push commit_index update into alloc_commit_node
2014-06-12 alloc: include any-object allocations in alloc_report
2014-06-12 replace dangerous uses of strbuf_attach
2014-06-12 commit_tree: take a pointer/len pair rather than a...
2014-06-10 repack: s/write_bitmap/&s/ in code
2014-06-10 repack: respect pack.writebitmaps
2014-06-10 repack: do not accidentally pack kept objects by default
2014-06-09 revision: parse "git log -<count>" more carefully
2014-06-04 shortlog: allow --exclude=<glob> to be passed
2014-06-04 update-index: fix segfault with missing --cacheinfo...
2014-06-02 dir.c:trim_trailing_spaces(): fix for " \ " sequence
2014-06-02 pack-objects: use free()+xcalloc() instead of xrealloc...
2014-06-02 mailinfo: use strcmp() for string comparison
2014-06-02 sideband.c: do not use ANSI control sequence on non...
2014-05-30 t5538: move http push tests out to t5542
2014-05-30 Sync with 1.9.4
2014-05-30 Git 1.9.4 v1.9.4
2014-05-30 t5537: re-drop http tests
2014-05-28 Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname...
2014-05-28 Merge branch 'mw/symlinks' into maint
2014-05-28 Git 2.0 v2.0.0
2014-05-27 config: respect '~' and '~user' in mailmap.file
2014-05-27 gc --auto: do not lock refs in the background
2014-05-27 remote prune: optimize "dangling symref" check/warning
2014-05-27 remote: repack packed-refs once when deleting multiple...
2014-05-27 completion: add missing options for git-merge
2014-05-27 completion: add a note that merge options are shared
2014-05-23 remote rm: delete remote configuration as the last
next