summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-20Merge branch 'rm/gitweb-start-form'Junio C Hamano
2014-10-20Merge branch 'ss/contrib-subtree-contacts'Junio C Hamano
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-20Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano
2014-10-20Merge branch 'ta/config-set'Junio C Hamano
2014-10-20Merge branch 'jk/test-shell-trace'Junio C Hamano
2014-10-20Merge branch 'bc/asciidoc'Junio C Hamano
2014-10-20Revert "archive: honor tar.umask even for pax headers"Junio C Hamano
2014-10-19core.filemode may need manual actionTorsten Bögershausen
2014-10-19doc: fix 'git status --help' character quotingPhilip Oakley
2014-10-19t1304: Set LOGNAME even if USER is unset or nullW. Trevor King
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira
2014-10-19drop add_object_array_with_modeJeff King
2014-10-19revision: remove definition of unused 'add_object' functionRamsay Jones
2014-10-19use env_array member of struct child_processRené Scharfe
2014-10-19run-command: add env_array, an optional argv_array for envRené Scharfe
2014-10-19pack-objects: turn off bitmaps when we split packsJeff King
2014-10-19pack-objects: double-check options before discarding objectsJeff King
2014-10-19repack: pack objects mentioned by the indexJeff King
2014-10-19pack-objects: use argv_arrayJeff King
2014-10-19reachable: use revision machinery's --indexed-objects codeJeff King
2014-10-19rev-list: add --indexed-objects optionJeff King
2014-10-19rev-list: document --reflog optionJeff King
2014-10-19t5516: test pushing a tag of an otherwise unreferenced blobJeff King
2014-10-19traverse_commit_list: support pending blobs/trees with pathsJeff King
2014-10-16Merge branch 'jc/completion-no-chdir'Junio C Hamano
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano
2014-10-16Merge branch 'po/everyday-doc'Junio C Hamano
2014-10-16gitweb: use start_form, not startform that was removed in CGI.pm 4.04Roland Mas
2014-10-16t7610-mergetool: add test cases for mergetool.writeToTempDavid Aguilar
2014-10-16mergetool: add an option for writing to a temporary directoryDavid Aguilar
2014-10-16mergetool: use more conservative temporary filenamesDavid Aguilar
2014-10-16test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar
2014-10-16t7610-mergetool: use test_config to isolate testsDavid Aguilar
2014-10-16mergetools/meld: make usage of `--output` configurable and more robustDavid Aguilar
2014-10-16make add_object_array_with_context interface more saneJeff King
2014-10-16write_sha1_file: freshen existing objectsJeff King
2014-10-16pack-objects: match prune logic for discarding objectsJeff King
2014-10-16pack-objects: refactor unpack-unreachable expiration checkJeff King
2014-10-16prune: keep objects reachable from recent objectsJeff King
2014-10-16sha1_file: add for_each iterators for loose and packed objectsJeff King
2014-10-16count-objects: use for_each_loose_file_in_objdirJeff King
2014-10-16count-objects: do not use xsize_t when counting object sizeJeff King
2014-10-16prune-packed: use for_each_loose_file_in_objdirJeff King
2014-10-16reachable: mark index blobs as SEENJeff King
2014-10-16prune: factor out loose-object directory traversalJeff King
2014-10-16reachable: reuse revision.c "add all reflogs" codeJeff King
2014-10-16reachable: use traverse_commit_list instead of custom walkJeff King
2014-10-16clean up name allocation in prepare_revision_walkJeff King
2014-10-16object_array: add a "clear" functionJeff King