summaryrefslogtreecommitdiffstats
path: root/fsck.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-22t9100: remove bogus " || test" after each test scriptletJunio C Hamano1-5/+9
2012-02-22Update draft release notes to 1.7.10Junio C Hamano1-40/+6
2012-02-22Update draft release notes to 1.7.9.2Junio C Hamano1-16/+55
2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter2-32/+44
2012-02-21git-svn.perl: perform deletions before anything elseSteven Walter1-1/+1
2012-02-21git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)1-7/+11
2012-02-21git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason1-2/+1
2012-02-21git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason1-1/+1
2012-02-21completion: add --interactive option to git svn dcommitFrederic Heitzmann1-1/+1
2012-02-21completion: Allow dash as the first character for __git_ps1Christian Hammerl1-1/+1
2012-02-20Update draft release notes to 1.7.10Junio C Hamano1-24/+40
2012-02-20Update draft release notes to 1.7.9.2Junio C Hamano1-0/+3
2012-02-20gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2-1/+41
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski2-2/+11
2012-02-16Update draft release notes to 1.7.9.2Junio C Hamano2-1/+28
2012-02-16man: rearrange git synopsis to fit in 80 linesZbigniew Jędrzejewski-Szmek1-3/+3
2012-02-16completion: --list option for git-branchRalf Thielow1-1/+1
2012-02-15make lineno_width() from blame reusable for othersZbigniew Jędrzejewski-Szmek3-15/+16
2012-02-14diff --stat: show bars of same length for paths with same amount of changesJunio C Hamano1-7/+20
2012-02-14Git 1.7.9.1v1.7.9.1Junio C Hamano3-2/+14
2012-02-14diff-highlight: document some non-optimal casesJeff King1-0/+93
2012-02-14diff-highlight: match multi-line hunksJeff King2-34/+52
2012-02-14diff-highlight: refactor to prepare for multi-line hunksJeff King1-8/+14
2012-02-14diff-highlight: don't highlight whole linesJeff King1-2/+26
2012-02-14diff-highlight: make perl strict and warnings fatalJeff King1-0/+3
2012-02-14pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek3-22/+38
2012-02-13do not override receive-pack errorsClemens Buchacher2-11/+35
2012-02-13t5541: check error message against the real port number usedClemens Buchacher1-1/+1
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher7-21/+28
2012-02-13git rev-list: fix invalid typecastClemens Buchacher2-2/+28
2012-02-13Update draft release notes to 1.7.9.1Junio C Hamano1-3/+19
2012-02-13builtin/tag.c: Fix a sparse warningRamsay Jones1-1/+1
2012-02-13t: use sane_unset instead of unsetÆvar Arnfjörð Bjarmason6-10/+10
2012-02-13Remove Git's support for smoke testingÆvar Arnfjörð Bjarmason3-133/+1
2012-02-13Makefile: Change the default compiler from "gcc" to "cc"Ævar Arnfjörð Bjarmason1-1/+1
2012-02-13Makefile: introduce CHARSET_LIB to link with -lcharsetДилян Палаузов3-0/+16
2012-02-13Update draft release notes to 1.7.10Junio C Hamano1-1/+40
2012-02-13gitweb: Harden and improve $project_filter page titleJakub Narebski1-1/+1
2012-02-13refs: remove the extra_refs APIMichael Haggerty2-30/+1
2012-02-13clone: do not add alternate references to extra_refsMichael Haggerty1-12/+0
2012-02-13everything_local(): mark alternate refs as completeMichael Haggerty2-1/+7
2012-02-13fetch-pack.c: inline insert_alternate_refs()Michael Haggerty1-6/+1
2012-02-13fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty1-5/+5
2012-02-13clone.c: move more code into the "if (refs)" conditionalMichael Haggerty1-19/+20
2012-02-13t5700: document a failure of alternates to affect fetchMichael Haggerty1-3/+31
2012-02-13"git pull" doesn't know "--edit"Linus Torvalds1-2/+6
2012-02-10mergetools/meld: Use --help output to detect --output supportJonathan Nieder1-1/+1
2012-02-10Update draft release notes to 1.7.10Junio C Hamano1-1/+22
2012-02-10Update draft release notes to 1.7.9.1Junio C Hamano1-0/+17
2012-02-10ctype: implement islower/isupper macroNamhyung Kim1-0/+15