aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/hdlcdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hamradio/hdlcdrv.c')
0 files changed, 0 insertions, 0 deletions
sume that urls don't end with slashTay Ray Chuan1-1/+3 2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy1-6/+6 2009-08-18filter-branch: add an example how to add ACKs to a range of commitsJohannes Schindelin1-0/+10 2009-08-17docs: describe impact of repack on "clone -s"Jeff King1-2/+10 2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast2-1/+5 2009-08-15git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov1-0/+11 2009-08-14git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner1-1/+38 2009-08-14gitweb: Optimize git-favicon.pngBenjamin Kramer2-0/+0 2009-08-14block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey1-2/+2 2009-08-13block-sha1: more good unaligned memory access candidatesNicolas Pitre1-1/+4 2009-08-13gitk: Parse arbitrary commit-ish in SHA1 fieldThomas Rast1-1/+6 2009-08-13gitk: Fix direction of symmetric difference in optimized modeThomas Rast1-1/+1 2009-08-13gitk: New option to hide remote refsThomas Rast1-3/+15 2009-08-13gitk: Do not hard-code "encoding" in attribute lookup functionsJohannes Sixt1-2/+2 2009-08-12svn: (cleanup) use predefined constant for rev_map_fmtEric Wong1-1/+1 2009-08-12svn: allow branches outside of refs/remotesAdam Brewster6-54/+96 2009-08-12svn: initial "master" points to trunk if possibleEric Wong3-1/+42 2009-08-12push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy4-5/+103 2009-08-12Documentation: add: <filepattern>... is optionalPaul Bolle1-1/+1 2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion8-10/+10 2009-08-12Documentation: merge: one <remote> is requiredPaul Bolle1-1/+1 2009-08-12help.c: give correct structure's size to memset()Johan Herland1-1/+1 2009-08-12allow pull --rebase on branch yet to be bornJeff King2-5/+24 2009-08-12block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre1-2/+30 2009-08-12block-sha1: split the different "hacks" to be individually selectedNicolas Pitre1-5/+18 2009-08-12block-sha1: move code aroundNicolas Pitre1-69/+60 2009-08-10Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2-4/+4 2009-08-10block-sha1: improve code on large-register-set machinesLinus Torvalds1-1/+24 2009-08-10git-am: print fair error message when format detection failsNicolas Sebrecht1-1/+5 2009-08-10am: allow individual e-mail files as inputJunio C Hamano2-0/+29 2009-08-10Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin1-0/+4 2009-08-10Expose the has_non_ascii() functionJohannes Schindelin3-12/+13 2009-08-10Check return value of ftruncate call in http.cJeff Lasslett1-1/+5 2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan1-9/+6 2009-08-10http.c: free preq when abortingTay Ray Chuan1-0/+1 2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2-1/+6 2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster1-1/+2 2009-08-10svn: Add && to t9107-git-svn-migrate.shAdam Brewster1-3/+11 2009-08-09git-instaweb: fix mod_perl detection for apache2Mark A Rada1-1/+1 2009-08-09Document 'stash clear' recovery via unreachable commitsThomas Rast1-1/+16 2009-08-09merge: indicate remote tracking branches in merge messageJeff King3-1/+16 2009-08-09merge: fix incorrect merge message for ambiguous tag/branchJeff King3-11/+10