summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-06-10pack-objects: stop respecting pack.writebitmapsJeff King1-4/+0
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King1-6/+6
2014-06-10repack: respect pack.writebitmapsJeff King1-1/+5
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King1-1/+1
2014-06-10patch-id: make it stable against hunk reorderingMichael S. Tsirkin1-15/+59
2014-06-09Use starts_with() for C strings instead of memcmp()René Scharfe1-1/+1
2014-06-09Merge branch 'rs/mailinfo-header-cmp'Junio C Hamano1-3/+3
2014-06-09Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano1-0/+3
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano1-0/+32
2014-06-06Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i'Junio C Hamano1-0/+3
2014-06-06Merge branch 'jk/index-pack-report-missing'Junio C Hamano1-2/+7
2014-06-06Merge branch 'bc/blame-crlf-test'Junio C Hamano1-1/+0
2014-06-06Merge branch 'dk/blame-reorg'Junio C Hamano1-298/+567
2014-06-06Merge branch 'dt/merge-recursive-case-insensitive'Junio C Hamano1-1/+2
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano2-7/+3
2014-06-06Merge branch 'tg/tag-state-tag-name-in-editor-hints'Junio C Hamano1-4/+4
2014-06-06Merge branch 'jk/grep-tell-run-command-to-cd-when-running-pager'Junio C Hamano1-3/+1
2014-06-06Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano1-1/+1
2014-06-06Merge branch 'jk/commit-C-pick-empty'Junio C Hamano1-3/+2
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano1-3/+32
2014-06-04update-index: fix segfault with missing --cacheinfo argumentJeff King1-0/+3
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano1-19/+60
2014-06-03Merge branch 'fc/rerere-conflict-style'Junio C Hamano1-0/+2
2014-06-03Merge branch 'sk/tag-contains-wo-recursion'Junio C Hamano1-15/+75
2014-06-03Merge branch 'jx/blame-align-relative-time'Junio C Hamano1-8/+22
2014-06-03Merge branch 'fc/merge-default-to-upstream'Junio C Hamano1-1/+1
2014-06-03Merge branch 'rs/ref-update-check-errors-early'Junio C Hamano1-4/+4
2014-06-03Merge branch 'nd/index-pack-one-fd-per-thread'Junio C Hamano1-10/+17
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano1-1/+1
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano6-178/+277
2014-06-03Merge branch 'jc/apply-ignore-whitespace'Junio C Hamano1-5/+7
2014-06-02mailinfo: use strcmp() for string comparisonRené Scharfe1-3/+3
2014-05-30git log: support "auto" decorationsLinus Torvalds1-0/+2
2014-05-27builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak1-4/+4
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-05-27format-patch: add "--signature-file=<file>" optionJeremiah Mahler1-0/+17
2014-05-27gc --auto: do not lock refs in the backgroundNguyễn Thái Ngọc Duy1-6/+20
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström1-1/+6
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström1-2/+18
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerJeff King1-14/+1
2014-05-23remote rm: delete remote configuration as the lastJens Lindström1-4/+6
2014-05-21format-patch: make newline after signature conditionalJeff King1-2/+7
2014-05-20move "--follow needs one pathspec" rule to diff_setup_doneJeff King1-6/+2
2014-05-19replace: add --edit to usage stringChristian Couder1-0/+1
2014-05-19replace: die early if replace ref already existsChristian Couder1-1/+4
2014-05-19replace: refactor checking ref validityChristian Couder1-11/+20
2014-05-19replace: make sure --edit results in a different objectChristian Couder1-0/+3
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy1-0/+32
2014-05-15git grep -O -i: if the pager is 'less', pass the '-I' optionJohannes Schindelin1-0/+3
2014-05-12index-pack: distinguish missing objects from type errorsJeff King1-2/+7