aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
* use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano2014-07-16
|\
| * builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano2014-06-23
* | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
|\ \
| * | commit: record buffer length in cacheJeff King2014-06-13
| * | use get_commit_buffer everywhereJeff King2014-06-13
| * | convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * | use get_cached_commit_buffer where appropriateJeff King2014-06-13
| * | provide a helper to set the commit bufferJeff King2014-06-13
| * | provide a helper to free commit bufferJeff King2014-06-13
| * | logmsg_reencode: return const bufferJeff King2014-06-12
| * | do not create "struct commit" with xcallocJeff King2014-06-12
| * | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
* | | Merge branch 'maint-1.9' into maintJunio C Hamano2014-07-16
|\ \ \
| * \ \ Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-16
| |\ \ \ | | |_|/ | |/| |
| | * | annotate: use argv_arrayRené Scharfe2014-07-16
* | | | Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-10
|\ \ \ \
| * | | | repack: s/write_bitmap/&s/ in codeJeff King2014-06-10
| * | | | repack: respect pack.writebitmapsJeff King2014-06-10
| * | | | repack: do not accidentally pack kept objects by defaultJeff King2014-06-10
* | | | | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-02
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
* | | | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
|\ \ \ \ \
| * | | | | commit -m: commit staged submodules regardless of ignore configJens Lehmann2014-04-07
* | | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-10
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jl/remote-rm-prune' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | remote prune: optimize "dangling symref" check/warningJens Lindström2014-05-27
| * | | | | | remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-27
| * | | | | | remote rm: delete remote configuration as the lastJens Lindström2014-05-23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fc/rerere-conflict-style' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | rerere: fix for merge.conflictstyleFelipe Contreras2014-04-30
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'dt/merge-recursive-case-insensitive' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | mv: allow renaming to fix case on case insensitive filesystemsDavid Turner2014-05-08
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rs/mailinfo-header-cmp' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | mailinfo: use strcmp() for string comparisonRené Scharfe2014-06-02
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/index-pack-report-missing' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \
| * | | | | | index-pack: distinguish missing objects from type errorsJeff King2014-05-12
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'jl/nor-or-nand-and' into maintJunio C Hamano2014-04-09
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mh/update-ref-batch-create-fix' into maintJunio C Hamano2014-04-09
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bp/commit-p-editor' into maintJunio C Hamano2014-04-08
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/mv-submodules-fix' into maintJunio C Hamano2014-04-03
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/index-pack-error-message' into maintJunio C Hamano2014-04-03
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/shallow-update-fix' into maintJunio C Hamano2014-04-03
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/index-pack-one-fd-per-thread' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | index-pack: work around thread-unsafe pread()Nguyễn Thái Ngọc Duy2014-04-16
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git grep -O -i: if the pager is 'less', pass the '-I' optionJohannes Schindelin2014-05-15
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/daemonize-gc' into maintJunio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \