summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-20grep: fix word-regexp colouringLibravatar René Scharfe1-0/+5
2009-05-20completion: use git rev-parse to detect bare reposLibravatar Giuseppe Bilotta1-1/+1
2009-05-20Cope better with a _lot_ of packsLibravatar Johannes Schindelin1-0/+6
2009-05-20grep: make callback functions staticLibravatar René Scharfe1-8/+10
2009-05-20for-each-ref: fix segfault in copy_emailLibravatar Jeff King1-2/+5
2009-05-20Extend sample pre-commit hook to check for non ascii filenamesLibravatar Heiko Voigt1-0/+25
2009-05-20Unify signedness in hashing callsLibravatar Dan McGee2-6/+6
2009-05-18t5100: use ancient encoding syntax for backwards compatibilityLibravatar Brandon Casey2-20/+20
2009-05-18t9301: use ISO8859-1 rather than ISO-8859-1Libravatar Brandon Casey1-1/+1
2009-05-18t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibilityLibravatar Brandon Casey1-20/+20
2009-05-18t3901: avoid negation on right hand side of '|'Libravatar Brandon Casey1-1/+1
2009-05-18builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encodingLibravatar Brandon Casey1-1/+1
2009-05-18builtin-mailinfo.c: compare character encodings case insensitivelyLibravatar Brandon Casey1-4/+2
2009-05-18Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityLibravatar Brandon Casey4-6/+6
2009-05-18t3900: use ancient iconv names for backward compatibilityLibravatar Brandon Casey5-20/+20
2009-05-18Merge branch 'np/push-delta'Libravatar Junio C Hamano3-8/+23
2009-05-18Merge branch 'ar/merge-one-file-diag'Libravatar Junio C Hamano0-0/+0
2009-05-18Merge branch 'ar/unlink-err'Libravatar Junio C Hamano26-50/+68
2009-05-18Merge branch 'jk/maint-add-empty'Libravatar Junio C Hamano1-1/+1
2009-05-18Merge branch 'js/add-edit'Libravatar Junio C Hamano3-4/+187
2009-05-18Merge branch 'mh/diff-stat-color'Libravatar Junio C Hamano1-8/+7
2009-05-18Merge branch 'mh/show-branch-color'Libravatar Junio C Hamano4-5/+66
2009-05-18Merge branch 'ac/graph-horizontal-line'Libravatar Junio C Hamano2-19/+49
2009-05-18Merge branch 'ae/anon-fetch-info'Libravatar Junio C Hamano3-2/+54
2009-05-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-05-17bisect: check ancestors without forking a "git rev-list" processLibravatar Christian Couder2-44/+23
2009-05-17commit: add function to unparse a commit and its parentsLibravatar Christian Couder2-0/+22
2009-05-17bisect: rework some rev related functions to make them more reusableLibravatar Christian Couder1-11/+14
2009-05-17format-patch: migrate to parse-options APILibravatar Stephen Boyd1-97/+158
2009-05-17show-branch: Fix die message in parse_reflog_param()Libravatar Stephen Boyd1-1/+1
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano4-5/+8
2009-05-16completion: add missing options to show-branch and showLibravatar Stephen Boyd1-2/+2
2009-05-16dir.c: clean up handling of 'path' parameter in read_directory_recursive()Libravatar Linus Torvalds1-1/+1
2009-05-16Fix type-punning issuesLibravatar Dan McGee2-2/+5
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano9-21/+61
2009-05-16test: checkout shouldn't say that HEAD has moved if it didn'tLibravatar Nanako Shiraishi1-0/+8
2009-05-16completion: enhance "current branch" displayLibravatar Junio C Hamano1-2/+13
2009-05-16completion: simplify "current branch" in __git_ps1()Libravatar Junio C Hamano1-7/+8
2009-05-16completion: fix PS1 display during a merge on detached HEADLibravatar Junio C Hamano1-3/+3
2009-05-16Improve the naming of guessed target repository for git cloneLibravatar Alex Riesen1-5/+29
2009-05-16Use UTF-8 instead of utf8 for backward compatibilityLibravatar Alex Riesen1-2/+2
2009-05-16Revert "git-add--interactive: remove hunk coalescing"Libravatar Junio C Hamano2-2/+96
2009-05-16Splitting a hunk that adds a line at the top fails in "add -p"Libravatar Matt Graham1-0/+32
2009-05-16builtin-checkout: Don't tell user that HEAD has moved before it hasLibravatar Daniel Cordero1-8/+8
2009-05-16pre-commit.sample: don't print incidental SHA1Libravatar Jim Meyering1-1/+1
2009-05-16tests: Add tests for missing format-patch long optionsLibravatar Stephen Boyd2-0/+17
2009-05-16api-parse-options.txt: use 'func' instead of 'funct'Libravatar Stephen Boyd1-1/+1
2009-05-16mktree: validate entry type in inputLibravatar Josh Micich1-10/+33
2009-05-16mktree --batch: build more than one tree objectLibravatar Josh Micich2-8/+40
2009-05-16mktree --missing: updated usage message and man pageLibravatar Josh Micich2-4/+11