summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-29po/TEAMS: add new members to German translation teamRalf Thielow
2014-08-29l10n: de.po: translate 38 new messagesRalf Thielow
2014-08-28contrib/svn-fe: fix MakefileMaxim Bublis
2014-08-28Document LF appearing in shallow command during send-pack/receive-packShawn Pearce
2014-08-28t0027: Tests for core.eol=native, eol=lf, eol=crlfTorsten Bögershausen
2014-08-28docs/fast-export: explain --anonymize more completelyJeff King
2014-08-28merge, pull: stop advising 'commit -a' in case of conflictMatthieu Moy
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska
2014-08-28copy_fd(): do not close the input file descriptorSteffen Prohaska
2014-08-28mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska
2014-08-28memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska
2014-08-28config.c: add git_env_ulong() to parse environment variableSteffen Prohaska
2014-08-27teach fast-export an --anonymize optionJeff King
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-08-27record_author_date(): use find_commit_header()Jeff King
2014-08-27record_author_date(): fix memory leak on malformed commitJeff King
2014-08-27commit: provide a function to find a header in a bufferJeff King
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King
2014-08-26send-pack: take refspecs over stdinJeff King
2014-08-26Makefile: drop CHECK_HEADER_DEPENDENCIES codeJeff King
2014-08-26Merge branch 'jk/diff-tree-t-fix'Junio C Hamano
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-26Merge branch 'jk/fix-profile-feedback-build'Junio C Hamano
2014-08-26use strbuf_add_absolute_path() to add absolute pathsRené Scharfe
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-08-26wrapper: add xgetcwd()René Scharfe
2014-08-26abspath: convert real_path_internal() to strbufRené Scharfe
2014-08-26abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe
2014-08-26setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe
2014-08-26log-tree: make name_decoration hash staticJeff King
2014-08-26log-tree: make add_name_decoration a public functionJeff King
2014-08-25imap-send: create target mailbox if it is missingTony Finch
2014-08-25checkout -m: attempt merge when deletion of path was stagedJonathan Nieder
2014-08-25Merge git://github.com/git-l10n/git-poJunio C Hamano
2014-08-25Makefile: use `find` to determine static header dependenciesJeff King
2014-08-25i18n: treat "make pot" as an explicitly-invoked targetJonathan Nieder
2014-08-25git-prompt: do not look for refs/stash in $GIT_DIRJeff King
2014-08-25fast-import: fix buffer overflow in dump_tagsJeff King
2014-08-25fast-import: clean up pack_data pointer in end_packfileJeff King
2014-08-25pack-refs: prune top-level refs like "refs/foo"Jeff King
2014-08-25walker: avoid quadratic list insertion in mark_completeRené Scharfe
2014-08-25sha1_name: avoid quadratic list insertion in handle_one_refRené Scharfe
2014-08-23l10n: de.po: improve message when switching branchesRalf Thielow
2014-08-23l10n: de.po: fix typoRalf Thielow
2014-08-22po/TEAMS: Add Catalan teamAlex Henrie
2014-08-22l10n: Add Catalan translationAlex Henrie
2014-08-22upload-pack: keep poll(2)'s timeout to -1Edward Thomson
2014-08-21convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska