summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy
2014-08-11mv: flatten error handling code blockNguyễn Thái Ngọc Duy
2014-08-11mv: mark strings for translationsNguyễn Thái Ngọc Duy
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-24apply: avoid possible bogus pointerJeff King
2014-07-24free ref string returned by dwim_refJeff King
2014-07-24receive-pack: don't copy "dir" parameterJeff King
2014-07-23Merge branch 'ta/string-list-init'Junio C Hamano
2014-07-23Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano
2014-07-23Merge branch 'jk/tag-sort'Junio C Hamano
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21replace: check mergetags when using --graftChristian Couder
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21replace: add --graft optionChristian Couder
2014-07-21Merge branch 'rs/unify-is-branch'Junio C Hamano
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-21replace memset with string-list initializersTanay Abhra
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov
2014-07-17tag: support configuring --sort via .gitconfigJacob Keller
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg
2014-07-16Sync with 2.0.2Junio C Hamano
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-16Merge branch 'jk/skip-prefix'Junio C Hamano
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-07-16Merge branch 'jk/replace-edit-raw'Junio C Hamano
2014-07-16Merge branch 'cc/replace-edit'Junio C Hamano
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-16Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano
2014-07-16Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano
2014-07-16Merge branch 'maint-1.9' into maintJunio C Hamano
2014-07-16Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano
2014-07-16annotate: use argv_arrayRené Scharfe
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg
2014-07-14trace: improve trace performanceKarsten Blees
2014-07-14diff-tree: avoid lookup_unknown_objectJeff King