summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-06-02mailinfo: use strcmp() for string comparisonLibravatar René Scharfe1-3/+3
2014-05-30git log: support "auto" decorationsLibravatar Linus Torvalds1-0/+2
2014-05-27builtin/remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-4/+4
2014-05-27builtin/ls-remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-1/+1
2014-05-27format-patch: add "--signature-file=<file>" optionLibravatar Jeremiah Mahler1-0/+17
2014-05-27gc --auto: do not lock refs in the backgroundLibravatar Nguyễn Thái Ngọc Duy1-6/+20
2014-05-27remote prune: optimize "dangling symref" check/warningLibravatar Jens Lindström1-1/+6
2014-05-27remote: repack packed-refs once when deleting multiple refsLibravatar Jens Lindström1-2/+18
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerLibravatar Jeff King1-14/+1
2014-05-23remote rm: delete remote configuration as the lastLibravatar Jens Lindström1-4/+6
2014-05-21format-patch: make newline after signature conditionalLibravatar Jeff King1-2/+7
2014-05-20move "--follow needs one pathspec" rule to diff_setup_doneLibravatar Jeff King1-6/+2
2014-05-19replace: add --edit to usage stringLibravatar Christian Couder1-0/+1
2014-05-19replace: die early if replace ref already existsLibravatar Christian Couder1-1/+4
2014-05-19replace: refactor checking ref validityLibravatar Christian Couder1-11/+20
2014-05-19replace: make sure --edit results in a different objectLibravatar Christian Couder1-0/+3
2014-05-19commit: allow core.commentChar=auto for character auto selectionLibravatar Nguyễn Thái Ngọc Duy1-0/+32
2014-05-15git grep -O -i: if the pager is 'less', pass the '-I' optionLibravatar Johannes Schindelin1-0/+3
2014-05-12index-pack: distinguish missing objects from type errorsLibravatar Jeff King1-2/+7
2014-05-08blame: correctly handle files regardless of autocrlfLibravatar brian m. carlson1-1/+0
2014-05-08mv: allow renaming to fix case on case insensitive filesystemsLibravatar David Turner1-1/+2
2014-05-08checkout.c: use ref_exists instead of file_existLibravatar Ronnie Sahlberg1-4/+1
2014-05-08refs.c: add new functions reflog_exists and delete_reflogLibravatar Ronnie Sahlberg2-5/+4
2014-05-07builtin/tag.c: show tag name to hint in the message editorLibravatar Thorsten Glaser1-4/+4
2014-05-07silence a bunch of format-zero-length warningsLibravatar Felipe Contreras1-1/+1
2014-05-07grep: use run-command's "dir" option for --open-files-in-pagerLibravatar Jeff King1-3/+1
2014-05-02commit: accept more date formats for "--date"Libravatar Jeff King1-2/+25
2014-05-02commit: print "Date" line when the user has set dateLibravatar Jeff King1-0/+19
2014-05-02commit: use split_ident_line to compare author/committerLibravatar Jeff King1-17/+16
2014-04-30rerere: fix for merge.conflictstyleLibravatar Felipe Contreras1-0/+2
2014-04-29replace: add --edit optionLibravatar Jeff King1-1/+111
2014-04-29replace: factor object resolution out of replace_objectLibravatar Jeff King1-8/+18
2014-04-29replace: use OPT_CMDMODE to handle modesLibravatar Jeff King1-24/+25
2014-04-29replace: refactor command-mode determinationLibravatar Jeff King1-8/+6
2014-04-28blame: large-scale performance rewriteLibravatar David Kastrup1-298/+567
2014-04-28commit: do not complain of empty messages from -CLibravatar Jeff King1-3/+2
2014-04-25git tag --contains: avoid stack overflowLibravatar Jean-Jacques Lafay1-15/+75
2014-04-23blame: dynamic blame_date_width for different localesLibravatar Jiang Xin1-1/+8
2014-04-23blame: fix broken time_buf paddings in relative timestampLibravatar Jiang Xin1-7/+14
2014-04-22merge: enable defaulttoupstream by defaultLibravatar Felipe Contreras1-1/+1
2014-04-21fast-export: add support to delete refsLibravatar Felipe Contreras1-0/+14
2014-04-21fast-export: add new --refspec optionLibravatar Felipe Contreras1-0/+32
2014-04-21fast-export: improve argument parsingLibravatar Felipe Contreras1-1/+2
2014-04-17commit.c: check for lock error and return earlyLibravatar Ronnie Sahlberg1-4/+4
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Libravatar Jiang Xin1-5/+3
2014-04-16index-pack: work around thread-unsafe pread()Libravatar Nguyễn Thái Ngọc Duy1-10/+17
2014-04-10wrapper.c: add xpread() similar to xread()Libravatar Yiannis Marangos1-1/+1
2014-04-09Merge branch 'jl/nor-or-nand-and' into maintLibravatar Junio C Hamano6-8/+8
2014-04-09Merge branch 'mh/update-ref-batch-create-fix' into maintLibravatar Junio C Hamano1-0/+1
2014-04-08Merge branch 'bp/commit-p-editor' into maintLibravatar Junio C Hamano5-17/+38