11387 Commits (e9831e83e063844b90cf9e525d0003715dd8b395)
 

Author SHA1 Message Date
Junio C Hamano e9831e83e0 git-gc --auto: add documentation. 18 years ago
Junio C Hamano caf9de2f46 git-gc --auto: move threshold check to need_to_gc() function. 18 years ago
Junio C Hamano 65aa53029a repack -A -d: use --keep-unreachable when repacking 18 years ago
Junio C Hamano 08cdfb1337 pack-objects --keep-unreachable 18 years ago
Junio C Hamano 000dfd3f6e Export matches_pack_name() and fix its return value 18 years ago
Junio C Hamano d4bb43ee27 Invoke "git gc --auto" from commit, merge, am and rebase. 18 years ago
Junio C Hamano 2c3c439947 Implement git gc --auto 18 years ago
Junio C Hamano b5ef6ac978 Merge branch 'master' of git://repo.or.cz/git/git-p4 18 years ago
Junio C Hamano 7e2e69b7f6 Merge branch 'maint' 18 years ago
Shawn O. Pearce 4e560158c6 Include a git-push example for creating a remote branch 18 years ago
Shawn O. Pearce 432e93a164 Cleanup unnecessary file modifications in t1400-update-ref 18 years ago
Dmitry V. Levin 6b1b40d9f4 Makefile: Add cache-tree.h to the headers list 18 years ago
Shawn O. Pearce ea09ea22d6 Don't allow contrib/workdir/git-new-workdir to trash existing dirs 18 years ago
Junio C Hamano 6b763c424e git-apply: do not read past the end of buffer 18 years ago
Junio C Hamano ad00a3b8f8 Merge branch 'ds/sendmail' 18 years ago
Carlos Rica 3d9f037c60 Function for updating refs. 18 years ago
Simon Hausmann 1ca3d71069 git-p4: Added support for automatically importing newly appearing perforce branches. 18 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. 18 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. 18 years ago
Simon Hausmann 1c49fc197b git-p4: Cleanup; Turn self.revision into a function local variable (it's not used anywhere outside the function). 18 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. 18 years ago
Simon Hausmann 4f6432d8cc git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a list of given depot paths into a standalone method. 18 years ago
Simon Hausmann 14594f4b57 git-p4: After submission to p4 always synchronize from p4 again (into refs/remotes). Whether to rebase HEAD or not is still left as question to the end-user. 18 years ago
Simon Hausmann 31f9ec129e git-p4: Always call 'p4 sync ...' before submitting to Perforce. 18 years ago
Douglas Stockwell 34cc60ce2b send-email: Add support for SSL and SMTP-AUTH 18 years ago
Junio C Hamano 1e61b7640d Start 1.5.4 cycle 18 years ago
Junio C Hamano 5587cac28b GIT 1.5.3.1: obsolete git-p4 in RPM spec file. 18 years ago
Junio C Hamano 030e0e5fb7 Typofix: 1.5.3 release notes 18 years ago
Junio C Hamano 86bab9615c GIT 1.5.3 18 years ago
Junio C Hamano 4e837a98b6 Merge branch 'jp/send-email-cc' 18 years ago
Robin Rosenberg a94eda65d3 Mention -m as an abbreviation for --merge 18 years ago
Junio C Hamano 947ad2e1de Update my contact address as the maintainer. 18 years ago
Junio C Hamano f368f5a6bc Documentation: minor AsciiDoc mark-up fixes. 18 years ago
Luben Tuikov 2e7766655a URL: allow port specification in ssh:// URLs 18 years ago
Junio C Hamano c7965afd3d Avoid one-or-more (\+) non BRE in sed scripts. 18 years ago
Johannes Sixt 7afa845edc rebase -m: Fix incorrect short-logs of already applied commits. 18 years ago
Junio C Hamano aecbf914c4 git-diff: resurrect the traditional empty "diff --git" behaviour 18 years ago
Carlos Rica 18e32b5b7a git-tag: Fix -l option to use better shell style globs. 18 years ago
Eric Wong 751eb39590 git-svn: fix dcommit clobbering upstream when committing multiple changes 18 years ago
Junio C Hamano eeebd8d8c5 git-svn: Protect against "diff.color = true". 18 years ago
Johannes Schindelin f95eef15f2 filter-branch: introduce convenience function "skip_commit" 18 years ago
Johannes Schindelin 7e0f1704b8 filter-branch: provide the convenience functions also for commit filters 18 years ago
Johannes Schindelin f0fd889d7f rebase -i: mention the option to split commits in the man page 18 years ago
Johannes Schindelin 082036688f filter-branch: fix remnants of old syntax in documentation 18 years ago
Shawn O. Pearce 88e21dc746 Teach bash about completing arguments for git-tag 18 years ago
Junio C Hamano e340d7d3fa Hopefully the final update to draft release notes for 1.5.3. 18 years ago
Junio C Hamano a65f2005a6 Make "git-log --" without paths behave the same as "git-log" without -- 18 years ago
Junio C Hamano 75d2449903 git-init: autodetect core.symlinks 18 years ago
Miles Bader 608403d7a5 Make git-archimport log entries more consistent 18 years ago
Nicolas Pitre 9e2d57a04a fix same sized delta logic 18 years ago