summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-10Merge branch 'js/git-submodule-trailing-slash'Libravatar Junio C Hamano3-2/+34
2009-02-10Merge branch 'js/maint-1.6.0-path-normalize'Libravatar Junio C Hamano6-152/+115
2009-02-10Merge branch 'maint'Libravatar Junio C Hamano3-0/+9
2009-02-10Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano3-0/+9
2009-02-10Clear the delta base cache during fast-import checkpointLibravatar Shawn O. Pearce3-0/+9
2009-02-09git-web--browse: Fix check for /bin/startLibravatar Todd Zullinger1-1/+1
2009-02-08Merge branch 'maint'Libravatar Junio C Hamano3-3/+28
2009-02-08completion: Get rid of tabbed indentation in comments. Replace with spaces.Libravatar Ted Pavlic1-5/+5
2009-02-08completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Libravatar Ted Pavlic1-1/+1
2009-02-08gitweb: add $prevent_xss option to prevent XSS by repository contentLibravatar Matt McCutchen2-3/+27
2009-02-08doc/bundle: Use the more conventional suffix '.bundle'Libravatar Santi Béjar1-7/+7
2009-02-08Add two extra tests for git rebaseLibravatar Johannes Schindelin1-1/+12
2009-02-08Documentation: clarify commits affected by gitk --mergeLibravatar Sitaram Chamarty1-1/+2
2009-02-08add -p: get rid of Git.pm warnings about unitialized valuesLibravatar Stephan Beyer1-1/+2
2009-02-08rev-list: fix showing distance when using --bisect-allLibravatar Christian Couder1-0/+1
2009-02-08Move mailmap documentation into separate fileLibravatar Marius Storm-Olsen4-84/+94
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Libravatar Marius Storm-Olsen5-51/+186
2009-02-08Add map_user() and clear_mailmap() to mailmapLibravatar Marius Storm-Olsen3-51/+236
2009-02-08Add find_insert_index, insert_at_index and clear_func functions to string_listLibravatar Marius Storm-Olsen2-4/+48
2009-02-08Add mailmap.file as configurational option for mailmap locationLibravatar Marius Storm-Olsen10-7/+147
2009-02-07gitweb: Better regexp for SHA-1 committag matchLibravatar Jakub Narebski1-1/+1
2009-02-07submodule: warn about non-submodulesLibravatar Johannes Schindelin2-1/+8
2009-02-07Let ls-files strip trailing slashes in submodules' pathsLibravatar Johannes Schindelin2-1/+26
2009-02-07Remove unused normalize_absolute_path()Libravatar Johannes Sixt2-46/+6
2009-02-07Test and fix normalize_path_copy()Libravatar Johannes Sixt3-30/+26
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsLibravatar René Scharfe2-8/+9
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Libravatar Johannes Sixt3-87/+88
2009-02-07Make test-path-utils more robust against incorrect useLibravatar Johannes Sixt1-1/+6
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLibravatar Lars Hjemli4-9/+32
2009-02-07GIT 1.6.2-rc0Libravatar Junio C Hamano2-16/+58
2009-02-07Merge branch 'tr/add-p-single'Libravatar Junio C Hamano2-16/+73
2009-02-07Merge branch 'js/filter-branch-submodule'Libravatar Junio C Hamano2-14/+17
2009-02-07Merge branch 'maint'Libravatar Junio C Hamano1-0/+32
2009-02-07emacs: Remove the no longer maintained vc-git package.Libravatar Alexandre Julliard2-217/+1
2009-02-07git.el: Add some notes about Emacs versions compatibility.Libravatar Alexandre Julliard1-2/+10
2009-02-07git.el: Use integer instead of character constants in case statement.Libravatar Alexandre Julliard1-15/+15
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Libravatar Alexandre Julliard1-0/+1
2009-02-07git.el: Make git-run-command-region display the error if any.Libravatar Alexandre Julliard1-19/+19
2009-02-07git.el: Add commands for cherry-pick and revert.Libravatar Alexandre Julliard1-0/+42
2009-02-07git.el: Add a command to create a new branch.Libravatar Alexandre Julliard1-0/+14
2009-02-07git.el: Add a checkout command.Libravatar Alexandre Julliard1-2/+31
2009-02-07GIT 1.6.1.3Libravatar Junio C Hamano3-2/+34
2009-02-07git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeLibravatar Marcel M. Cary2-23/+10
2009-02-07submodule: add --no-fetch parameter to update commandLibravatar Fabian Franz2-4/+22
2009-02-07add -p: import Term::ReadKey with 'require'Libravatar Thomas Rast1-1/+4
2009-02-05Merge branch 'js/maint-remote-remove-mirror'Libravatar Junio C Hamano2-7/+58
2009-02-05Merge branch 'js/notes'Libravatar Junio C Hamano15-0/+504
2009-02-05Merge branch 'jc/refuse-push-to-current'Libravatar Junio C Hamano2-18/+46
2009-02-05Merge branch 'rc/http-push'Libravatar Junio C Hamano1-37/+30
2009-02-05Merge branch 'gt/utf8-width'Libravatar Junio C Hamano3-5/+27