summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-01--base-path-relaxed optionLibravatar Jens Axboe2-2/+30
2007-07-31Add test case for basic commit functionality.Libravatar Kristian Høgsberg1-0/+134
2007-07-31git.el: Take into account the core.excludesfile config option.Libravatar Alexandre Julliard1-5/+15
2007-07-31git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Libravatar Alexandre Julliard1-1/+1
2007-07-31Make verse of git-config manpage more readableLibravatar Alex Riesen1-13/+19
2007-07-31Add a test for git-config --fileLibravatar Alex Riesen1-0/+6
2007-07-31Add an option to specify a file to config builtinLibravatar Alex Riesen2-14/+24
2007-07-31make the name of the library directory a config optionLibravatar Robert Schiele2-5/+17
2007-07-31Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-07-31rev-list --bisect: fix allocation of "int*" instead of "int".Libravatar Christian Couder1-1/+1
2007-07-31git.c: execution pathLibravatar Junio C Hamano1-5/+5
2007-07-31add option to find zlib in custom pathLibravatar Robert Schiele2-1/+10
2007-07-30Unset GIT_EDITOR while running tests.Libravatar Junio C Hamano1-0/+1
2007-07-30add_file_to_index: skip rehashing if the cached stat already matchesLibravatar Junio C Hamano1-1/+10
2007-07-30git-svn: Translate invalid characters in refnameLibravatar Robert Ewald1-3/+36
2007-07-30white space fixes in setup.cLibravatar Johannes Schindelin1-3/+3
2007-07-30Documentation/gitattributes.txt: typofixLibravatar David Soria Parra1-1/+1
2007-07-29rebase: try not to munge commit log messageLibravatar Junio C Hamano2-5/+72
2007-07-29symbolic-ref, update-ref: do not refuse reflog message with LFLibravatar Junio C Hamano2-4/+0
2007-07-29log_ref_write() -- do not chomp reflog message at the first LFLibravatar Junio C Hamano1-16/+28
2007-07-29Merge branch 'bs/lock'Libravatar Junio C Hamano3-26/+135
2007-07-29Merge branch 'master' of git://repo.or.cz/git-guiLibravatar Junio C Hamano13-428/+1132
2007-07-29git-gui: Minor refactoring of merge command line in merge supportLibravatar Shawn O. Pearce1-3/+3
2007-07-29git-gui: Use more modern looking icons in the tree browserLibravatar Shawn O. Pearce2-30/+18
2007-07-29git-gui: Don't offer to stage hunks from untracked filesLibravatar Shawn O. Pearce1-0/+6
2007-07-29git-gui: Make sure remotes are loaded when picking revisionsLibravatar Shawn O. Pearce1-0/+4
2007-07-29Makefile: use $(FIND) instead of findLibravatar David Kastrup1-2/+3
2007-07-29git-diff: turn on recursion by defaultLibravatar Jeff King2-1/+2
2007-07-29git-gui: Use progress bar while resetting/aborting filesLibravatar Shawn O. Pearce1-4/+12
2007-07-29git-gui: Honor core.excludesfile when listing extra filesLibravatar Shawn O. Pearce1-0/+4
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Libravatar Christian Stimming5-14/+18
2007-07-28Rename git-rebase interactive buffer: todo => git-rebase-todoLibravatar Seth Falcon1-1/+1
2007-07-28gitweb: Allow for multivalued parameters passed to href subroutineLibravatar Jakub Narebski1-1/+7
2007-07-28Don't rely on unspecified behaviorLibravatar Thomas Schwinge1-1/+1
2007-07-28gitweb: Simplify 'opt' parameter validation, add "no merges" feedsLibravatar Jakub Narebski2-5/+40
2007-07-28gitweb: Show submodule entries in the 'tree' viewLibravatar Jakub Narebski1-3/+35
2007-07-28Documentation/git-diff: remove -r from --name-status exampleLibravatar Jeff King1-5/+2
2007-07-28git-stash apply --index: optimize postprocessingLibravatar Junio C Hamano1-6/+7
2007-07-28Fix git-stash apply --indexLibravatar Junio C Hamano1-6/+17
2007-07-28git-stash: Make sure reflog is created for refs/stashLibravatar しらいしななこ1-0/+3
2007-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-125/+237
2007-07-27rebase -i: fix interrupted squashingLibravatar Johannes Schindelin2-1/+31
2007-07-27gitk: Add a context menu for file list entriesLibravatar Paul Mackerras1-0/+36
2007-07-27Add test for symlinked configuration file updates.Libravatar Junio C Hamano1-0/+15
2007-07-27use lockfile.c routines in git_commit_set_multivar()Libravatar Bradford C. Smith1-12/+18
2007-07-27fully resolve symlinks when creating lockfilesLibravatar Bradford C. Smith1-14/+102
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesLibravatar Shawn O. Pearce1-2/+3
2007-07-26git-stash: do not remove a ref by hand.Libravatar Junio C Hamano1-3/+4
2007-07-26Teach "git stripspace" the --strip-comments optionLibravatar Johannes Schindelin3-2/+15
2007-07-26Make verify-tag a builtin.Libravatar Carlos Rica6-3/+115