summaryrefslogtreecommitdiffstats
path: root/builtin.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-21workflows documentation: fix link to git-request-pull[1]Lee Marlow1-1/+1
2008-10-21bash completion: Add 'workflows' to 'git help'Lee Marlow1-0/+1
2008-10-21document "intent to add" option to git-addJeff King1-2/+11
2008-10-21gitk: Turn short SHA1 names into links tooPaul Mackerras1-30/+77
2008-10-20Fix testcase failure when extended attributes are in useJunio C Hamano1-4/+6
2008-10-20Fix mismerge at cdb22c4 in builtin-checkout.cJunio C Hamano1-3/+0
2008-10-19git-merge-recursive: honor merge.conflictstyle once againMatt McCutchen1-1/+1
2008-10-19Documentation: add manpage about workflowsThomas Rast2-1/+365
2008-10-19Documentation: Spelling fixFredrik Skolmli1-1/+1
2008-10-19Documentation: Clarify '--signoff' for git-commitAbhijit Bhopatkar1-1/+2
2008-10-18Update draft release notes for 1.6.1Junio C Hamano1-1/+6
2008-10-18Hopefully the final draft release notes update before 1.6.0.3Junio C Hamano1-1/+9
2008-10-18diff(1): clarify what "T"ypechange status meansJunio C Hamano1-1/+2
2008-10-18format-patch: autonumber by defaultBrian Gernhardt15-32/+298
2008-10-18Do not rename read-only files during a pushPetr Baudis1-2/+3
2008-10-18contrib: update packinfo.pl to not use dashed commandsDan McGee1-7/+7
2008-10-18force_object_loose: Fix memory leakBjörn Steinbrink1-1/+5
2008-10-18gitk: Regenerate .po filesPaul Mackerras5-966/+1037
2008-10-17describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce3-10/+13
2008-10-17tests: shell negation portability fixJeff King1-1/+1
2008-10-17gitk: New way of constructing menus that allows for Alt+letter acceleratorsPaul Mackerras1-70/+98
2008-10-17t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen1-0/+3
2008-10-16rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2-2/+174
2008-10-16git-check-attr(1): use 'verse' for multi-line synopsis sectionsJonas Fonseca1-1/+2
2008-10-16git-check-attr(1): add output and example sectionsJonas Fonseca1-0/+50
2008-10-16xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2-2/+12
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey1-0/+6
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey1-1/+2
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson1-1/+1
2008-10-16gitk: Bind Key-Return to create on new branch dialogRichard Quirk1-0/+1
2008-10-16gitk: Fix binding for <Return> in sha1 entry fieldPaul Mackerras1-1/+1
2008-10-15gitk: Clean up file encoding code and add enable/disable optionPaul Mackerras1-59/+92
2008-10-15remote.c: correct the check for a leading '/' in a remote nameBrandon Casey1-4/+5
2008-10-15Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna1-0/+26
2008-10-15rebase: Document --no-verify option to bypass pre-rebase hookNanako Shiraishi1-1/+4
2008-10-15Add Linux PPC support to the pre-auto-gc example hookMiklos Vajna1-0/+3
2008-10-15t4018-diff-funcname: add objective-c xfuncname pattern to syntax testBrandon Casey1-1/+1
2008-10-14gitk: Implement batch lookup and caching of encoding attrsAlexander Gavrilov1-1/+34
2008-10-14gitk: Enhance file encoding supportAlexander Gavrilov1-11/+63
2008-10-14Update draft release notes to 1.6.1Junio C Hamano1-7/+46
2008-10-14Update draft release notes to 1.6.0.3Junio C Hamano1-2/+19
2008-10-13compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl2-5/+17
2008-10-13tests: shell negation portability fixJeff King1-1/+1
2008-10-12gitweb: refactor input parameters parse/validationGiuseppe Bilotta1-137/+178
2008-10-12check-attr: Add --stdin optionDmitry Potapov3-11/+89
2008-10-12check-attr: add an internal check_attr() functionDmitry Potapov1-18/+24
2008-10-12test-lib: fix broken printfShawn O. Pearce1-1/+1
2008-10-12"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen3-3/+31
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey46-197/+91
2008-10-12print an error message for invalid pathDmitry Potapov2-3/+5