summaryrefslogtreecommitdiffstats
path: root/tar.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King13-35/+22
2013-02-20pkt-line: provide a generic reading function with optionsJeff King3-15/+36
2013-02-20pkt-line: drop safe_write functionJeff King10-35/+19
2013-02-20pkt-line: move a misplaced commentJeff King2-16/+13
2013-02-20write_or_die: raise SIGPIPE when we get EPIPEJeff King1-6/+13
2013-02-20upload-archive: use argv_array to store client argumentsJeff King1-21/+14
2013-02-20upload-archive: do not copy repo nameJeff King1-7/+2
2013-02-20send-pack: prefer prefixcmp over memcmp in receive_statusJeff King1-5/+4
2013-02-20fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King1-0/+2
2013-02-20upload-pack: remove packet debugging harnessJeff King3-35/+22
2013-02-20upload-pack: do not add duplicate objects to shallow listJeff King1-2/+4
2013-02-20upload-pack: use get_sha1_hex to parse "shallow" linesJeff King1-1/+1
2013-02-18Git 1.8.2-rc0v1.8.2-rc0Junio C Hamano2-1/+14
2013-02-15Update draft release notes to 1.8.2Junio C Hamano1-0/+12
2013-02-15Documentation/git-add: kill remaining <filepattern>Junio C Hamano1-1/+1
2013-02-14user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King1-3/+4
2013-02-14Update draft release notes to 1.8.2Junio C Hamano1-0/+9
2013-02-13t9903: add extra tests for bash.showDirtyStateMartin Erik Werner1-1/+37
2013-02-13t9903: add tests for bash.showUntrackedFilesMartin Erik Werner1-0/+40
2013-02-13Makefile: don't run "rm" without any filesMatt Kraai1-2/+1
2013-02-13shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner1-3/+8
2013-02-12rebase -i: respect core.commentcharJohn Keeping2-40/+58
2013-02-12combine-diff.c: teach combined diffs about line prefixJohn Keeping1-17/+30
2013-02-12diff.c: use diff_line_prefix() where applicableJohn Keeping1-95/+20
2013-02-12diff: add diff_line_prefix functionJohn Keeping2-0/+13
2013-02-12diff.c: make constant string arguments constJohn Keeping1-2/+4
2013-02-12diff: write prefix to the correct fileJohn Keeping1-1/+1
2013-02-12completion: support 'git config --local'Matthieu Moy1-2/+2
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy3-8/+8
2013-02-12parse-options: report uncorrupted multi-byte optionsErik Faye-Lund1-1/+4
2013-02-11Allow building with xmlparse.hMatt Kraai3-0/+11
2013-02-11log: re-encode commit messages before greppingJeff King2-7/+78
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin3-2/+25
2013-02-11git-bisect.txt: clarify that reset quits bisectMichael J Gruber1-1/+6
2013-02-11Update draft release notes to 1.8.2Junio C Hamano1-0/+25
2013-02-11user-manual: Rewrite git-gc section for automatic packingW. Trevor King1-12/+6
2013-02-11user-manual: Fix 'you - Git' -> 'you--Git' typoW. Trevor King1-1/+1
2013-02-11user-manual: Fix 'http' -> 'HTTP' typosW. Trevor King1-3/+3
2013-02-10user-manual: Fix 'both: so' -> 'both; so' typoW. Trevor King1-1/+1
2013-02-10p4merge: fix printf usageDavid Aguilar1-1/+1
2013-02-10difftool--helper: fix printf usageDavid Aguilar1-1/+1
2013-02-09cvsimport: format commit timestamp ourselves without using strftimeBen Walton1-1/+4
2013-02-09perl/Git.pm: fix get_tz_offset to properly handle DST boundary casesBen Walton1-3/+3
2013-02-09Move Git::SVN::get_tz to Git::get_tz_offsetBen Walton3-12/+31
2013-02-08git-mergetool: print filename when it contains %Asheesh Laroia1-1/+1
2013-02-08l10n: de.po: translate "reset" as "neu setzen"Ralf Thielow1-8/+8
2013-02-08l10n: de.po: translate "revision" consistently as "Revision"Ralf Thielow1-9/+9
2013-02-08l10n: de.po: translate 11 new messagesRalf Thielow1-650/+722
2013-02-08git-remote-mediawiki: use toplevel's MakefileMatthieu Moy3-40/+11
2013-02-08Makefile: make script-related rules usable from subdirectoriesMatthieu Moy1-3/+32