summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Allow building without any git installedLibravatar Junio C Hamano1-1/+1
2008-07-27init: handle empty "template" parameterLibravatar Jeff King2-0/+28
2008-07-27GIT 1.6.0-rc1Libravatar Junio C Hamano1-1/+18
2008-07-27git-mv: Keep moved index entries inactLibravatar Petr Baudis4-55/+80
2008-07-27git-mv: Remove dead code branchLibravatar Petr Baudis1-9/+7
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthLibravatar Shawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Libravatar Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLibravatar Lars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLibravatar Lars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLibravatar Lars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxLibravatar Björn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashLibravatar Junio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryLibravatar Jakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Libravatar Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordLibravatar Cesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Libravatar Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleLibravatar Anders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Libravatar Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileLibravatar Abhijit Menon-Sen1-1/+1
2008-07-27Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano5-21/+178
2008-07-27git-gui: Preserve scroll position on reshow_diff.Libravatar Alexander Gavrilov1-4/+14
2008-07-27git-gui: Fix the Remote menu separator.Libravatar Alexander Gavrilov1-0/+1
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterLibravatar Johannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Libravatar Johannes Sixt1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesLibravatar Stephan Beyer1-6/+9
2008-07-25git-svn: teach dcommit about svn auto-propsLibravatar Brad King2-0/+139
2008-07-25Windows: Do not compile git-shellLibravatar Johannes Sixt1-2/+2
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-25Windows: Make $(gitexecdir) relativeLibravatar Johannes Sixt1-0/+1
2008-07-25Allow add_path() to add non-existent directories to the pathLibravatar Johannes Sixt3-37/+37
2008-07-25Allow the built-in exec path to be relative to the command invocation pathLibravatar Johannes Sixt2-42/+26
2008-07-25Fix relative built-in paths to be relative to the command invocationLibravatar Johannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyLibravatar Johannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingLibravatar Johannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Libravatar Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signLibravatar Rene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededLibravatar Rene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededLibravatar Rene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cLibravatar Rene Scharfe3-145/+137
2008-07-25archive: add write_archive()Libravatar Rene Scharfe4-21/+21
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Libravatar Steve Haslam1-5/+4
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECLibravatar Stephan Beyer1-2/+1
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Libravatar Steve Haslam2-0/+30
2008-07-25editor.c: Libify launch_editor()Libravatar Stephan Beyer4-15/+23
2008-07-25Move launch_editor() from builtin-tag.c to editor.cLibravatar Stephan Beyer3-53/+57
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkLibravatar Shawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreLibravatar Abhijit Menon-Sen1-3/+3
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano4-8/+15
2008-07-25Documentation: clarify how to disable elements in core.whitespaceLibravatar Junio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingLibravatar Junio C Hamano2-7/+10