summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-18Add sample pre-push hook scriptLibravatar Aaron Schrab1-0/+53
2013-01-18push: Add support for pre-push hooksLibravatar Aaron Schrab5-0/+222
2013-01-17git-svn: teach find-rev to find near matchesLibravatar John Keeping2-2/+20
2013-01-17git svn: do not overescape URLs (fallback case)Libravatar Jonathan Nieder1-1/+1
2013-01-17Git::SVN::Editor::T: pass $deletions to ->A and ->DLibravatar Jonathan Nieder1-2/+2
2013-01-17Add Auto-Submitted header to post-receive-emailLibravatar Chris Hiestand1-0/+1
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Libravatar Junio C Hamano3-58/+7
2013-01-16reset: update documentation to require only tree-ish with pathsLibravatar Martin von Zweigbergk2-11/+11
2013-01-16fix clang -Wunused-value warnings for error functionsLibravatar Max Horn3-3/+3
2013-01-16attr: avoid calling find_basename() twice per pathLibravatar Duy Nguyen1-27/+18
2013-01-16refs: use strncmp() instead of strlen() and memcmp()Libravatar René Scharfe1-6/+4
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsLibravatar Adam Spiers2-8/+13
2013-01-15imap-send.c: simplify logic in lf_to_crlf()Libravatar Michael Haggerty1-29/+23
2013-01-15imap-send.c: fold struct store into struct imap_storeLibravatar Michael Haggerty1-11/+7
2013-01-15imap-send.c: remove unused field imap_store::uidvalidityLibravatar Michael Haggerty1-1/+0
2013-01-15imap-send.c: use struct imap_store instead of struct storeLibravatar Michael Haggerty1-10/+9
2013-01-15imap-send.c: remove unused field imap_store::trashncLibravatar Michael Haggerty1-2/+0
2013-01-15imap-send.c: remove namespace fields from struct imapLibravatar Michael Haggerty1-66/+9
2013-01-15imap-send.c: remove struct imap argument to parse_imap_list_l()Libravatar Michael Haggerty1-36/+3
2013-01-15imap-send.c: inline parse_imap_list() in parse_list()Libravatar Michael Haggerty1-7/+2
2013-01-15imap-send.c: remove some unused fields from struct storeLibravatar Michael Haggerty1-12/+13
2013-01-15config.txt: Document help.htmlpath config parameterLibravatar Sebastian Staudt1-0/+6
2013-01-15imap-send.c: remove struct messageLibravatar Michael Haggerty1-26/+0
2013-01-15imap-send.c: remove struct store_confLibravatar Michael Haggerty1-11/+0
2013-01-15iamp-send.c: remove unused struct imap_store_confLibravatar Michael Haggerty1-5/+0
2013-01-15imap-send.c: remove struct msg_dataLibravatar Michael Haggerty1-11/+7
2013-01-15imap-send.c: remove msg_data::flags, which was always zeroLibravatar Michael Haggerty1-37/+3
2013-01-15test-lib.sh: unfilter GIT_PERF_*Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-01-15attr: make it build with DEBUG_ATTR againLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-01-15remote-hg: fix handling of file perms when pushingLibravatar Max Horn2-1/+69
2013-01-15remote-hg: store converted URLLibravatar Felipe Contreras1-0/+11
2013-01-15git p4: fix submit when no master branchLibravatar Pete Wyckoff3-1/+35
2013-01-15git p4 test: keep P4CLIENT changes inside subshellsLibravatar Pete Wyckoff1-2/+5
2013-01-15git p4: fix sync --branch when no master branchLibravatar Pete Wyckoff3-7/+20
2013-01-15git p4: fail gracefully on sync with no master branchLibravatar Pete Wyckoff2-7/+31
2013-01-15git p4: rearrange self.initialParent useLibravatar Pete Wyckoff1-3/+9
2013-01-15git p4: allow short ref names to --branchLibravatar Pete Wyckoff3-3/+37
2013-01-15git p4 doc: fix branch detection exampleLibravatar Pete Wyckoff1-1/+3
2013-01-15git p4: clone --branch should checkout masterLibravatar Pete Wyckoff3-14/+11
2013-01-15git p4: verify expected refs in clone --bare testLibravatar Pete Wyckoff1-3/+6
2013-01-15git p4: create p4/HEAD on initial cloneLibravatar Pete Wyckoff2-4/+31
2013-01-15git p4: inline listExistingP4GitBranchesLibravatar Pete Wyckoff1-8/+6
2013-01-15git p4: add comments to p4BranchesInGitLibravatar Pete Wyckoff1-8/+17
2013-01-15git p4: rearrange and simplify hasOrigin handlingLibravatar Pete Wyckoff1-7/+7
2013-01-15git p4: test sync/clone --branch behaviorLibravatar Pete Wyckoff1-4/+49
2013-01-15reset [--mixed]: use diff-based reset whether or not pathspec was givenLibravatar Martin von Zweigbergk1-1/+1
2013-01-15reset: allow reset on unborn branchLibravatar Martin von Zweigbergk2-6/+62
2013-01-15reset $sha1 $pathspec: require $sha1 only to be treeishLibravatar Martin von Zweigbergk2-21/+35
2013-01-15reset.c: inline update_index_refresh()Libravatar Martin von Zweigbergk1-9/+5
2013-01-15reset.c: finish entire cmd_reset() whether or not pathspec is givenLibravatar Martin von Zweigbergk1-24/+18