652 Commits (e5d3de5c457d1a82c921b9bf2cd9a962970ce30e)

Author SHA1 Message Date
Jakub Narebski afa75bc8aa contrib: Make remotes2config.sh script more robust 17 years ago
Johannes Schindelin b3a4f8586b bash completion: add diff options 17 years ago
Thomas Harning a00a42ae33 git-merge-ours: make it a builtin. 17 years ago
Shun Kei Leung 183f84365d git-p4: Fix typo in --detect-labels 17 years ago
Anton Gyllenberg 59adeef48f gitview: import only one of gtksourceview and gtksourceview2 17 years ago
Shawn Bohrer 113f10f22f Make git-clean a builtin 17 years ago
Simon Hausmann 38f9f5ec41 git-p4: Fix direct import from perforce after fetching changes through git from origin 17 years ago
Gerrit Pape 5c355059c3 contrib/hooks/post-receive-email: remove cruft, $committer is not used 17 years ago
Gerrit Pape e7509ee388 contrib/hooks/post-receive-email: make subject prefix configurable 17 years ago
Gerrit Pape 15a2f53011 contrib/hooks/post-receive-email: reformat to wrap comments at 76 chars 17 years ago
Gerrit Pape b5786c8283 contrib/hooks/post-receive-email: fix typo 17 years ago
Daniel Barkalow 8951d7c1f1 Build in ls-remote 17 years ago
Chris Pettitt c65b670e85 git-p4: Detect changes to executable bit and include them in p4 submit. 17 years ago
Chris Pettitt b43b0a3c5c git-p4: Add a helper function to parse the full git diff-tree output. 17 years ago
Gerrit Pape fee9832a8d No longer install git-svnimport, move to contrib/examples 17 years ago
Alexandre Julliard d53a35020d git.el: Run git-gc --auto after commits. 17 years ago
Alexandre Julliard 2f6e86a86f git.el: Refresh only the changed file marks when marking/unmarking all. 17 years ago
Alexandre Julliard 6df023884b git.el: Fix typo in git-update-saved-file error handling. 17 years ago
Alexandre Julliard 3697c5f37a git.el: Fix typo in "Reverted file" message. 17 years ago
Chris Pettitt d9a5f25b67 git-p4 support for perforce renames. 17 years ago
Simon Hausmann 209471493a git-p4: When skipping a patch as part of "git-p4 submit" make sure we correctly revert to the previous state of the files using "p4 revert". 17 years ago
Robert Schiele a2d6b872db fixing output of non-fast-forward output of post-receive-email 17 years ago
Josh England 03618b9df8 Minor usage update in setgitperms.perl 17 years ago
Marius Storm-Olsen a9834f5833 Add 'git-p4 commit' as an alias for 'git-p4 submit' 17 years ago
Michael Gebetsroither 7c0d741a3e hg-to-git speedup through selectable repack intervals 17 years ago
Frederick Akalin 24ccd8b88e gtksourceview2 support for gitview 17 years ago
Jeff Muizelaar fdfeb87c14 fix contrib/hooks/post-receive-email hooks.recipients error message 17 years ago
Andy Parkins e6dc8d60fb post-receive-hook: Remove the From field from the generated email header so that the pusher's name is used 17 years ago
Alexandre Julliard 72dc52bfe6 git.el: Reset the permission flags when changing a file state. 17 years ago
Alexandre Julliard 0365d885ad git.el: Update a file status in the git buffer upon save. 17 years ago
Alexandre Julliard 9f5599b982 git.el: Do not print a status message on every git command. 17 years ago
Alexandre Julliard b9b7bab4b6 git.el: Preserve file marks when doing a full refresh. 17 years ago
Matt Kraai 2ecb5ea2ad Move convert-objects to contrib. 17 years ago
Jim Meyering d1637a07f6 Do not over-quote the -f envelopesender value. 17 years ago
David Kastrup 822f7c7349 Supplant the "while case ... break ;; esac" idiom 17 years ago
David Brown b9fc6ea9ef Detect exec bit in more cases. 17 years ago
Daniel Barkalow b888d61c83 Make fetch a builtin 17 years ago
Josh England af6fb4c822 Added example hook script to save/restore permissions/ownership. 17 years ago
Jeff King e349026812 contrib/fast-import: add perl version of simple example 17 years ago
Nguyen Thai Ngoc Duy 7f8cfadf21 contrib/fast-import: add simple shell example 17 years ago
Alexandre Julliard 568d2cde9b git.el: Allow the add and remove commands to be applied to ignored files. 17 years ago
Alexandre Julliard 98acc3fabc git.el: Allow selecting whether to display uptodate/unknown/ignored files. 17 years ago
Alexandre Julliard 1b655040be git.el: Keep the status buffer sorted by filename. 17 years ago
Carlos Rica 0e5a7faa3a Make "git reset" a builtin. 17 years ago
Shawn O. Pearce ea09ea22d6 Don't allow contrib/workdir/git-new-workdir to trash existing dirs 17 years ago
Simon Hausmann 1ca3d71069 git-p4: Added support for automatically importing newly appearing perforce branches. 17 years ago
Simon Hausmann 8134f69c21 git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ref (for example foo -> refs/remotes/p4/<project>/foo) into a separate method. 17 years ago
Simon Hausmann c208a24310 git-p4: Cleanup; moved the code for the initial #head or revision import into a separate function, out of P4Sync.run. 17 years ago
Simon Hausmann 1c49fc197b git-p4: Cleanup; Turn self.revision into a function local variable (it's not used anywhere outside the function). 17 years ago
Simon Hausmann e87f37ae42 git-p4: Cleanup; moved the code to import a list of p4 changes using fast-import into a separate member function of P4Sync. 17 years ago